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]

Today's CVS preprocessor ICE.



Hi GCC Team,

I have the today's (19.5.2000) CVS snapshot of gcc installed.
Usung this Compiler I have got an ICE in the preprocessor compiling
this short file: 

---------------------------------------------------------
#define foo

#define __CAT__(a,b,c,d) a##b##c##d
#define CAT(a,b,c,d) __CAT__(a,b,c,d)

#define bar CAT(,foo,bar,)
bar
---------------------------------------------------------

executing

gcc -V2.96 -c cpp-bug.c

on a Solaris-7_x86 host gives

gcc: Internal compiler error: program cpp got fatal signal 11

 Best regards and many thanks in advance

     Mathias Froehlich

-- 
Mathias Fr"ohlich              e-mail: frohlich@na.uni-tuebingen.de
Institut f"ur Mathematik, Universit"at T"ubingen, D-72076 T"ubingen

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