aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/20030216-1.x
blob: a0e03e379dfdb4cbe80d86755f3ee5c2d2a49baf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This test requires constant propagation of loads and stores to be
# enabled.  This is only guaranteed at -O2 and higher.  Do not run
# at -O1.

set torture_eval_before_compile {
  if {[string match {*-O1*} "$option"]} {
    continue
  }
}

return 0