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 2000-11-09T01:35: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 2000-11-08T23:05:00Z.

The build failures are new.

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
if [ x"" != x ]; then \
  /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 -c -g -O2 -I. -I/sloth/delay/tbox/cvs-gcc/egcs/libio   /sloth/delay/tbox/cvs-gcc/egcs/libio/ioseekoff.c -o pic/ioseekoff.o; \
else true; 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 -c -g -O2 -I. -I/sloth/delay/tbox/cvs-gcc/egcs/libio  /sloth/delay/tbox/cvs-gcc/egcs/libio/ioseekoff.c
if [ x"" != x ]; then \
  /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 -c -g -O2 -I. -I/sloth/delay/tbox/cvs-gcc/egcs/libio   /sloth/delay/tbox/cvs-gcc/egcs/libio/ioseekpos.c -o pic/ioseekpos.o; \
else true; 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 -c -g -O2 -I. -I/sloth/delay/tbox/cvs-gcc/egcs/libio  /sloth/delay/tbox/cvs-gcc/egcs/libio/ioseekpos.c
if [ x"" != x ]; then \
  /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 -c -g -O2 -I. -I/sloth/delay/tbox/cvs-gcc/egcs/libio   /sloth/delay/tbox/cvs-gcc/egcs/libio/outfloat.c -o pic/outfloat.o; \
else true; 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 -c -g -O2 -I. -I/sloth/delay/tbox/cvs-gcc/egcs/libio  /sloth/delay/tbox/cvs-gcc/egcs/libio/outfloat.c
/sloth/delay/tbox/cvs-gcc/egcs/libio/outfloat.c: In function `_IO_outfloat':
/sloth/delay/tbox/cvs-gcc/egcs/libio/outfloat.c:210: Internal compiler error in verify_local_live_at_start, at flow.c:2896
   Please submit a full bug report.
   See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[1]: *** [outfloat.o] Error 1
make[1]: Leaving directory `/sloth/delay/tbox/build-gcc/powerpc-eabisim/libio'
make: *** [all-target-libio] Error 2
+ exit 1
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Wed Nov  8 15:05:29 2000
+++ egcs/gcc/ChangeLog	Wed Nov  8 17:35:38 2000
@@ -1,3 +1,28 @@
+2000-11-08  Nick Clifton  <nickc@redhat.com>
+
+	* config/arm/arm.md (mulsidi3adddi): Change output operand
+	constraint from "=&" to "=&".
+	(umulsidi3adddi): Change output operand	constraint from "=&" to
+	"=&".
+
+2000-11-08  Richard Henderson  <rth@redhat.com>
+
+	* flow.c (init_propagate_block_info): Protect the rtx stored in
+	mem_set_list from modification by find_auto_inc.
+	(mark_set_1): Likewise.
+
+2000-11-08  Neil Booth  <neilb@earthling.net>
+
+        Move directive handling into the lexer itself.
+	  
+        * cpplex.c (_cpp_lex_token): Handle directives directly.
+        In the case of a directive interrupting a function-like
+        macro invocation, use extra_char since read_ahead is
+        used to store the '#'.  Return a CPP_EOF in this case.
+        * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more.
+        (cpp_get_token): Don't handle directives here.
+        * cpplib.h: Remove CPP_DHASH token type.
+
 Wed Nov  8 21:53:41 MET 2000  Jan Hubicka  <jh@suse.cz>
 
 	* regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Wed Nov  8 11:05:46 2000
+++ egcs/gcc/testsuite/ChangeLog	Wed Nov  8 17:35:40 2000
@@ -1,3 +1,8 @@
+2000-11-08  Nick Clifton  <nickc@redhat.com>
+
+	* gcc.c-torture/execute/20001108-1.c: New test case.  Checks
+	mulsidi3adddi patterns.
+
 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
 
 	* g++.old-deja/g++.other/crash36.C: New test.
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Wed Nov  8 15:05:29 2000
+++ egcs/gcc/ChangeLog	Wed Nov  8 17:35:38 2000
@@ -1,3 +1,28 @@
+2000-11-08  Nick Clifton  <nickc@redhat.com>
+
+	* config/arm/arm.md (mulsidi3adddi): Change output operand
+	constraint from "=&" to "=&".
+	(umulsidi3adddi): Change output operand	constraint from "=&" to
+	"=&".
+
+2000-11-08  Richard Henderson  <rth@redhat.com>
+
+	* flow.c (init_propagate_block_info): Protect the rtx stored in
+	mem_set_list from modification by find_auto_inc.
+	(mark_set_1): Likewise.
+
+2000-11-08  Neil Booth  <neilb@earthling.net>
+
+        Move directive handling into the lexer itself.
+	  
+        * cpplex.c (_cpp_lex_token): Handle directives directly.
+        In the case of a directive interrupting a function-like
+        macro invocation, use extra_char since read_ahead is
+        used to store the '#'.  Return a CPP_EOF in this case.
+        * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more.
+        (cpp_get_token): Don't handle directives here.
+        * cpplib.h: Remove CPP_DHASH token type.
+
 Wed Nov  8 21:53:41 MET 2000  Jan Hubicka  <jh@suse.cz>
 
 	* regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Wed Nov  8 11:05:46 2000
+++ egcs/gcc/testsuite/ChangeLog	Wed Nov  8 17:35:40 2000
@@ -1,3 +1,8 @@
+2000-11-08  Nick Clifton  <nickc@redhat.com>
+
+	* gcc.c-torture/execute/20001108-1.c: New test case.  Checks
+	mulsidi3adddi patterns.
+
 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
 
 	* g++.old-deja/g++.other/crash36.C: New test.
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Wed Nov  8 15:05:29 2000
+++ egcs/gcc/ChangeLog	Wed Nov  8 17:35:38 2000
@@ -1,3 +1,28 @@
+2000-11-08  Nick Clifton  <nickc@redhat.com>
+
+	* config/arm/arm.md (mulsidi3adddi): Change output operand
+	constraint from "=&" to "=&".
+	(umulsidi3adddi): Change output operand	constraint from "=&" to
+	"=&".
+
+2000-11-08  Richard Henderson  <rth@redhat.com>
+
+	* flow.c (init_propagate_block_info): Protect the rtx stored in
+	mem_set_list from modification by find_auto_inc.
+	(mark_set_1): Likewise.
+
+2000-11-08  Neil Booth  <neilb@earthling.net>
+
+        Move directive handling into the lexer itself.
+	  
+        * cpplex.c (_cpp_lex_token): Handle directives directly.
+        In the case of a directive interrupting a function-like
+        macro invocation, use extra_char since read_ahead is
+        used to store the '#'.  Return a CPP_EOF in this case.
+        * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more.
+        (cpp_get_token): Don't handle directives here.
+        * cpplib.h: Remove CPP_DHASH token type.
+
 Wed Nov  8 21:53:41 MET 2000  Jan Hubicka  <jh@suse.cz>
 
 	* regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Wed Nov  8 11:05:46 2000
+++ egcs/gcc/testsuite/ChangeLog	Wed Nov  8 17:35:40 2000
@@ -1,3 +1,8 @@
+2000-11-08  Nick Clifton  <nickc@redhat.com>
+
+	* gcc.c-torture/execute/20001108-1.c: New test case.  Checks
+	mulsidi3adddi patterns.
+
 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
 
 	* g++.old-deja/g++.other/crash36.C: New test.
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

neilb@earthling.net
nickc@redhat.com
rth@redhat.com

2000-11-09T01:35:00Z 2000-11-09T02:20:19Z build

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