[Bug tree-optimization/116481] Compilation error caused by -Warray-bounds and -O2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116481 Andrew Pinski changed: What|Removed |Added Blocks||56456 Target|hppa-linux-gnu
[Bug tree-optimization/116481] Compilation error caused by -Warray-bounds and -O2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116481 --- Comment #1 from Bruno Haible --- A workaround is to declare the local variable 'tramp_address' volatile: = foo.c = extern void tramp (); int is_trampoline (void* function) { void* volatile