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 tree-optimization/51737] [4.6 Regression] g++ crashes (internal compiler error: Segmentation fault) when compiling quickbook


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

--- Comment #20 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-03-22 17:12:28 UTC ---
I started to look into why the testcase does not fire on mainline.  It seems to
be effect of change in early inliner.  We used to inline intrusive_ptr_release
in early inlining ignoring the code size growth. This leads to large divergence
of inlining decisions.


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