OSDN Git Service

Merge from tree-cleanup-branch: VRP, store CCP, store
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 20030216-1.x
1 # This test requires constant propagation of loads and stores to be
2 # enabled.  This is only guaranteed at -O2 and higher.  Do not run
3 # at -O1.
4
5 set torture_eval_before_compile {
6   if {[string match {*-O1*} "$option"]} {
7     continue
8   }
9 }
10
11 return 0
12