This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Error in c-lex.c
- From: "Fu, Chao-Ying" <fu at mips dot com>
- To: "Revital1 Eres" <ERES at il dot ibm dot com>, <gcc at gcc dot gnu dot org>
- Date: Fri, 31 Aug 2007 10:23:04 -0700
- Subject: RE: Error in c-lex.c
Revital1 Eres wrote:
>
> 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
>
We need to update gcc/libcpp in order to get these definitions.
Thanks a lot!
Regards,
Chao-ying