This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/78229] [6/7 Regression] ICE in redirect_eh_edge_1, at tree-eh.c:2305


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]