This is an Octane2 system running IRIX 6.5.30. Bootstarpping is done with MipsPro 7.4.3m compiler. Configure environment:
CC='cc -n32 -mips4 -c99' CXX='CC -n32 -mips4' CPP='cc -E' CFLAGS= CXXFLAGS= CPPFLAGS='-I/opt/local/include' LDFLAGS='-L/opt/local/lib -n32' ../../configure --prefix=/opt/local --sysconfdir=/opt/local/etc --localstatedir=/opt/local/var --sharedstatedir=/opt/local/var/com --enable-__cxa_atexit --enable-threads=posix --enable-shared --disable-nls --enable-languages=c,c++,java,objc,obj-c++,fortran --with-gmp=/opt/local --with-mpfr=/opt/local --with-as=/opt/local/bin/gnu-as --with-gnu-as Failing command: /scratch/garstow/devel/gcc/work/build/./prev-gcc/xgcc -B/scratch/garstow/devel/gcc/work/build/./prev-gcc/ -B/opt/local/mips-sgi-irix6.5/bin/ -c -g -O2 -fprofile-use -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../../work/gcc- 4.3.1/gcc -I../../../work/gcc-4.3.1/gcc/. -I../../../work/gcc-4.3.1/gcc/../include -I../../../work/gcc-4.3.1/gcc/../libcpp/include -I/opt/local/include -I/opt/local/include -I../../../work/gcc-4.3.1/gcc/../libdecnumber -I. ./../../work/gcc-4.3.1/gcc/../libdecnumber/dpd -I../libdecnumber insn-attrtab.c -o insn-attrtab.o ../../../work/gcc-4.3.1/gcc/config/mips/mips.md: In function 'get_attr_sb1_fp_pipes': ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: error: coverage mismatch for function 'get_attr_sb1_fp_pipes' while reading counter 'arcs' ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: note: number of counters is 9 instead of 8 ../../../work/gcc-4.3.1/gcc/config/mips/mips.md: In function 'get_attr_hazard': ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: error: coverage mismatch for function 'get_attr_hazard' while reading counter 'arcs' ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: note: number of counters is 192 instead of 187 ../../../work/gcc-4.3.1/gcc/config/mips/mips.md: In function 'get_attr_can_delay': ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: error: coverage mismatch for function 'get_attr_can_delay' while reading counter 'arcs' ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: note: number of counters is 231 instead of 227 ../../../work/gcc-4.3.1/gcc/config/mips/mips.md: In function 'eligible_for_annul_false': ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: error: coverage mismatch for function 'eligible_for_annul_false' while reading counter 'arcs' ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: note: number of counters is 358 instead of 306 ../../../work/gcc-4.3.1/gcc/config/mips/mips.md: In function 'eligible_for_delay': ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: error: coverage mismatch for function 'eligible_for_delay' while reading counter 'arcs' ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: note: number of counters is 743 instead of 729 ../../../work/gcc-4.3.1/gcc/config/mips/mips.md: In function 'internal_dfa_insn_code': ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: error: coverage mismatch for function 'internal_dfa_insn_code' while reading counter 'arcs' ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: note: number of counters is 7204 instead of 6172 ../../../work/gcc-4.3.1/gcc/config/mips/mips.md: In function 'insn_default_latency': ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: error: coverage mismatch for function 'insn_default_latency' while reading counter 'arcs' ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: note: number of counters is 6524 instead of 5477 ../../../work/gcc-4.3.1/gcc/config/mips/mips.md: In function 'bypass_p': ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: error: coverage mismatch for function 'bypass_p' while reading counter 'arcs' ../../../work/gcc-4.3.1/gcc/config/mips/mips.md:472: note: number of counters is 896 instead of 685 make[3]: *** [insn-attrtab.o] Error 1 Any ideas? -- Summary: Build fails in stagefeedback-bubble make target on IRIX 6.5.30 when compiling insn-attrtab.c Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tj at solitudo dot net GCC build triplet: mips-sgi-irix6.5 GCC host triplet: mips-sgi-irix6.5 GCC target triplet: mips-sgi-irix6.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36783