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 ipa/81360] [8 Regression] ice in estimate_edge_growth, at ipa-inline.h:86


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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #10 from Martin Liška <marxin at gcc dot gnu.org> ---
I have smaller test-case:

$ ./xgcc -B.  /home/marxin/Programming/gcc/gcc/testsuite/g++.dg/ipa/pr63595.C
-fno-early-inlining -O2
during IPA pass: inline
/home/marxin/Programming/gcc/gcc/testsuite/g++.dg/ipa/pr63595.C:77:1: internal
compiler error: in estimate_edge_growth, at ipa-inline.h:85
 }
 ^
0x1e34c94 estimate_edge_growth
        ../../gcc/ipa-inline.h:84
0x1e36de7 want_inline_small_function_p
        ../../gcc/ipa-inline.c:747
0x1e38e86 update_caller_keys
        ../../gcc/ipa-inline.c:1320
0x1e3af13 inline_small_functions
        ../../gcc/ipa-inline.c:2022
0x1e3c65c ipa_inline
        ../../gcc/ipa-inline.c:2455
0x1e3d35a execute
        ../../gcc/ipa-inline.c:2861

Honza can you please take a look?

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