This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53528] Support C++11 generalized attributes
- From: "dodji at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 26 Jul 2012 15:27:17 +0000
- Subject: [Bug c++/53528] Support C++11 generalized attributes
- Auto-submitted: auto-generated
- References: <bug-53528-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53528
--- Comment #4 from Dodji Seketeli <dodji at gcc dot gnu.org> 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 this, unless I have
forgotten things.
@Michal Malecki / Jonathan Wakely
The scoped attributes syntax [[gnu::priority(200)]] is now supported. The
patch has put all the GNU attributes in the "gnu" namespace by default. So now
whenever one writes __attribute__((priority(200))), the priority attribute is
looked up from or put into the "gnu" namespace.
We'll see what comes out of the discussion that arises from the patch
submission.