------- Comment #1 from hjl dot tools at gmail dot com 2010-06-30 19:35 ------- Bison test expects:
[...@gnu-6 081]$ gcc -c input.c input.y:8:2: error: #error "8" But gcc 4.5 and above generate: [...@gnu-6 081]$ /usr/gcc-4.5/bin/gcc -c input.c input.y: In function yyparse: input.y:8:2: error: #error "8" [...@gnu-6 081]$ Gcc is OK. -- hjl dot tools at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44729