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 c++/52772] [4.8 Regression] internal compiler error: Segmentation fault


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

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-30 13:40:31 UTC ---
Author: rguenth
Date: Fri Mar 30 13:40:17 2012
New Revision: 186011

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186011
Log:
2012-03-30  Richard Guenther <rguenther@suse.de>

    PR middle-end/52772
    * except.c (emit_to_new_bb_before): Move loop updating ...
    (dw2_build_landing_pads): ... here.  Use a proper block for
    querying the loop father.

    * g++.dg/torture/pr52772.C: New testcase.

Added:
    trunk/gcc/testsuite/g++.dg/torture/pr52772.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/except.c
    trunk/gcc/testsuite/ChangeLog


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