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-09-22T18: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 2000-09-22T07:35: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/>.
  INCLUDES="-I. -I/sloth/delay/tbox/cvs-gcc/egcs/gcc -I/sloth/delay/tbox/cvs-gcc/egcs/gcc/config -I/sloth/delay/tbox/cvs-gcc/egcs/gcc/../include" MAYBE_USE_COLLECT2="" \
  CONFIG_H="" MACHMODE_H="machmode.h machmode.def" \
  LIB1ASMSRC='' \
  -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  -g -O2 -W -Wall  -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -Wno-long-long -isystem ./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I/sloth/delay/tbox/cvs-gcc/egcs/gcc -I/sloth/delay/tbox/cvs-gcc/egcs/gcc/config -I/sloth/delay/tbox/cvs-gcc/egcs/gcc/../include  -mrelocatable-lib -mno-eabi -mstrict-align -DL_muldi3 -c /sloth/delay/tbox/cvs-gcc/egcs/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  -g -O2 -W -Wall  -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -Wno-long-long -isystem ./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I/sloth/delay/tbox/cvs-gcc/egcs/gcc -I/sloth/delay/tbox/cvs-gcc/egcs/gcc/config -I/sloth/delay/tbox/cvs-gcc/egcs/gcc/../include  -mrelocatable-lib -mno-eabi -mstrict-align -DL_divdi3 -c /sloth/delay/tbox/cvs-gcc/egcs/gcc/libgcc2.c -o libgcc/./_divdi3.o
/sloth/delay/tbox/cvs-gcc/egcs/gcc/libgcc2.c:320: Internal error: Segmentation Fault.
   Please submit a full bug report.
   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/egcs/gcc/ChangeLog	Fri Sep 22 00:35:30 2000
+++ egcs/gcc/ChangeLog	Fri Sep 22 11:50:14 2000
@@ -1,10 +1,27 @@
+2000-09-22  Jason Merrill  <jason@redhat.com>
+
+	* configure.in: Fix checks for assembler features when using a
+	one-tree assembler that has not yet been built.
+	Fix --disable-threads.
+
+2000-09-19  Geoff Keating  <geoffk@cygnus.com>
+
+	* stmt.c (expand_asm_operands): Allow # in constraints.
+
+2000-09-22  Jason Merrill  <jason@redhat.com>
+
+	* c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
+
+	* dbxout.c (dbxout_symbol_name): Just use DECL_NAME for
+	function-local names.
+
 2000-09-22  Brad Lucier <lucier@math.purdue.edu>
 	    Mark Mitchell  <mark@codesourcery.com>
 
         * toplev.c (warn_disabled_optimization): Declare new warning flag.
         * flags.h (warn_disabled_optimization): Add it here.
         * gcse.c (gcse_main): Add warning when disabled.
-        * invoke.texi: Document -Wdisabled-optimization
+        * invoke.texi: Document -Wdisabled-optimization.
 
 2000-09-21  Jason Merrill  <jason@redhat.com>
 
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Thu Sep 21 10:35:39 2000
+++ egcs/gcc/testsuite/ChangeLog	Fri Sep 22 11:50:16 2000
@@ -1,3 +1,7 @@
+2000-09-22  Geoff Keating  <geoffk@cygnus.com>
+
+	* gcc.c-torture/compile/20000922-1.c: New file.
+
 2000-09-21  Nick Clifton  <nickc@redhat.com>
 
 	* gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Fri Sep 22 00:35:30 2000
+++ egcs/gcc/ChangeLog	Fri Sep 22 11:50:14 2000
@@ -1,10 +1,27 @@
+2000-09-22  Jason Merrill  <jason@redhat.com>
+
+	* configure.in: Fix checks for assembler features when using a
+	one-tree assembler that has not yet been built.
+	Fix --disable-threads.
+
+2000-09-19  Geoff Keating  <geoffk@cygnus.com>
+
+	* stmt.c (expand_asm_operands): Allow # in constraints.
+
+2000-09-22  Jason Merrill  <jason@redhat.com>
+
+	* c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
+
+	* dbxout.c (dbxout_symbol_name): Just use DECL_NAME for
+	function-local names.
+
 2000-09-22  Brad Lucier <lucier@math.purdue.edu>
 	    Mark Mitchell  <mark@codesourcery.com>
 
         * toplev.c (warn_disabled_optimization): Declare new warning flag.
         * flags.h (warn_disabled_optimization): Add it here.
         * gcse.c (gcse_main): Add warning when disabled.
-        * invoke.texi: Document -Wdisabled-optimization
+        * invoke.texi: Document -Wdisabled-optimization.
 
 2000-09-21  Jason Merrill  <jason@redhat.com>
 
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Thu Sep 21 10:35:39 2000
+++ egcs/gcc/testsuite/ChangeLog	Fri Sep 22 11:50:16 2000
@@ -1,3 +1,7 @@
+2000-09-22  Geoff Keating  <geoffk@cygnus.com>
+
+	* gcc.c-torture/compile/20000922-1.c: New file.
+
 2000-09-21  Nick Clifton  <nickc@redhat.com>
 
 	* gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Fri Sep 22 00:35:30 2000
+++ egcs/gcc/ChangeLog	Fri Sep 22 11:50:14 2000
@@ -1,10 +1,27 @@
+2000-09-22  Jason Merrill  <jason@redhat.com>
+
+	* configure.in: Fix checks for assembler features when using a
+	one-tree assembler that has not yet been built.
+	Fix --disable-threads.
+
+2000-09-19  Geoff Keating  <geoffk@cygnus.com>
+
+	* stmt.c (expand_asm_operands): Allow # in constraints.
+
+2000-09-22  Jason Merrill  <jason@redhat.com>
+
+	* c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
+
+	* dbxout.c (dbxout_symbol_name): Just use DECL_NAME for
+	function-local names.
+
 2000-09-22  Brad Lucier <lucier@math.purdue.edu>
 	    Mark Mitchell  <mark@codesourcery.com>
 
         * toplev.c (warn_disabled_optimization): Declare new warning flag.
         * flags.h (warn_disabled_optimization): Add it here.
         * gcse.c (gcse_main): Add warning when disabled.
-        * invoke.texi: Document -Wdisabled-optimization
+        * invoke.texi: Document -Wdisabled-optimization.
 
 2000-09-21  Jason Merrill  <jason@redhat.com>
 
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Thu Sep 21 10:35:39 2000
+++ egcs/gcc/testsuite/ChangeLog	Fri Sep 22 11:50:16 2000
@@ -1,3 +1,7 @@
+2000-09-22  Geoff Keating  <geoffk@cygnus.com>
+
+	* gcc.c-torture/compile/20000922-1.c: New file.
+
 2000-09-21  Nick Clifton  <nickc@redhat.com>
 
 	* gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

geoffk@cygnus.com
jason@redhat.com

2000-09-22T18:50:00Z 2000-09-22T19:19:35Z build

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