[Bug target/78229] [6/7 Regression] ICE in redirect_eh_edge_1, at tree-eh.c:2305
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Nov 7 09:06:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78229
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |uros at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So the caller of the gimple folding hook handles the EH stuff?
Of course it would be better if the builtins are ECF_NOTHROW; but that likely
needs analysing on if there are any x86 md builtins that aren't ECF_NOTHROW
(e.g. for -fnon-call-exceptions perhaps all that load/store/gather/scatter
should be), if there are any that shouldn't be ECF_LEAF etc.
More information about the Gcc-bugs
mailing list