This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bug in gcc/c-common.c
- To: gcc at gcc dot gnu dot org
- Subject: Bug in gcc/c-common.c
- From: Albert Chin-A-Young <china at thewrittenword dot com>
- Date: Fri, 13 Oct 2000 13:53:11 -0500
While building CVS on HP-UX 10.20 and Solaris 8/SPARC with the vendor
C compilers:
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I../../gcc
-I../../gcc/config -I../../gcc/../include ../../gcc/c-common.c
cpp: "stddef.h", line 14: warning 2001: Redefinition of macro offsetof.
cc: "../../gcc/c-common.c", line 1743: error 1000: Unexpected symbol: "enum".
cc: "../../gcc/c-common.c", line 1744: error 1000: Unexpected symbol: "c_expand_builtin_printf".
cc: error 2017: Cannot recover from earlier errors, terminating.
gmake[2]: *** [c-common.o] Error 1
--
albert chin (china@thewrittenword.com)