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:
Richard Guenther 2007-01-26 15:36:03 +00:00 committed by Richard Biener
parent d3c3697412
commit b6f0e9b748
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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"} } */