From: rakdver Date: Fri, 25 Mar 2005 14:31:02 +0000 (+0000) Subject: * gcc.dg/20050325-1.c: Fix a typo. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3974ef8bbfdafeca531613863c533e5b2a33735;p=thirdparty%2Fgcc.git * gcc.dg/20050325-1.c: Fix a typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97044 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 77095caab4aa..991a9d16dbb6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-03-25 Zdenek Dvorak + + * gcc.dg/20050325-1.c: Fix a typo. + 2005-03-25 Francois-Xavier Coudert PR libfortran/19678 diff --git a/gcc/testsuite/gcc.dg/20050325-1.c b/gcc/testsuite/gcc.dg/20050325-1.c index 524f9d195c18..5760e387a22c 100644 --- a/gcc/testsuite/gcc.dg/20050325-1.c +++ b/gcc/testsuite/gcc.dg/20050325-1.c @@ -1,7 +1,7 @@ /* PR 20249 */ /* { dg-do compile } */ -/* dg-options "-O2 -fprofile-arcs" } */ +/* { dg-options "-O2 -fprofile-arcs" } */ extern int *g (int x, void* y); extern void fg (long long x, int y);