[Bug middle-end/60004] Conditional return within transaction causes ICE

2014-02-01 Thread spear at cse dot lehigh.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60004 --- Comment #6 from Mike Spear --- (For the record, this bug was found by wcm...@lehigh.edu, even though I reported it)

[Bug middle-end/60004] Conditional return within transaction causes ICE

2014-01-31 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60004 Richard Henderson changed: What|Removed |Added Target Milestone|4.9.0 |4.7.5

[Bug middle-end/60004] Conditional return within transaction causes ICE

2014-01-31 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60004 --- Comment #5 from Richard Henderson --- Author: rth Date: Sat Feb 1 05:24:07 2014 New Revision: 207381 URL: http://gcc.gnu.org/viewcvs?rev=207381&root=gcc&view=rev Log: PR middle-end/60004 * tree-eh.c (lower_try_finally_switch): Delay lower

[Bug middle-end/60004] Conditional return within transaction causes ICE

2014-01-31 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60004 --- Comment #4 from Richard Henderson --- Author: rth Date: Sat Feb 1 05:20:13 2014 New Revision: 207380 URL: http://gcc.gnu.org/viewcvs?rev=207380&root=gcc&view=rev Log: PR middle-end/60004 * tree-eh.c (lower_try_finally_switch): Delay lower

[Bug middle-end/60004] Conditional return within transaction causes ICE

2014-01-31 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60004 Richard Henderson changed: What|Removed |Added Status|NEW |RESOLVED Component|libitm