This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/51212] ICE: verify_flow_info failed: BB 3 can not throw but has an EH edge with -fgnu-tm -fnon-call-exceptions and transaction_callable
- From: "aldyh at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 22 Dec 2011 20:18:20 +0000
- Subject: [Bug middle-end/51212] ICE: verify_flow_info failed: BB 3 can not throw but has an EH edge with -fgnu-tm -fnon-call-exceptions and transaction_callable
- Auto-submitted: auto-generated
- References: <bug-51212-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51212
--- Comment #4 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2011-12-22 20:18:20 UTC ---
Author: aldyh
Date: Thu Dec 22 20:18:11 2011
New Revision: 182636
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182636
Log:
PR middle-end/51212
* opts.c (finish_options): Call sorry on -fgnu-tm and
-fnon-call-exceptions combination.
Added:
trunk/gcc/testsuite/g++.dg/tm/pr51212.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/opts.c