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: "schwab at linux-m68k dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 4 Aug 2011 13:45:57 +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 #3 from Andreas Schwab <schwab@linux-m68k.org> 2011-08-04 13:45:13 UTC ---
It doesn't make sense to require whitespace after a paren, that will likely
break a lot of programs.