Hi,

it seems that bootstrap is broken in x86-64 since at least yesterday,
but apparently only if checking is disabled.

Compilation stops with this error message:

gcc -c -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I. -I/scratch/martin/gcc/gcc -I/scratch/martin/g c/gcc/. -I/scratch/martin/gcc/gcc/../include -I/scratch/martin/gcc/gcc/../libcpp/include -I/afs/mpa/d ta/martin/numlibs64/include -I/afs/mpa/data/martin/numlibs64/include -I/afs/mpa/data/martin/numlibs64 include -I/scratch/martin/gcc/gcc/../libdecnumber -I/scratch/martin/gcc/gcc/../libdecnumber/bid -I.. libdecnumber -I/afs/mpa/data/martin/numlibs64/include -I/afs/mpa/data/martin/numlibs64/include -DCLO G_PPL_BACKEND -I/afs/mpa/data/martin/numlibs64/include -I/afs/mpa/data/martin/numlibs64/include/libe f gtype-desc.c -o gtype-desc.o
gtype-desc.c: In function 'gt_ggc_mx_cgraph_node':
gtype-desc.c:546: error: 'struct cgraph_node' has no member named 
'former_clone_of'
gtype-desc.c:546: error: 'struct cgraph_node' has no member named 
'former_clone_of'
gtype-desc.c: In function 'gt_pch_nx_cgraph_node':
gtype-desc.c:3030: error: 'struct cgraph_node' has no member named 
'former_clone_of'
gtype-desc.c:3030: error: 'struct cgraph_node' has no member named 
'former_clone_of'
gtype-desc.c: In function 'gt_pch_p_11cgraph_node':
gtype-desc.c:5570: error: 'struct cgraph_node' has no member named 
'former_clone_of'
make[2]: *** [gtype-desc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
rm gcov.pod gfdl.pod cpp.pod gcc.pod gfortran.pod fsf-funding.pod
make[2]: Leaving directory `/scratch/martin/ogcc/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/scratch/martin/ogcc'
make: *** [all] Error 2

Looking at gcc/cgraph.h, it seems that the member "former_clone_of"
is guarded by #ifdef ENABLE_CHECKING ... #endif

Cheers,
  Martin

Reply via email to