https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68392
Mikhail Maltsev <miyuki at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2015-11-19 Ever confirmed|0 |1 --- Comment #7 from Mikhail Maltsev <miyuki at gcc dot gnu.org> --- Yes, it helps. Also consider adding this testcase to g++.dg (used to ICE on x86_64): // PR rtl-optimization/68392 // { dg-do compile } // { dg-options "-O -fno-checking" } void tool_cleanup(bool from_signal) { tool_cleanup(from_signal); }