[Bug ipa/67811] [TM] ICE with try-block in transaction

2015-12-23 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67811 Richard Henderson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/67811] [TM] ICE with try-block in transaction

2015-12-23 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67811 --- Comment #5 from Richard Henderson --- Author: rth Date: Thu Dec 24 00:45:15 2015 New Revision: 231943 URL: https://gcc.gnu.org/viewcvs?rev=231943=gcc=rev Log: PR ipa/67811 * tree-cfg.c (make_edges_bb): Add abort edge for outer

[Bug ipa/67811] [TM] ICE with try-block in transaction

2015-12-22 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67811 --- Comment #3 from Richard Henderson --- Author: rth Date: Tue Dec 22 19:42:24 2015 New Revision: 231907 URL: https://gcc.gnu.org/viewcvs?rev=231907=gcc=rev Log: PR ipa/67811 * gimple.h (struct gtransaction): Add label_norm,

[Bug ipa/67811] [TM] ICE with try-block in transaction

2015-11-09 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67811 Richard Henderson changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/67811] [TM] ICE with try-block in transaction

2015-11-09 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67811 --- Comment #2 from Richard Henderson --- copy_bbs fails to duplicate the eh regions included within the requested region. This no doubt causes all sorts of bad follow-on effects, heretofore unobserved.