This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52237] Template specialization and operator overloading causes Segmentation Fault
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 13 Feb 2012 18:36:28 +0000
- Subject: [Bug c++/52237] Template specialization and operator overloading causes Segmentation Fault
- Auto-submitted: auto-generated
- References: <bug-52237-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52237
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-invalid-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-02-13
Version|lto |4.6.1
Ever Confirmed|0 |1
Known to fail| |4.7.0
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-13 18:36:28 UTC ---
The name __lambda is reserved for the implementation, you must not use it so
your program is invalid.