This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51347] [trans-mem] Segfault on templates with -O1 -fgnu-tm
- 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: Mon, 12 Dec 2011 16:39:34 +0000
- Subject: [Bug c++/51347] [trans-mem] Segfault on templates with -O1 -fgnu-tm
- Auto-submitted: auto-generated
- References: <bug-51347-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51347
Aldy Hernandez <aldyh at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |aldyh at gcc dot gnu.org
Resolution| |FIXED
--- Comment #4 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2011-12-12 16:39:34 UTC ---
This was actually fixed here:
http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00427.html
The proposed patch seems to be fixing something else, as discussed in this
thread:
http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00427.html
Closing...