This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/53182] GNU C: attributes without underscores should be discouraged / no longer be documented e.g. as examples
- From: "ericb at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 02 May 2012 13:27:28 +0000
- Subject: [Bug c/53182] GNU C: attributes without underscores should be discouraged / no longer be documented e.g. as examples
- Auto-submitted: auto-generated
- References: <bug-53182-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53182
Eric Blake <ericb at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ericb at gcc dot gnu.org
--- Comment #2 from Eric Blake <ericb at gcc dot gnu.org> 2012-05-02 13:27:28 UTC ---
It would also help to add an attribute named __attribute__((_Noreturn)) (and
therefore also adding __attribute__((___Noreturn__)), of course), for this
particular instance of <stdnoreturn.h> vs. existing code.