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: "ext at sidvind dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 4 Aug 2011 13:49:20 +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 #4 from David Sveningsson <ext at sidvind dot com> 2011-08-04 13:48:55 UTC ---
(In reply to comment #3)
> It doesn't make sense to require whitespace after a paren, that will likely
> break a lot of programs.
In this quite specific case? "__attribute((..))foo" makes no sense to me and I
am surprised it is even legal code.