From: Richard Guenther Date: Fri, 26 Jan 2007 15:36:03 +0000 (+0000) Subject: pr23382.c: Fix typo. X-Git-Tag: releases/gcc-4.3.0~7237 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6f0e9b748cb5ea43cfefb1b62fcf0845b37558c;p=thirdparty%2Fgcc.git pr23382.c: Fix typo. 2007-01-26 Richard Guenther * gcc.dg/tree-ssa/pr23382.c: Fix typo. From-SVN: r121205 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0151c80216f8..bfa9388ed856 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-01-26 Richard Guenther + + * gcc.dg/tree-ssa/pr23382.c: Fix typo. + 2007-01-26 Tobias Burnus * gfortran.dg/gomp/gomp.exp: Support .f03 extension. diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr23382.c b/gcc/testsuite/gcc.dg/tree-ssa/pr23382.c index bd4b9a0ac947..62b4051ee713 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/pr23382.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/pr23382.c @@ -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