* gcc.dg/20050325-1.c: Fix a typo.

From-SVN: r97044
This commit is contained in:
Zdenek Dvorak 2005-03-25 15:31:02 +01:00 committed by Zdenek Dvorak
parent 94887ef478
commit aec6cb103c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-03-25 Zdenek Dvorak <dvorakz@suse.cz>
* gcc.dg/20050325-1.c: Fix a typo.
2005-03-25 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/19678

View File

@ -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);