[Bug c++/95883] Attributes on lambdas appear to be parsed in the wrong place

2021-02-25 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95883 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org Sta

[Bug c++/95883] Attributes on lambdas appear to be parsed in the wrong place

2020-06-29 Thread ttimo at valvesoftware dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95883 --- Comment #4 from Timothee Besset --- We are in the same situation; we are assessing a move to a newer gcc but we need to maintain compatibility with older gcc, at least for the time being. We would like to avoid having to use macros for all of

[Bug c++/95883] Attributes on lambdas appear to be parsed in the wrong place

2020-06-29 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95883 Patrick Moran changed: What|Removed |Added CC||patrick.a.moran at gmail dot com --- Co

[Bug c++/95883] Attributes on lambdas appear to be parsed in the wrong place

2020-06-25 Thread ttimo at valvesoftware dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95883 --- Comment #2 from Timothee Besset --- Created attachment 48787 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48787&action=edit Add a parse for gnu attributes before CPP_DEREF, fixes regression Proposed patch. Add a parsing for gnu attri

[Bug c++/95883] Attributes on lambdas appear to be parsed in the wrong place

2020-06-25 Thread ttimo at valvesoftware dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95883 --- Comment #1 from Timothee Besset --- Known to fail: 9.3, 10.0 Putting the full link to the original bug so it gets linked: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90333