https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Mon Nov 5 14:09:10 2018
New Revision: 265803
URL: https://gcc.gnu.org/viewcvs?rev=265803&root=gcc&view=rev
Log:
Backported from mainline
2018-10-24 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Wed Oct 24 19:39:23 2018
New Revision: 265470
URL: https://gcc.gnu.org/viewcvs?rev=265470&root=gcc&view=rev
Log:
PR c++/86288
* parser.c (cp_parser_std_attribute): Canonic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288
--- Comment #5 from Jonathan Wakely ---
Clang has now implemented this as a special case, only recognizing "__gnu__" as
a synonym for the "gnu" attribute-namespace. That's fine for libstdc++'s
purposes, as I don't expect we'll start using any oth
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288
--- Comment #4 from Jonathan Wakely ---
I think Jakub's patch does only allow __gnu__, using the same canonicalization
for attribute-namespaces as for attributes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|