Hello, I get the following error running trunk r127993 with --enable-checking=assert on ppc64:
gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gcc/c-lex.c -o c-lex.o ../../gcc/gcc/c-lex.c: In function גinterpret_floatג: ../../gcc/gcc/c-lex.c:645: error: גCPP_N_FRACTג undeclared (first use in this function) ../../gcc/gcc/c-lex.c:645: error: (Each undeclared identifier is reported only once ../../gcc/gcc/c-lex.c:645: error: for each function it appears in.) ../../gcc/gcc/c-lex.c:645: error: גCPP_N_ACCUMג undeclared (first use in this function) ../../gcc/gcc/c-lex.c: In function גinterpret_fixedג: ../../gcc/gcc/c-lex.c:753: error: גCPP_N_FRACTג undeclared (first use in this function) make[3]: *** [c-lex.o] Error 1 Thanks, Revital