This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/49975] warn on malformed __attribute((...))__


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]