This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/53980] New: [4.8 Regression] Bootstrap fails in stage 1: i386.md:17784:3: error: 'OPTION_BIONIC' undeclared here (not in a function) in build/gencondmd.c
- From: "rainer at emrich-ebersheim dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 16 Jul 2012 12:07:29 +0000
- Subject: [Bug bootstrap/53980] New: [4.8 Regression] Bootstrap fails in stage 1: i386.md:17784:3: error: 'OPTION_BIONIC' undeclared here (not in a function) in build/gencondmd.c
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53980
Bug #: 53980
Summary: [4.8 Regression] Bootstrap fails in stage 1:
i386.md:17784:3: error: 'OPTION_BIONIC' undeclared
here (not in a function) in build/gencondmd.c
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: rainer@emrich-ebersheim.de
Bootstrap fails in stage 1 for x86_64-w64-mingw32:
gcc -c -g -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat
-DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../../src/gcc-4.8.0/gcc
-I../../../src/gcc-4.8.0/gcc/build -I../../../src/gcc-4.8.0/gcc/../include
-I./../intl -I../../../src/gcc-4.8.0/gcc/../libcpp/include
-I/SCRATCH/tmp.xipisatGtI/install/include
-I/SCRATCH/tmp.xipisatGtI/install/include
-I/SCRATCH/tmp.xipisatGtI/install/include
-I../../../src/gcc-4.8.0/gcc/../libdecnumber
-I../../../src/gcc-4.8.0/gcc/../libdecnumber/bid -I../libdecnumber
-DCLOOG_INT_GMP -I/SCRATCH/tmp.xipisatGtI/install/include
-I/SCRATCH/tmp.xipisatGtI/install/include \
-o build/gencondmd.o build/gencondmd.c
../../../src/gcc-4.8.0/gcc/config/i386/i386.md:17784:3: error: 'OPTION_BIONIC'
undeclared here (not in a function)
../../../src/gcc-4.8.0/gcc/config/i386/i386.md:920:5: warning: missing
initializer [-Wmissing-field-initializers]
../../../src/gcc-4.8.0/gcc/config/i386/i386.md:920:5: warning: (near
initialization for 'insn_conditions[657].value') [-Wmissing-field-initializers]
../../../src/gcc-4.8.0/gcc/config/i386/i386.md:17755:5: warning: missing
initializer [-Wmissing-field-initializers]
../../../src/gcc-4.8.0/gcc/config/i386/i386.md:17755:5: warning: (near
initialization for 'insn_conditions[1097].value')
[-Wmissing-field-initializers]
../../../src/gcc-4.8.0/gcc/config/i386/i386.md:920:5: warning: missing
initializer [-Wmissing-field-initializers]
../../../src/gcc-4.8.0/gcc/config/i386/i386.md:920:5: warning: (near
initialization for 'insn_conditions[1177].value')
[-Wmissing-field-initializers]
make[3]: *** [build/gencondmd.o] Error 1
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/SCRATCH/tmp.xipisatGtI/gcc-4.8.0/gcc-4.8.0/gcc'