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/8420] volatile after the type specifier for an unnamed structure is rejected


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-02 18:31 -------
In C99 mode I also get an warning about the 2nd struct and the 3rd:
Perf-Evals-Computer:~/src/gccPRs peg$ ~/fsf-clean-nocheck/bin/gcc pr8420.c -std=c99
pr8420.c:6: warning: declaration does not declare anything
pr8420.c:10: warning: declaration does not declare anything

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-02 18:31:32
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8420


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