This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Today's MPX trunk patches (Rev. 204046): i386.md:18329:2: error: 'TARGET_MPX' was not declared in this scope


Hi Kirill,

with the current trunk (newst "git" mirror version), bootstrapping fails here with the following error. Did you forget to commit one file?


g++ -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -DCLOOG_INT_GMP \
        -o build/gencondmd.o build/gencondmd.c
../../gcc/config/i386/i386.md:18329:2: error: 'TARGET_MPX' was not declared in this scope
   "TARGET_MPX"
  ^
../../gcc/config/i386/i386.md:18329:2: error: 'TARGET_MPX' was not declared in this scope
   "TARGET_MPX"
  ^
../../gcc/config/i386/i386.md:18329:2: error: 'TARGET_MPX' was not declared in this scope
   "TARGET_MPX"
  ^
../../gcc/config/i386/i386.md:18329:2: error: 'TARGET_MPX' was not declared in this scope
   "TARGET_MPX"
  ^

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]