OSDN Git Service

* expr.c (highest_pow2_factor_for_type): Rename into
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 20010122-1.x
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.
4
5 set torture_eval_before_compile {
6   if {[string match {*-fomit-frame-pointer*} "$option"]} {
7     continue
8   }
9 }
10
11 return 0