[Bug middle-end/55797] [4.8 Regression] ICE: verify_cgraph_node failed: edge has no corresponding call_stmt

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 23 13:49:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55797

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-23 13:49:17 UTC ---
For 4.9, wouldn't it be better to get all functions through the very early
passes (up to and including build_ssa (or one or three passes after it,
but before pass_inline_parameters)), then in another loop run the rest of early
passes (i.e. inline_parameters/einline, ..., eipa_sra, ...,
pass_inline_parameters) and then the normal IPA queue?  The amount of issues we
have with functions not in SSA form yet, whether it is in early inliner, or
eipa_sra, etc. is big.



More information about the Gcc-bugs mailing list