[Bug c++/96485] Lambda parsing regression in GCCs 9 and onwards

2020-08-05 Thread s_gccbugzilla at nedprod dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96485 --- Comment #3 from Niall Douglas --- (In reply to Jakub Jelinek from comment #2) > [[gnu::no_sanitize_undefined]] instead of the GNU __attribute__ is accepted, > but as the C++ specification requires it applies to the type not the > declaration

[Bug c++/96485] Lambda parsing regression in GCCs 9 and onwards

2020-08-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96485 --- Comment #2 from Jakub Jelinek --- [[gnu::no_sanitize_undefined]] instead of the GNU __attribute__ is accepted, but as the C++ specification requires it applies to the type not the declaration and therefore it is ignored.

[Bug c++/96485] Lambda parsing regression in GCCs 9 and onwards

2020-08-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96485 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,