[Bug tree-optimization/89283] [8/9 Regression] ICE: Segmentation fault (in stmt_could_throw_1_p)

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 14 11:45:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89283

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|---                         |DUPLICATE

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think this is just a dup, we want to cover both testcases in the other PR,
but the bug is the same, for the returns_twice calls/__builtin_setjmp_receiver,
we need to be able to consider them as unreachable if they aren't reachable
through non-EDGE_ABNORMAL edges from the abnormal dispatcher.

*** This bug has been marked as a duplicate of bug 89280 ***


More information about the Gcc-bugs mailing list