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

GCC build failed with your patch on 2001-02-17T10:05:00Z.


(This is an automated message.)

With your recent patch, GCC does not compile.  The last 20 or so
lines of the build output are attached.  Also attached is a diff of
the ChangeLog entries since the last time the regression tests passed,
on 2001-02-16T17:20:00Z.

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://www.cygnus.com/~geoffk/gcc-regression/>.
  LIB1ASMSRC='' \
  MAKEOVERRIDES= \
  -f libgcc.mk all
make[2]: Entering directory `/sloth/delay/tbox/build-gcc/gcc'
for d in libgcc nof libgcc/nof le libgcc/le ca libgcc/ca und libgcc/und le/und libgcc/le/und nof/le libgcc/nof/le nof/ca libgcc/nof/ca nof/und libgcc/nof/und nof/le/und libgcc/nof/le/und; do \
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/sloth/delay/tbox/build-gcc/gcc/xgcc -B/sloth/delay/tbox/build-gcc/gcc/ -B/sloth/delay/tbox/objs/powerpc-eabisim/bin/ -B/sloth/delay/tbox/objs/powerpc-eabisim/lib/ -isystem /sloth/delay/tbox/objs/powerpc-eabisim/include -O2  -DCROSS_COMPILE -DIN_GCC  -DSVR4  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/sloth/delay/tbox/cvs-gcc/gcc/gcc -I/sloth/delay/tbox/cvs-gcc/gcc/gcc/. -I/sloth/delay/tbox/cvs-gcc/gcc/gcc/config -I/sloth/delay/tbox/cvs-gcc/gcc/gcc/../include  -mrelocatable-lib -mno-eabi -mstrict-align -DL_muldi3 -c /sloth/delay/tbox/cvs-gcc/gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
/sloth/delay/tbox/build-gcc/gcc/xgcc -B/sloth/delay/tbox/build-gcc/gcc/ -B/sloth/delay/tbox/objs/powerpc-eabisim/bin/ -B/sloth/delay/tbox/objs/powerpc-eabisim/lib/ -isystem /sloth/delay/tbox/objs/powerpc-eabisim/include -O2  -DCROSS_COMPILE -DIN_GCC  -DSVR4  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/sloth/delay/tbox/cvs-gcc/gcc/gcc -I/sloth/delay/tbox/cvs-gcc/gcc/gcc/. -I/sloth/delay/tbox/cvs-gcc/gcc/gcc/config -I/sloth/delay/tbox/cvs-gcc/gcc/gcc/../include  -mrelocatable-lib -mno-eabi -mstrict-align -DL_divdi3 -c /sloth/delay/tbox/cvs-gcc/gcc/gcc/libgcc2.c -o libgcc/./_divdi3.o
/sloth/delay/tbox/cvs-gcc/gcc/gcc/libgcc2.c: In function `__divdi3':
/sloth/delay/tbox/cvs-gcc/gcc/gcc/libgcc2.c:747: Internal compiler error in validate_replace_src, at recog.c:754
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/./_divdi3.o] Error 1
make[2]: Leaving directory `/sloth/delay/tbox/build-gcc/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/sloth/delay/tbox/build-gcc/gcc'
make: *** [all-gcc] Error 2
+ exit 1
--- /sloth/delay/tbox/changelog_pass/gcc/ChangeLog	Thu Feb 15 08:35:33 2001
+++ gcc/ChangeLog	Fri Feb 16 17:05:30 2001
@@ -1,3 +1,8 @@
+2001-02-16  Nick Clifton  <nickc@redhat.com>
+
+	* configure.in (noconfigdirs): Allow configuration of texinfo
+	for Cygwin hosts.
+
 2001-02-15  Anthony Green  <green@redhat.com>
 
 	* configure: Introduce GCJ_FOR_TARGET.
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/ChangeLog	Fri Feb 16 09:20:35 2001
+++ gcc/gcc/ChangeLog	Sat Feb 17 02:05:28 2001
@@ -1,3 +1,40 @@
+Sat Feb 17 10:52:34 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+	* reg-stack.c (stack_def): Make field reg unsigned.
+	(remove_regno_note): Unsignetize parameter.
+
+2001-02-16  Jes Sorensen  <jes@linuxcare.com>
+
+	* ia64.c (errata_emit_nops): Add VOIDmode as second argument to
+	shladd_operand() call.
+
+2001-02-16  Bruce Korb  <bkorb@gnu.org>
+            Rodney Brown  <RodneyBrown@mynd.com>
+
+	* fixinc/mkfixinc.sh: Use C fixincludes for UnixWare 7.
+	* fixinc/inclhack.def: Add fixinc.svr4 patterns with matching
+	machine restrictions
+	* fixinc/fixincl.x: regen
+
+Fri Feb 16 12:41:30 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* gcse.c (hash_scan_set): If cprop, see if REG_EQUAL or REG_EQUIV.
+	Don't CSE a nop.
+	(hash_scan_insn): Clean up calls to hash_scan_set.
+	(compute_kill_rd): REGNO now unsigned.
+	(try_replace_reg): Rework to use simplify_replace_rtx.
+	(cprop_jump, cprop_cc0_jump): Likewise.
+	(cprop_insn): Call find_reg_equal_equiv_note.
+	Reflect changes to cprop_jump and cprop_cc0_jump.
+
+	* recog.c (validate_replace_src): Replace in operands of
+	ZERO_EXTRACT in SET_DEST.
+
+	* cse.c (new_label_ref): New variable.
+	(insert): Set it instead of recorded_label_ref.
+	(cse_basic_block): Set recorded_label_ref if new_label_ref use, has
+	CODE_LABEL for this function, and not already in REG_LABEL note.
+
 2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>
 
 	* resource.c (mark_referenced_resources): Fix typo in introductory
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Fri Feb 16 09:20:38 2001
+++ gcc/gcc/cp/ChangeLog	Fri Feb 16 16:35:17 2001
@@ -1,3 +1,20 @@
+2001-02-16  Jason Merrill  <jason@redhat.com>
+
+	* cp-tree.h (DECL_USE_VTT_PARM): Remove.
+	* decl2.c (maybe_retrofit_in_chrg): Don't create it.
+	* optimize.c (maybe_clone_body): Don't substitute it.
+	* call.c (build_new_method_call): Check in_chrg instead.
+	* init.c (expand_virtual_init): Likewise.
+
+2001-02-16  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+	* decl.c (check_tag_decl): Make sure a typedef for an anonymous
+	class-type introduces at least a type-name.
+
+2001-02-16  Jakub Jelinek  <jakub@redhat.com>
+
+	* call.c (convert_like_real): Create a temporary for non-lvalue.
+
 2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>
 
 	* cp-tree.h: Fix typos in comments.
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/java/ChangeLog	Fri Feb 16 00:50:56 2001
+++ gcc/gcc/java/ChangeLog	Fri Feb 16 14:35:20 2001
@@ -1,3 +1,8 @@
+2001-02-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
+
+	* expr.c (build_instanceof): Check for arrays when trying fold to
+	false.
+
 2001-02-15  Jim Meyering  <meyering@lucent.com>
 
 	* Make-lang.in (java.install-common): Depend on `installdirs'.
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Fri Feb 16 00:50:56 2001
+++ gcc/gcc/testsuite/ChangeLog	Fri Feb 16 15:05:34 2001
@@ -1,3 +1,12 @@
+2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
+
+	* g++.old-deja/g++.other/decl9.C: New test.
+	
+2001-02-16  Jakub Jelinek  <jakub@redhat.com>
+
+	* g++.old-deja/g++.other/init16.C: Update the test so that it does
+	not need <string> and also tests the initialization at runtime.
+
 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
 
 	* gcc.c-torture/execute/longlong.c: New test.
