[Bug rtl-optimization/68392] ICE: SIGSEGV in update_uses (fwprop.c:896) with -fno-checking
miyuki at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Nov 19 17:10:00 GMT 2015
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);
}
More information about the Gcc-bugs
mailing list