[Bug c++/52237] Template specialization and operator overloading causes Segmentation Fault
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 13 18:36:00 GMT 2012
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.
More information about the Gcc-bugs
mailing list