This is the mail archive of the gcc-patches@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]

Re: Patch to use more safe-ctype macros




"Kaveh R. Ghazi" wrote:
 
> f:
>         * bad.c (ffebad_finish): Use safe-ctype macros and/or fold extra
>         calls into fewer ones.
>         * implic.c (ffeimplic_lookup_): Likewise.
>         * intdoc.c (dumpimp): Likewise.
>         * intrin.c (ffeintrin_init_0): Likewise.
>         * lex.c (ffelex_backslash_, ffelex_cfebackslash_, ffelex_hash_):
>         Likewise.
>         * lex.h (ffelex_is_firstnamechar): Likewise.
>         * target.c (ffetarget_integerhex): Likewise.
> 

This one breaks bootstrapping on darwin-1.4 and on solaris-2.6 with the
same error:

cc -traditional-cpp  -DIN_GCC    -g -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H
-DGENERATOR_FILE  -I. -If -I../../gcc/gcc -I../../gcc/gcc/f
-I../../gcc/gcc/config -I../../gcc/gcc/../include \
          ../../gcc/gcc/f/intdoc.c -o f/intdoc
/usr/bin/ld: Undefined symbols:
__sch_istable
make[3]: *** [f/intdoc] Error 1
make[2]: *** [../../gcc/gcc/f/intdoc.texi] Error 2
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2

Do I miss a pkg on both targets?

TIA
Andreas


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