Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / 20050325-1.c
blobdb288ee8f69d61dd34d58c616e722eb47774c506
1 /* PR 20249 */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -fprofile-arcs" } */
5 /* { dg-require-profiling "-fprofile-generate" } */
7 extern int *g (int x, void* y);
8 extern void fg (long long x, int y);
10 static void
11 ff (int y, long long z)
13 fg (z, 1);
16 void
17 f ()
19 g (42, ff);