* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr58332.c
blob22c586cb866f296c3a27e43b5b15082835a43503
1 static inline int foo (int x) { return x + 1; }
2 __attribute__ ((__optimize__ (0))) int bar (void) { return foo (100); }