This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49975] warn on malformed __attribute((...))__
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 4 Aug 2011 13:56:47 +0000
- Subject: [Bug c/49975] warn on malformed __attribute((...))__
- Auto-submitted: auto-generated
- References: <bug-49975-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49975
--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-08-04 13:56:46 UTC ---
Google codesearch shows __attribute is used widely in the android kernel and
many other places.
Whitespace is not significant in C, it would be strange for "))foo" to be
different to ")) foo", and of course "))," and "));" must be allowed.