This is the mail archive of the gcc@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]

bootstrap broken on trunk r126866


Hi *,

bootstrap is broken on trunk rev. 126866 during Stage3:

libtool: compile: /home/xtv/gcc-devel/gcc/obj/./gcc/xgcc -B/home/xtv/gcc-devel/gcc/obj/./gcc/ -B/home/xtv/i686-pc-linux-gnu/bin/ -B/home/xtv/i686-pc-linux-gnu/lib/ -isystem /home/xtv/i686-pc-linux-gnu/include -isystem /home/xtv/i686-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/home/xtv/gcc-devel/gcc/libgfortran -I. -iquote/home/xtv/gcc-devel/gcc/libgfortran/io -I/home/xtv/gcc-devel/gcc/libgfortran/../gcc -I/home/xtv/gcc-devel/gcc/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -O2 -g -O2 -MT compile_options.lo -MD -MP -MF .deps/compile_options.Tpo -c /home/xtv/gcc-devel/gcc/libgfortran/runtime/compile_options.c -fPIC -DPIC -o .libs/compile_options.o
/home/xtv/gcc-devel/gcc/libgfortran/runtime/compile_options.c: In function 'set_options':
/home/xtv/gcc-devel/gcc/libgfortran/runtime/compile_options.c:58: error: 'compile_options_t' has no member named 'bounds_check'
make[3]: *** [compile_options.lo] Error 1
make[3]: Leaving directory `/home/xtv/gcc-devel/gcc/obj/i686-pc-linux-gnu/libgfortran'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/xtv/gcc-devel/gcc/obj/i686-pc-linux-gnu/libgfortran'
make[1]: *** [all-target-libgfortran] Error 2
make[1]: Leaving directory `/home/xtv/gcc-devel/gcc/obj'
make: *** [bootstrap] Error 2
gcc_build: error: Could not bootstrap the compiler


with flags: --prefix=/home/xtv --enable-languages=c,c++,objc,fortran,obj-c++ --enable-bootstrap --enable-decimal-float=bid


see r126866 http://gcc.gnu.org/ml/gcc-cvs/2007-07/msg00725.html


2007-07-24 Thomas Koenig <tkoenig@gcc.gnu.org>

	PR fortran/30814
        ...
	* runtime/compile_options.c (set_options):  Add handling
	of compile_options.bounds_check.
        ...

Best regards,

Thomas


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