This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/15251] [3.5 Regression] [m68k] bootstrap comparision failure
- From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 May 2004 07:10:18 -0000
- Subject: [Bug bootstrap/15251] [3.5 Regression] [m68k] bootstrap comparision failure
- References: <20040502175351.15251.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From debian-gcc at lists dot debian dot org 2004-05-23 07:10 -------
after the tree-ssa merge 20040520 HEAD and the patch from
http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01404.html fails in stage1 (without
this patch even earlier)
stage1/xgcc -Bstage1/ -B/usr/lib/gcc-snapshot/m68k-linux/bin/ -c -O2 -DIN_GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common
-DHAVE_CONFIG_H -I. -Ifortran -I../../src/gcc -I../../src/gcc/fortran
-I../../src/gcc/../include -I../../src/gcc/../libbanshee/libcompat
-I../../src/gcc/../libbanshee -I../../src/gcc/../libbanshee/points-to
../../src/gcc/fortran/io.c -o fortran/io.o
../../src/gcc/fortran/io.c:34: warning: excess elements in struct initializer
../../src/gcc/fortran/io.c:34: warning: (near initialization for
`format_asterisk.where')
../../src/gcc/fortran/io.c:34: warning: excess elements in struct initializer
../../src/gcc/fortran/io.c:34: warning: (near initialization for
`format_asterisk.where')
../../src/gcc/fortran/io.c: In function `match_filepos':
../../src/gcc/fortran/io.c:1337: error: unrecognizable insn:
(insn 219 179 66 7 (set (strict_low_part (reg:QI 1 %d1))
(const_int 1 [0x1])) -1 (nil)
(nil))
../../src/gcc/fortran/io.c:1337: internal compiler error: in extract_insn, at
recog.c:2068
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [fortran/io.o] Error 1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15251