https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78790
Martin Jambor <jamborm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamborm at gcc dot gnu.org Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #3 from Martin Jambor <jamborm at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #2) > noipa was added in GCC 8, which fixes the testsuite writing issue so maybe > this can be closed as won't fix ... Indeed, noipa is the thing to use in such cases (and there is also -fno-ipa-vrp for fine-grained control).