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 #12 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-29 12:09:19 UTC ---
The question is why we call delete_unreachable_blocks from
tree_function_versioning at all.  We do not bother updating the
callgraph anywhere else.

Honza, you added that beast?


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