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-08-19T22: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-08-19T18:05: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/>.

If it seems that you have been sent this mail incorrectly---that is,
if you did not recently check in a change to GCC---please
contact Geoffrey Keating <geoffk@cygnus.com>.  The script that
extracts e-mail addresses from ChangeLog entries is not completely
reliable.
  LANGUAGES="" \
  LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2 -isystem ./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -msoft-float -fleading-underscore -mrelocatable-lib -mno-eabi -mstrict-align "  \
  MULTILIB_CFLAGS=" -msoft-float -fleading-underscore -mrelocatable-lib -mno-eabi -mstrict-align" tinfo2.o
make[3]: Entering directory `/sloth/delay/tbox/build-gcc/gcc'
(cd intl && make all)
make[4]: Entering directory `/sloth/delay/tbox/build-gcc/gcc/intl'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/sloth/delay/tbox/build-gcc/gcc/intl'
(cd po && make all)
make[4]: Entering directory `/sloth/delay/tbox/build-gcc/gcc/po'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/sloth/delay/tbox/build-gcc/gcc/po'
make[3]: *** No rule to make target `tm_p.h', needed by `diagnostic.o'.  Stop.
make[3]: Leaving directory `/sloth/delay/tbox/build-gcc/gcc'
make[2]: *** [libgcc/nof/und/tinfo2.o] Error 2
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	Sat Aug 19 13:50:30 2000
+++ egcs/gcc/ChangeLog	Sat Aug 19 18:35:37 2000
@@ -1,3 +1,15 @@
+2000-08-19  Michael Meissner  <meissner@redhat.com>
+
+	* ifcvt.c (find_if_block): Do not assume that a THEN block has any
+	instructions in it before checking for indirect jumps.
+
+	* ifcvt.c (find_if_block): Do not consider a THEN block that ends
+	in a indirect jump as a potential for conditional execution.
+
+	* d30v.h (d30v_init_expanders): Don't declare here.
+	* d30v-protos.h (d30v_init_expanders): Declare here with a valid
+	prototype.
+
 Sat 19-Aug-2000 21:11:45 BST  Neil Booth  <NeilB@earthling.net>
 
 	* cpp.texi: Add @section for assertions.
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

meissner@redhat.com

2000-08-19T22:35:00Z 2000-08-20T01:35:47Z build

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