Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr46171.c
blobf43cab025bd8e8d6a31496b108cf77c9910cff06
1 /* PR debug/46171 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -fno-tree-dce -g" } */
5 double bard ();
6 float barf (float);
8 void
9 foo (float f)
11 f = barf (f);
12 double d = bard ();