From: Zdenek Dvorak Date: Fri, 25 Mar 2005 14:31:02 +0000 (+0100) Subject: * gcc.dg/20050325-1.c: Fix a typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aec6cb103c514a5f03990546a3f7481a84b9485c;p=gcc.git * gcc.dg/20050325-1.c: Fix a typo. From-SVN: r97044 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 77095caab4a..991a9d16dbb 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 524f9d195c1..5760e387a22 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);