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-01-19T18:50: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-01-19T14:05:01Z.

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/>.
powerpc-eabisim-ar cru .libs/libmath.a  signbit.o signbitf.o
powerpc-eabisim-ranlib .libs/libmath.a
creating libmath.la
(cd .libs && rm -f libmath.la && ln -s ../libmath.la libmath.la)
make[3]: Leaving directory `/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3/libmath'
Making all in libsupc++
make[3]: Entering directory `/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag disable-shared --tag CXX --mode=compile /sloth/delay/tbox/build-gcc/gcc/g++ -B/sloth/delay/tbox/build-gcc/gcc/ -nostdinc++  -L/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3/src -L/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3/src/.libs -B/sloth/delay/tbox/objs/powerpc-eabisim/bin/ -B/sloth/delay/tbox/objs/powerpc-eabisim/lib/ -isystem /sloth/delay/tbox/objs/powerpc-eabisim/include -I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/../gcc -I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/../include 	-I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/include -I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/include/std -I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/include/c_std -I../include 	 -I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ 	         -g -O2 -fno-implicit-templates 	-prefer-pic 	-Wall -Wno-format -W -Wwrite-strings -Winline   	 	-g    -c /sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++/del_op.cc
/sloth/delay/tbox/build-gcc/gcc/g++ -B/sloth/delay/tbox/build-gcc/gcc/ -nostdinc++ -L/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3/src -L/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3/src/.libs -B/sloth/delay/tbox/objs/powerpc-eabisim/bin/ -B/sloth/delay/tbox/objs/powerpc-eabisim/lib/ -isystem /sloth/delay/tbox/objs/powerpc-eabisim/include -I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/../gcc -I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/../include -I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/include -I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/include/std -I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/include/c_std -I../include -I/sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -g -c /sloth/delay/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++/del_op.cc 
<internal>:0: the new ABI requires vtable thunks
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [del_op.lo] Error 1
make[3]: Leaving directory `/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3/libsupc++'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/sloth/delay/tbox/build-gcc/powerpc-eabisim/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2
+ exit 1
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/ChangeLog	Fri Jan 19 03:05:47 2001
+++ gcc/gcc/ChangeLog	Fri Jan 19 10:50:30 2001
@@ -1,3 +1,35 @@
+Fri Jan 19 13:02:56 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.
+	* flow.c (mark_set_1, case PARALLEL): Don't require BLKmode, allow
+	element to be null, and always expect an EXPR_LIST.
+	* rtlanal.c (reg_overlap_mentioned_p, note_stores): Likewise.
+	* sched-deps.c (sched_analyze_1): Likewise.
+	* sched-rgn.c (check_live_1, update_live_1): Likewise.
+
+	* regclass.c (max_set_parallel): New variable.
+	(reg_scan): Take it into account in computation of max_parallel.
+	(reg_scan_mark_refs, case SET): Compute it.
+
+	* alias.c (rtx_equal_for_memref_p, case ADDRESSOF): Don't assume
+	args are REG.
+	* expr.c (store_constructor): Don't look at MEM_ALIAS_SET unless MEM.
+	* function.c (assign_parms): Use INTVAL for a CONST_INT.
+
+2001-01-19  Jason Merrill  <jason@redhat.com>
+
+	* dwarf2out.c (gen_subprogram_die): Don't reuse the in-class decl
+	for the abstract instance of an inline function.
+
+Fri Jan 19 14:31:35 2001  Alexandre Oliva  <aoliva@redhat.com>
+			  J"orn Rennecke <amylaar@redhat.com>
+
+	* reload1.c (move2add_note_store): Treat all registers directly or
+	indirectly derived from a base register as members of the same set
+	of values.
+	(reload_cse_move2add): Adjust accordingly.  Take mode and offset
+	of base register into account.
+
 Fri Jan 19 09:18:42 2001  J"orn Rennecke <amylaar@redhat.com>
 
 	* alias.c (find_base_value): Recognize TRUNCATE.
@@ -6,7 +38,7 @@
 
 Thu Jan 18 06:43:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-	* flow.c (mark_set_1, case PARALLEL): Now case; rework to allow
+	* flow.c (mark_set_1, case PARALLEL): New case; rework to allow
 	entry to be EXPR_LIST.
 	* rtlanal.c (reg_overlap_mentioned_p): Allow PARALLEL in SET to
 	be an EXPR_LIST (but not null, which other code doesn't allow).
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Fri Jan 19 06:05:44 2001
+++ gcc/gcc/cp/ChangeLog	Fri Jan 19 09:05:33 2001
@@ -1,3 +1,15 @@
+2001-01-19  Ute Pelkmann  <scope.muc@t-online.de>
+
+	* decl2.c (arg_assoc_class): Fix double iteration logic.
+
+2001-01-19  Jason Merrill  <jason@redhat.com>
+
+	* init.c (build_delete): Always call convert_force to strip cv-quals.
+
+	* decl2.c (flag_new_abi): Depend on ENABLE_NEW_GXX_ABI.
+	* lang-specs.h: Default ABI depends on ENABLE_NEW_GXX_ABI.
+	* g++spec.c: Don't look at ENABLE_NEW_GXX_ABI.
+
 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
 
 	* search.c (get_vbase_1): Count only virtual bases.
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Fri Jan 19 06:05:45 2001
+++ gcc/gcc/testsuite/ChangeLog	Fri Jan 19 10:05:34 2001
@@ -1,3 +1,7 @@
+2001-01-19  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/execute/20010119-1.c: New test.
+
 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
 
 	* g++.old-deja/g++.other/vbase5.C: New test.
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

kenner@vlsi1.ultra.nyu.edu

2001-01-19T18:50:00Z 2001-01-19T19:33:46Z build

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