http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51093
Bug #: 51093 Summary: GCC 4.4.3 build fails with 'OPTION_ISA_AES' as undefined Classification: Unclassified Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: other AssignedTo: unassig...@gcc.gnu.org ReportedBy: omjio...@gmail.com I've downloaded gcc 4.4.3 tar-ball package. Configured and build as follows for host-x86_64-unknown-linux-gnu: <./configure --prefix=$HOME/install/dir/ --enable-languages=c++> <make bootstrap> It gave following error. Am I missing something while configuring or build?? Most likely it's not a bug, but I couldn't find a better place to post my query. Any help or suggestion will be highly appreciated. Error: ======= gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../.././gcc -I../.././gcc/build -I../.././gcc/../include -I../.././gcc/../libcpp/include -I/usr/intel/pkgs/libgmp/4.3.0/include -I/usr/intel/pkgs/libgmp/4.3.0/include -I/usr/intel/pkgs/libmpfr/2.4.1/include -I../.././gcc/../libdecnumber -I../.././gcc/../libdecnumber/bid -I../libdecnumber -o build/gencondmd.o build/gencondmd.c ../.././gcc/config/i386/sse.md:11515: error: 'OPTION_ISA_AES' undeclared here (not in a function) ../.././gcc/config/i386/sse.md:11516: warning: missing initializer ../.././gcc/config/i386/sse.md:11516: warning: (near initialization for 'insn_conditions[0].value') ../.././gcc/config/i386/i386.md:2457: error: 'OPTION_ISA_64BIT' undeclared here (not in a function) ../.././gcc/config/i386/i386.md:2458: warning: missing initializer ../.././gcc/config/i386/i386.md:2458: warning: (near initialization for 'insn_conditions[1].value') ../.././gcc/config/i386/sse.md:4013: error: 'OPTION_ISA_SSE3' undeclared here (not in a function) ../.././gcc/config/i386/sse.md:4014: warning: missing initializer ../.././gcc/config/i386/sse.md:4014: warning: (near initialization for 'insn_conditions[4].value') ../.././gcc/config/i386/sse.md:205: error: 'OPTION_ISA_SSE' undeclared here (not in a function) ../.././gcc/config/i386/sse.md:208: warning: missing initializer ../.././gcc/config/i386/sse.md:208: warning: (near initialization for 'insn_conditions[7].value') ../.././gcc/config/i386/sse.md:591: error: 'OPTION_ISA_AVX' undeclared here (not in a function) ../.././gcc/config/i386/sse.md:593: warning: missing initializer ../.././gcc/config/i386/sse.md:593: warning: (near initialization for 'insn_conditions[8].value') ../.././gcc/config/i386/sse.md:343: warning: missing initializer ../.././gcc/config/i386/sse.md:343: warning: (near initialization for 'insn_conditions[9].value') ../.././gcc/config/i386/i386.md:4757: error: 'OPTION_ISA_SSE2' undeclared here (not in a function) ../.././gcc/config/i386/i386.md:4758: warning: missing initializer ../.././gcc/config/i386/i386.md:4758: warning: (near initialization for 'insn_conditions[10].value') ../.././gcc/config/i386/i386.md:7579: warning: missing initializer ../.././gcc/config/i386/i386.md:7579: warning: (near initialization for 'insn_conditions[11].value') ../.././gcc/config/i386/sse.md:10818: error: 'OPTION_ISA_SSE5' undeclared here (not in a function) ../.././gcc/config/i386/sse.md:10821: warning: missing initializer ../.././gcc/config/i386/sse.md:10821: warning: (near initialization for 'insn_conditions[12].value') ../.././gcc/config/i386/i386.md:18808: error: 'TARGET_USE_FANCY_MATH_387' undeclared here (not in a function) ../.././gcc/config/i386/i386.md:18811: error: 'flag_unsafe_math_optimizations' undeclared here (not in a function) ../.././gcc/config/i386/i386.md:18812: warning: missing initializer ../.././gcc/config/i386/i386.md:18812: warning: (near initialization for 'insn_conditions[13].value') ../.././gcc/config/i386/i386.md:5988: warning: missing initializer ../.././gcc/config/i386/i386.md:5988: warning: (near initialization for 'insn_conditions[15].value') ../.././gcc/config/i386/i386.md:16252: warning: missing initializer ../.././gcc/config/i386/i386.md:16252: warning: (near initialization for 'insn_conditions[16].value') ../.././gcc/config/i386/sse.md:5985: warning: missing initializer ../.././gcc/config/i386/sse.md:5985: warning: (near initialization for 'insn_conditions[17].value') ../.././gcc/config/i386/mmx.md:715: error: 'OPTION_ISA_MMX' undeclared here (not in a function) ../.././gcc/config/i386/mmx.md:717: warning: missing initializer ../.././gcc/config/i386/mmx.md:717: warning: (near initialization for 'insn_conditions[18].value')