2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / inline-1.c
blobc7144ca68e9fdaa8d89008af6712cb963e6ac1b6
1 /* { dg-do compile } */
2 /* { dg-options "--param ggc-min-heapsize=0 --param ggc-min-expand=0" } */
3 /* This used to ICE because we forgot to update the statement after folding
4 and the eh info. */
5 /* PR tree-opt/30385 */
7 static inline void g(int t)
9 int a;
10 while (a < f())
13 void h(int t)
15 g(t);