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