[Bug c++/86288] Recognize __gnu and/or __gnu__ as attribute-namespace

2019-05-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/86288] Recognize __gnu and/or __gnu__ as attribute-namespace

2018-11-05 Thread jakub at gcc dot gnu.org
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

[Bug c++/86288] Recognize __gnu and/or __gnu__ as attribute-namespace

2018-10-24 Thread jakub at gcc dot gnu.org
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

[Bug c++/86288] Recognize __gnu and/or __gnu__ as attribute-namespace

2018-10-24 Thread redi at gcc dot gnu.org
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

[Bug c++/86288] Recognize __gnu and/or __gnu__ as attribute-namespace

2018-10-17 Thread redi at gcc dot gnu.org
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.

[Bug c++/86288] Recognize __gnu and/or __gnu__ as attribute-namespace

2018-10-17 Thread msebor at gcc dot gnu.org
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

[Bug c++/86288] Recognize __gnu and/or __gnu__ as attribute-namespace

2018-10-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/86288] Recognize __gnu and/or __gnu__ as attribute-namespace

2018-10-17 Thread jakub at gcc dot gnu.org
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

[Bug c++/86288] Recognize __gnu and/or __gnu__ as attribute-namespace

2018-10-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86288 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|