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/11995] [3.3/3.4 Regression] Error recovery problem after invalid labelled declaration in c99 mode


------- Additional Comments From steven at gcc dot gnu dot org  2003-12-23 10:04 -------
Looks fixed to me. 
 
$ ../cc1 --version 
GNU C version 3.4.0 20031223 (experimental) (i686-pc-linux-gnu) 
        compiled by GNU C version 3.4.0 20031223 (experimental). 
GGC heuristics: --param ggc-min-expand=56 --param ggc-min-heapsize=50000 
$ ../cc1 -std=c99 t.c 
 f 
 
t.c: In function `f': 
t.c:3: error: parse error before "int" 
 
Execution times (seconds) 
 parser                :   0.01 (50%) usr   0.00 ( 0%) sys   0.01 (50%) wall 
 TOTAL                 :   0.02             0.00             0.02 
$  

-- 


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


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