[Bug c++/53528] Support C++11 generalized attributes

2023-01-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53528 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug c++/53528] Support C++11 generalized attributes

2012-10-08 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53528 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/53528] Support C++11 generalized attributes

2012-10-08 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53528 --- Comment #7 from dodji at seketeli dot org 2012-10-08 12:06:48 UTC --- Sorry Michal for getting to your comment this late. "ethouris at gmail dot com" a écrit: > Looks nice. Is that a big deal if you also make a standard [[noreturn]] > att

[Bug c++/53528] Support C++11 generalized attributes

2012-10-08 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53528 --- Comment #6 from Dodji Seketeli 2012-10-08 09:29:13 UTC --- Author: dodji Date: Mon Oct 8 09:29:05 2012 New Revision: 192199 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192199 Log: PR c++/53528 C++11 attribute support

[Bug c++/53528] Support C++11 generalized attributes

2012-07-26 Thread ethouris at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53528 --- Comment #5 from Michal Malecki 2012-07-26 20:18:36 UTC --- Looks nice. Is that a big deal if you also make a standard [[noreturn]] attribute simply an alias to [[gnu::noreturn]]? As far as I know the standard, they should behave exactly the s

[Bug c++/53528] Support C++11 generalized attributes

2012-07-26 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53528 --- Comment #4 from Dodji Seketeli 2012-07-26 15:27:17 UTC --- A candidate implementation patch for this has been posted to http://gcc.gnu.org/ml/gcc-patches/2012-07/msg01348.html @Joseph: Thank you for the note. I believe the patch handles thi

[Bug c++/53528] Support C++11 generalized attributes

2012-06-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53528 --- Comment #3 from Jonathan Wakely 2012-06-25 08:32:29 UTC --- There's no need for an extension, the grammar allows [[gnu::init_priority(200)]]

[Bug c++/53528] Support C++11 generalized attributes

2012-06-25 Thread ethouris at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53528 Michal Malecki changed: What|Removed |Added CC||ethouris at gmail dot com --- Comment #2

[Bug c++/53528] Support C++11 generalized attributes

2012-05-30 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53528 --- Comment #1 from joseph at codesourcery dot com 2012-05-30 13:47:38 UTC --- Note that the syntactic binding of C++11 attributes is different from that of GNU attributes in various cases, so the front end will need to track separately what att

[Bug c++/53528] Support C++11 generalized attributes

2012-05-30 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53528 Dodji Seketeli changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|