* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / 20040302-1.c
blob0e8821203ce759fcde69e599c4d289c1d5fe2c4f
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -std=gnu89" } */
4 /* Test for .GLOBAL_VAR not being renamed into SSA after alias analysis.
5 provided by Dale Johannesen in PR 14266. */
7 void foo() { bar (); }
8 main () { foo (); }