pr23382.c: Fix typo.
2007-01-26 Richard Guenther <rguenther@suse.de> * gcc.dg/tree-ssa/pr23382.c: Fix typo. From-SVN: r121205
This commit is contained in:
parent
d3c3697412
commit
b6f0e9b748
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-26 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* gcc.dg/tree-ssa/pr23382.c: Fix typo.
|
||||
|
||||
2007-01-26 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* gfortran.dg/gomp/gomp.exp: Support .f03 extension.
|
||||
|
|
|
@ -11,7 +11,7 @@ void *malloc(__SIZE_TYPE__ size) __attribute__((malloc));
|
|||
int f(void)
|
||||
{
|
||||
struct a *a = malloc(sizeof(struct a));
|
||||
return a.length;
|
||||
return a->length;
|
||||
}
|
||||
/* { dg-final { scan-tree-dump-times "VDEF <HEAP" 1 "alias1"} } */
|
||||
/* { dg-final { scan-tree-dump-times "VDEF <HEAP" 1 "alias2"} } */
|
||||
|
|
Loading…
Add table
Reference in a new issue