--- /sloth/delay/tbox/changelog_pass/gcc/libiberty/ChangeLog	Fri Feb  2 12:50:57 2001
+++ gcc/libiberty/ChangeLog	Fri Feb 16 15:35:21 2001
@@ -1,3 +1,7 @@
+2001-02-16  Loren J. Rittle  <ljrittle@acm.org>
+
+	* cplus-dem.c (main): Initialize style.
+
 2001-02-02  Phil Edwards  <pme@sources.redhat.com>
 
 	* COPYING.LIB:  Update to LGPL 2.1 from the FSF.
--- /sloth/delay/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Fri Feb 16 09:20:40 2001
+++ gcc/libstdc++-v3/ChangeLog	Fri Feb 16 16:05:51 2001
@@ -1,3 +1,10 @@
+2001-02-16  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* testsuite/21_strings/char_traits.cc: Move to ...
+	* testsuite/21_strings/char_traits_requirements.cc: ..here.
+	* testsuite/21_strings/char_traits-int_type.cc: Move to ...
+	* testsuite/21_strings/char_traits_typedefs.cc: ..here.
+
 2001-02-16  Gabriel Dos Reis  <gdr@codesourcery.com>
 
 	* libmath/mathconf.h (FINITE_P, INFINITE_P): Remove macro
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

jh@suse.cz

2001-02-17T10:05:00Z 2001-02-17T10:29:54Z build

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