This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/64879] ICE for -O3 when calling a transactional method from a transaction inside a for loop
- From: "bjmnbraun at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 30 Jan 2015 18:59:14 +0000
- Subject: [Bug c++/64879] ICE for -O3 when calling a transactional method from a transaction inside a for loop
- Auto-submitted: auto-generated
- References: <bug-64879-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64879
Benjamin Braun <bjmnbraun at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #1 from Benjamin Braun <bjmnbraun at gmail dot com> ---
Whoops, I can reproduce this by replacing the for with a while loop. Going to
mark this as a duplicate of 63472 and add a comment on that bug.
*** This bug has been marked as a duplicate of bug 63472 ***