http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47324
Ian Lance Taylor <ian at airs dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian at airs dot com --- Comment #21 from Ian Lance Taylor <ian at airs dot com> 2011-02-09 05:31:11 UTC --- output_cfa_loc is only called from output_cfi, and output_cfi does have a for_eh parameter, so you should just pass for_eh to output_cfa_loc.