OSDN Git Service

PR rtl-optimization/52139
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / tree-ssa / 20040302-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-O1" } */
3
4 /* Test for .GLOBAL_VAR not being renamed into SSA after alias analysis.
5    provided by Dale Johannesen in PR 14266.  */
6
7 void foo() { bar (); }
8 main () { foo (); }