This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap Failure (i686-pc-linux-gnu, --with-arch=pentium4)
- From: Ranjit Mathew <rmathew at gmail dot com>
- To: GCC <gcc at gcc dot gnu dot org>
- Date: Fri, 17 Jun 2005 11:26:52 +0530
- Subject: Bootstrap Failure (i686-pc-linux-gnu, --with-arch=pentium4)
- Reply-to: Ranjit Mathew <rmathew at gmail dot com>
Hi,
For two consecutive days, I have been unable to
build GCC mainline on i686-pc-linux-gnu:
----------------------------------------- 8<
-----------------------------------------
stage1/xgcc -Bstage1/ -B/home/ranmath/gcc/i686-pc-linux-gnu/bin/ -c
-O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition -Werror -DHAVE_CONFIG_H
-I. -Icp -I/home/ranmath/src/gcc/gcc-20050617/gcc
-I/home/ranmath/src/gcc/gcc-20050617/gcc/cp
-I/home/ranmath/src/gcc/gcc-20050617/gcc/../include
-I/home/ranmath/src/gcc/gcc-20050617/gcc/../libcpp/include/home/ranmath/src/gcc/gcc-20050617/gcc/cp/call.c
-o cp/call.o
/home/ranmath/src/gcc/gcc-20050617/gcc/config/i386/i386.c: In function
'ix86_expand_vector_init':
/home/ranmath/src/gcc/gcc-20050617/gcc/config/i386/i386.c:17080:
error: insn does not satisfy its constraints:
(insn 367 343 378 4
/home/ranmath/src/gcc/gcc-20050617/gcc/config/i386/i386.c:17047 (set
(reg:QI 138)
(const_int 0 [0x0])) 45 {*movqi_1} (nil)
(expr_list:REG_EQUIV (const_int 0 [0x0])
(nil)))
/home/ranmath/src/gcc/gcc-20050617/gcc/config/i386/i386.c:17080:
internal compiler error: in reload_cse_simplify_operands, at
postreload.c:391
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
----------------------------------------- 8<
-----------------------------------------
I build with "--with-arch=pentium4 --disable-checking" and that
might explain why no one has apparently reported it yet. The
full configure invocation is:
----------------------------------------- 8<
-----------------------------------------
$GCC_SRC_DIR/configure --prefix=$HOME/gcc --enable-languages=c,c++,java \
--with-as=/home/ranmath/gnu/bin/as --with-gnu-as \
--with-ld=/home/ranmath/gnu/bin/ld --with-gnu-ld \
--with-arch=pentium4 --with-tune=pentium4 \
--disable-nls --disable-checking --disable-libmudflap \
--disable-debug --enable-threads=posix --enable-__cxa_atexit
----------------------------------------- 8<
-----------------------------------------
I use FSF GCC 3.4.4 for bootstrapping and FSF binutils
2.16.
Thanks,
Ranjit.
--
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.hostingzero.com/