This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/28911] Cross compiler build for m68k--elf fails on x86_64-linux-gnu
- From: "luke dot powell at bjservices dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Aug 2006 21:59:46 -0000
- Subject: [Bug middle-end/28911] Cross compiler build for m68k--elf fails on x86_64-linux-gnu
- References: <bug-28911-13166@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from luke dot powell at bjservices dot com 2006-08-31 21:59 -------
(In reply to comment #3)
> It is the SVN trunk, so a svn snapshot will be a snapshot of the mainline.
>
I attempted a rebuild with the trunk at SVN revision 116602. The compilation
did get past the previous bug building __fixdfdi.o, but an almost identical bug
occurred later:
/home/lpowell/build-gcc/./gcc/xgcc -B/home/lpowell/build-gcc/./gcc/
-B/home/lpowell/m68k/m68k-elf/bin/ -B/home/lpowell/m68k/m68k-elf/lib/ -isystem
/home/lpowell/m68k/m68k-elf/include -isystem
/home/lpowell/m68k/m68k-elf/sys-include -O2 -O2 -g -O2 -DIN_GCC
-DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -isystem ./include -g
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I.
-I/home/lpowell/gcc-trunk/gcc/gcc -I/home/lpowell/gcc-trunk/gcc/gcc/.
-I/home/lpowell/gcc-trunk/gcc/gcc/../include
-I/home/lpowell/gcc-trunk/gcc/gcc/../libcpp/include
-I/home/lpowell/gcc-trunk/gcc/gcc/../libdecnumber -I../libdecnumber -m68000
-DL_mulsc3 -c /home/lpowell/gcc-trunk/gcc/gcc/libgcc2.c -o
libgcc/m68000/_mulsc3.o
/home/lpowell/gcc-trunk/gcc/gcc/libgcc2.c: In function ?__mulsc3?:
/home/lpowell/gcc-trunk/gcc/gcc/libgcc2.c:1854: internal compiler error: in
do_SUBST, at combine.c:496
This error occurs at the same assertion in combine.c as the previous bug.
--
luke dot powell at bjservices dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28911