re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3 ...
[gcc.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 (); }