GCC build failed for mips-elf with your patch on 2002-05-08T07:04:46Z.
GCC regression checker
regress@redhat.com
Wed May 8 02:47:00 GMT 2002
With your recent patch, GCC does not compile on:
mips-elf
Attached is build output for those targets.
The last time the regression tests were run, GCC did not compile either,
so the problem might not be caused by your patch.
For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-05-08T04:46:06Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/java/ChangeLog Tue May 7 19:28:09 2002
+++ gcc/gcc/java/ChangeLog Wed May 8 00:05:05 2002
@@ -1,5 +1,7 @@
2002-05-07 Tom Tromey <tromey@redhat.com>
+ * gjavah.c (throwable_p): Use xstrdup, not strdup.
+
Fix for PR java/1200:
* gjavah.c (throwable_p): New function.
(decode_signature_piece): Use it. A `WeakReference' isn't the
ChangeLog entries between 2002-05-08T04:46:06Z and the last time everything
passed, on 2002-05-07T22:17:40Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog Tue May 7 15:17:56 2002
+++ gcc/gcc/ChangeLog Tue May 7 19:28:02 2002
@@ -1,3 +1,13 @@
+2002-05-07 Kazu Hirata <kazu@cs.umass.edu>
+
+ * toplev.c: Fix formatting.
+
+2002-05-07 Janis Johnson <janis187@us.ibm.com>
+
+ * config.in (ENABLE_RTL_FLAG_CHECKING): New.
+ * configure.in (ac_rtlflag_checking): New.
+ * doc/install.texi (--enable-checking): Document RTL flag checking.
+
2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
* c-common.c (c_common_init): Set options->unsigned_wchar.
@@ -58,6 +68,12 @@
2002-05-07 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (bdesc_2arg): Fix vmax typos.
+
+2002-05-06 David S. Miller <davem@redhat.com>
+
+ * config/sparc/sparc.md (shift insns): Do not mask off
+ second operand, 'I' constraint and SHIFT_COUNT_TRUNCATED
+ take care of it.
2002-05-06 Richard Henderson <rth@redhat.com>
--- /maat/heart/tbox/changelog_pass/gcc/gcc/java/ChangeLog Tue May 7 15:18:22 2002
+++ gcc/gcc/java/ChangeLog Tue May 7 19:28:09 2002
@@ -1,3 +1,12 @@
+2002-05-07 Tom Tromey <tromey@redhat.com>
+
+ Fix for PR java/1200:
+ * gjavah.c (throwable_p): New function.
+ (decode_signature_piece): Use it. A `WeakReference' isn't the
+ same as a `jweak'.
+ Include hashtab.h.
+ (gcjh_streq): New function.
+
2002-05-07 Andreas Jaeger <aj@suse.de>
* parse.y (finish_for_loop): Fix if statement.
--- /maat/heart/tbox/changelog_pass/gcc/libiberty/ChangeLog Tue May 7 15:18:49 2002
+++ gcc/libiberty/ChangeLog Tue May 7 21:46:37 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-05-07 Mark Mitchell <mark@codesourcery.com>
* configure.in (AC_TYPE_PID_T): Use it.
--- /maat/heart/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog Tue May 7 15:19:19 2002
+++ gcc/libstdc++-v3/ChangeLog Tue May 7 21:46:51 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-05-07 Mark Mitchell <mark@codesourcery.com>
* configure.in: Add support for WindISS.
--- /maat/heart/tbox/changelog_pass/gcc/boehm-gc/ChangeLog Mon Apr 22 21:25:27 2002
+++ gcc/boehm-gc/ChangeLog Tue May 7 21:46:21 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-04-22 Jeff Sturm <jsturm@one-point.com>
* Makefile.am (toolexeclib_LTLIBRARIES): Remove.
--- /maat/heart/tbox/changelog_pass/gcc/libffi/ChangeLog Sun May 5 00:56:12 2002
+++ gcc/libffi/ChangeLog Tue May 7 21:46:35 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-05-05 Jason Thorpe <thorpej@wasabisystems.com>
* configure.in (sparc64-*-netbsd*): Add target.
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog Tue May 7 15:18:52 2002
+++ gcc/libjava/ChangeLog Tue May 7 21:46:39 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-05-07 Tom Tromey <tromey@redhat.com>
* java/lang/natString.cc (unintern): Fixed typo.
--- /maat/heart/tbox/changelog_pass/gcc/zlib/ChangeLog Mon Mar 11 15:26:19 2002
+++ gcc/zlib/ChangeLog Tue May 7 21:46:59 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
* configure.in (AC_EXEEXT): Work around in case it expands to
@@ -231,7 +237,7 @@
- use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
- added makelcc.bat for lcc-win32 (Tom St Denis)
- in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
-- Avoid expanded $Id: ChangeLog,v 1.4 2002/03/11 22:11:16 tromey Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
+- Avoid expanded $Id: ChangeLog,v 1.5 2002/05/08 04:38:00 aoliva Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
- check for unistd.h in configure (for off_t)
- remove useless check parameter in inflate_blocks_free
- avoid useless assignment of s->check to itself in inflate_blocks_new
--- /maat/heart/tbox/changelog_pass/gcc/libf2c/ChangeLog Fri May 3 16:25:34 2002
+++ gcc/libf2c/ChangeLog Tue May 7 21:46:34 2002
@@ -1,3 +1,9 @@
+2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+ script entry, and set LD to it when configuring multilibs.
+ * configure: Rebuilt.
+
2002-05-02 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in: Fix for multilibbed natives.
-------------- next part --------------
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include -DL_m16stubsf10 -xassembler-with-cpp -c /maat/heart/tbox/cvs-gcc/gcc/gcc/config/mips/mips16.S -o libgcc/./_m16stubsf10.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include -DL_m16stubdf0 -xassembler-with-cpp -c /maat/heart/tbox/cvs-gcc/gcc/gcc/config/mips/mips16.S -o libgcc/./_m16stubdf0.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include -DL_m16stubdf1 -xassembler-with-cpp -c /maat/heart/tbox/cvs-gcc/gcc/gcc/config/mips/mips16.S -o libgcc/./_m16stubdf1.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include -DL_m16stubdf2 -xassembler-with-cpp -c /maat/heart/tbox/cvs-gcc/gcc/gcc/config/mips/mips16.S -o libgcc/./_m16stubdf2.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include -DL_m16stubdf5 -xassembler-with-cpp -c /maat/heart/tbox/cvs-gcc/gcc/gcc/config/mips/mips16.S -o libgcc/./_m16stubdf5.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include -DL_m16stubdf6 -xassembler-with-cpp -c /maat/heart/tbox/cvs-gcc/gcc/gcc/config/mips/mips16.S -o libgcc/./_m16stubdf6.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include -DL_m16stubdf9 -xassembler-with-cpp -c /maat/heart/tbox/cvs-gcc/gcc/gcc/config/mips/mips16.S -o libgcc/./_m16stubdf9.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include -DL_m16stubdf10 -xassembler-with-cpp -c /maat/heart/tbox/cvs-gcc/gcc/gcc/config/mips/mips16.S -o libgcc/./_m16stubdf10.o
/anubis/mummy/tbox/mips-elf/build/gcc/xgcc -B/anubis/mummy/tbox/mips-elf/build/gcc/ -B/anubis/mummy/tbox/objs/mips-elf/bin/ -B/anubis/mummy/tbox/objs/mips-elf/lib/ -isystem /anubis/mummy/tbox/objs/mips-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/maat/heart/tbox/cvs-gcc/gcc/gcc -I/maat/heart/tbox/cvs-gcc/gcc/gcc/. -I/maat/heart/tbox/cvs-gcc/gcc/gcc/config -I/maat/heart/tbox/cvs-gcc/gcc/gcc/../include -DL_muldi3 -c /maat/heart/tbox/cvs-gcc/gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
/maat/heart/tbox/cvs-gcc/gcc/gcc/libgcc2.c: In function `__muldi3':
/maat/heart/tbox/cvs-gcc/gcc/gcc/libgcc2.c:367: RTL flag check: access macro used with unexpected rtx code `jump_insn' in dbr_schedule, at reorg.c:3631
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: Leaving directory `/anubis/mummy/tbox/mips-elf/build/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/anubis/mummy/tbox/mips-elf/build/gcc'
make: *** [all-gcc] Error 2
+ exit 1
-------------- next part --------------
--
Geoffrey Keating <regress@maat.cygnus.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list