https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64813
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marxin at gcc dot gnu.org Component|tree-optimization |ipa --- Comment #9 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- The attached preprocessed file compiles with r216304 and '-O2 -std=gnu++11 --param early-inlining-insns=12', while r216626 gives the ICE. The ICE is gone if I add -fno-ipa-icf.