https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20623
--- Comment #41 from Zdenek Sojka <zsojka at seznam dot cz> --- (In reply to Zdenek Sojka from comment #40) > Follown file fails at all opt levels at both x86_64 and i?86: > > ---------- testcase.cpp ---------- > namespace { > bool bar(int i) { return i; } > } > int foo(int i) { return bar(i) ? i : 0; } > ---------------------------------- > I can't reproduce this anymore. x86_64 bootstrap & check with checking=fold do not trigger any ICE anymore for me.