[Bug c++/85156] [8 Regression] ICE with -O1 -g: gimplification failed
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 3 09:20:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85156
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Looks similar to PR84704, the STATEMENT_LIST is gimplified twice and as
gimplification is destructive, that can't really work well.
More information about the Gcc-bugs
mailing list