Bootstrap fails on i686-pc-linux-gnu with:
g++ -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -fno-common
-DHAVE_CONFIG_H -I. -Ic-family -I../../gcc/gcc -I../../gcc/gcc/c-family
-I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include
-I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/bid
-I../libdecnumber -DCLOOG_PPL_BACKEND -I/usr/include/libelf \
-DBASEVER="\"4.6.0\"" ../../gcc/gcc/c-family/c-cppbuiltin.c -o
c-family/c-cppbuiltin.o
...
../../gcc/gcc/c-family/c-cppbuiltin.c: In function void
builtin_define_with_hex_fp_value(const char*, tree_node*, int, const char*,
const char*, const char*):
../../gcc/gcc/c-family/c-cppbuiltin.c:1023: error: invalid conversion from
int to cpp_builtin_type
make[3]: *** [c-family/c-cppbuiltin.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/bin/sh ../../gcc/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
rm gcov.pod gfdl.pod cpp.pod fsf-funding.pod gcc.pod
make[3]: Leaving directory `/user/inria/fsf/bldxx-20100613/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/user/inria/fsf/bldxx-20100613'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/user/inria/fsf/bldxx-20100613'
make: *** [bootstrap] Error 2
The code that causes the error was introduced in revision 160626:
2010-06-10 Jakub Jelinek <[email protected]>
* c-family/c-cppbuiltin.c: Include cpp-id-data.h.
(lazy_hex_fp_values, lazy_hex_fp_value_count): New variables.
(lazy_hex_fp_value): New function.
(builtin_define_with_hex_fp_value): Provide definitions lazily.
* Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
--
Summary: --enable-build-with-cxx bootstrap fails in revision
160669
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: amylaar at gcc dot gnu dot org
OtherBugsDependingO 44433
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44512