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-03-14T19: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-03-14T06: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/>.
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c: In function `store_constructor':
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c:4483: warning: comparison between signed and unsigned
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c:4902: warning: comparison between signed and unsigned
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c:4638: warning: `minelt' might be used uninitialized in this function
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c:4639: warning: `maxelt' might be used uninitialized in this function
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c: In function `store_field':
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c:5168: warning: comparison between signed and unsigned
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c: In function `expand_expr':
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c:7115: warning: comparison between signed and unsigned
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c:7344: warning: comparison between signed and unsigned
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c: In function `expand_expr_unaligned':
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c:9051: warning: comparison between signed and unsigned
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c: In function `expand_increment':
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c:9198: warning: comparison between signed and unsigned
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c: In function `do_tablejump':
/sloth/delay/tbox/cvs-gcc/gcc/gcc/expr.c:10615: warning: comparison between signed and unsigned
make[1]: *** [expr.o] Error 1
make[1]: Leaving directory `/sloth/delay/tbox/build-gcc/gcc'
make: *** [all-gcc] Error 2
+ exit 1
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/ChangeLog	Tue Mar 13 22:20:45 2001
+++ gcc/gcc/ChangeLog	Wed Mar 14 11:50:29 2001
@@ -1,3 +1,42 @@
+2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+        * cppfiles.c (stack_include_file): Only increase the include
+	count if we actually process the file properly, as opposed
+	to treating it as length zero.  Only call read_include_file
+	if not DO_NOT_REREAD.  Handle the -H include file output
+	here.
+	(read_include_file): Remove now redundant DO_NOT_REREAD check.
+	(cpp_included, find_include_file): Simplify pathnames after
+	remapping them.  If remapping, don't use the remapped file
+	name's buffer as our scratch buffer.
+	(cpp_pop_file_buffer): Replace the multiple include macro
+	only if it isn't yet set.
+	(read_name_map): Simplify remapped names when reading in.
+	(remap_filename): Move code to code path that uses it.
+	(_cpp_simplify_pathname): Return the input pointer.
+	* cpphash.h (_cpp_simplify_pathname): Update prototype.
+
+2001-03-14  Mark Mitchell  <mark@codesourcery.com>
+
+	* expr.c (expand_expr): Revove bogus conditional.
+
+Wed Mar 14 19:29:50 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+	* expr.c (emit_move_insn_1): Guard PUSH_ROUNDING use by ifdef.
+
+2001-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+	* reg-stack.c (stack_result): Unconditionally use
+	FUNCTION_OUTGOING_VALUE resp. FUNCTION_VALUE.
+
+Wed Mar 14 16:36:25 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+	* expr.c (emit_move_insn_1):  Split push of complex value when
+	no suitable push instruction exist.
+
+	* i386.md (QImode move/add/shift patterns): Use ANY_QI_REG_P
+	instead of QI_REG_P.
+
 Tue Mar 13 22:22:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
 	* alias.c (handled_component_p, can_address_p): New functions.
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Mon Mar 12 11:21:10 2001
+++ gcc/gcc/testsuite/ChangeLog	Wed Mar 14 11:50:30 2001
@@ -1,3 +1,11 @@
+2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* gcc.dg/cpp/mi1.c: Update.
+
+2001-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+	* g++.old-deja/g++.other/regstack.C: New test.
+
 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
 
 	* g++.old-deja/g++.other/ref4.C: New test.
--- /sloth/delay/tbox/changelog_pass/gcc/include/ChangeLog	Sat Mar 10 02:51:08 2001
+++ gcc/include/ChangeLog	Wed Mar 14 11:50:32 2001
@@ -1,3 +1,15 @@
+2001-03-14  Nick Clifton  <nickc@redhat.com>
+
+	* ansidecl.h: Fix copyright dates.
+	* demangle.h: Fix copyright dates.
+	* floatformat.h: Fix copyright dates.
+	* fnmatch.h: Fix copyright dates.
+	* getopt.h: Fix copyright dates.
+	* libiberty.h: Add FSF copyright notice.
+	* md5.h: Fix copyright dates.
+	* obstack.h: Fix copyright dates.
+	* splay-tree.h: Fix copyright dates.
+
 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
 	    John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
--- /sloth/delay/tbox/changelog_pass/gcc/libjava/ChangeLog	Sun Mar 11 23:50:57 2001
+++ gcc/libjava/ChangeLog	Wed Mar 14 07:51:19 2001
@@ -1,3 +1,8 @@
+2001-03-01  Andrew Haley  <aph@redhat.com>
+
+	* java/lang/natThrowable.cc (printRawStackTrace): Copy the
+	stackTrace buffer to a correctly aligned pointer array.
+ 
 2001-03-12  Bryce McKinlay  <bryce@albatross.co.nz>
 
 	* java/lang/Runtime.java (_exit): Declare new package-private native.
--- /sloth/delay/tbox/changelog_pass/gcc/libjava/testsuite/ChangeLog	Thu Feb  8 04:06:00 2001
+++ gcc/libjava/testsuite/ChangeLog	Wed Mar 14 10:35:41 2001
@@ -1,3 +1,8 @@
+2001-03-14  Tom Tromey  <tromey@redhat.com>
+
+	* libjava.compile/assignment.xfail: Removed.
+	* libjava.compile/assignment_2.xfail: Removed.
+
 2001-02-08  Warren Levy  <warrenl@redhat.com>
 
 	* libjava.mauve/mauve.exp: Added support for XFAILs.
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

neil@daikokuya.demon.co.uk
nickc@redhat.com

2001-03-14T19:50:00Z 2001-03-14T19:57:39Z build

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