aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/20010122-1.x
blob: 65582364431c19bd9f9fa2f94d6ef9c408afee9a (plain)
1
2
3
4
5
6
7
8
9
10
11
# This test relies on __builtin_return_address(1) returning something
# useful or NULL.  This is not guaranteed to be be so, especially when 
# -fomit-frame-pointer is used.  So do not test with it.

set torture_eval_before_compile {
  if {[string match {*-fomit-frame-pointer*} "$option"]} {
    continue
  }
}

return 0