This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/8420] volatile after the type specifier for an unnamed structure is rejected
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Dec 2003 18:31:32 -0000
- Subject: [Bug c/8420] volatile after the type specifier for an unnamed structure is rejected
- References: <20021101021601.8420.ehrhardt@mathematik.uni-ulm.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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