This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/18176] Bootstrap fail at FreeBSD 5.3-RC1 (and FreeBSD 5.1) with --enable-bootstrap configure option
- From: "wanderer at rsu dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Nov 2004 19:38:30 -0000
- Subject: [Bug preprocessor/18176] Bootstrap fail at FreeBSD 5.3-RC1 (and FreeBSD 5.1) with --enable-bootstrap configure option
- References: <20041027131413.18176.wanderer@rsu.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From wanderer at rsu dot ru 2004-11-24 19:38 -------
Additinal note: patch break current GCC mainline bootstrap _without_ --enable-
bootstrap option:
---8X--------------------
stage1/xgcc -Bstage1/ -B/home/wanderer/pkg/gcc/i386-unknown-freebsd5.3/bin/ -
c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-
prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -
Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -
I/home/wanderer/pkg/build/gcc/src/gcc/gcc/gcc -
I/home/wanderer/pkg/build/gcc/src/gcc/gcc/gcc/. -
I/home/wanderer/pkg/build/gcc/src/gcc/gcc/gcc/../include -I./../intl -
I/home/wanderer/pkg/build/gcc/src/gcc/gcc/gcc/../libcpp/include -
I/usr/local/include gtype-desc.c -o gtype-desc.o
cc1: warnings being treated as errors
gtype-desc.c: In function 'gt_ggc_mx_answer':
gtype-desc.c:743: warning: passing argument 1 of 'gt_ggc_mx_cpp_token'
discards qualifiers from pointer target type
gtype-desc.c: In function 'gt_ggc_mx_cpp_macro':
gtype-desc.c:790: warning: passing argument 1 of 'gt_ggc_mx_cpp_token'
discards qualifiers from pointer target type
gtype-desc.c: In function 'gt_ggc_mx_cpp_token':
gtype-desc.c:827: warning: passing argument 1 of 'gt_ggc_mx_cpp_token'
discards qualifiers from pointer target type
gtype-desc.c: In function 'gt_pch_nx_answer':
gtype-desc.c:2210: warning: passing argument 1 of 'gt_pch_nx_cpp_token'
discards qualifiers from pointer target type
gtype-desc.c: In function 'gt_pch_nx_cpp_macro':
gtype-desc.c:2258: warning: passing argument 1 of 'gt_pch_nx_cpp_token'
discards qualifiers from pointer target type
gtype-desc.c: In function 'gt_pch_nx_cpp_token':
gtype-desc.c:2297: warning: passing argument 1 of 'gt_pch_nx_cpp_token'
discards qualifiers from pointer target type
gmake[2]: *** [gtype-desc.o] Error 1
gmake[2]: Leaving directory `/usr/home/wanderer/pkg/build/gcc/obj/gcc'
gmake[1]: *** [stage2_build] Error 2
gmake[1]: Leaving directory `/usr/home/wanderer/pkg/build/gcc/obj/gcc'
gmake: *** [bootstrap] Error 2
---X8--------------------
Without patch GCC mainline bottstrap doesn't have this problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18176