2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20010122-1.x
blob65582364431c19bd9f9fa2f94d6ef9c408afee9a
1 # This test relies on __builtin_return_address(1) returning something
2 # useful or NULL.  This is not guaranteed to be be so, especially when 
3 # -fomit-frame-pointer is used.  So do not test with it.
5 set torture_eval_before_compile {
6   if {[string match {*-fomit-frame-pointer*} "$option"]} {
7     continue
8   }
11 return 0