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 testing failed with your patch.


(This is an automated message.)

With your recent patch, GCC has some regression test failures, which
used to pass.  There are 0 new failures, and 1
failures that existed before and after that patch; 0 failures
have been fixed.

The old failures, which were not fixed or introduced by your patch, are:
g++.sum g++.jason/rfg27.C

A complete list of failures is attached.  Also attached is a diff of
the ChangeLog entries since the last time the regression tests passed,
on 2000-06-12T22:05:00Z.

GCC was configured with

/sloth/delay/tbox/cvs/egcs/configure --target=powerpc-eabisim --prefix=/sloth/delay/tbox/objs \
  --enable-checking=misc,gc,tree
make
make check-gcc

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.
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000225-1.c execution,  -O2 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000225-1.c execution,  -O3 -fomit-frame-pointer 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000225-1.c execution,  -O3 -fomit-frame-pointer -funroll-loops 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000225-1.c execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000225-1.c execution,  -O3 -g 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000225-1.c execution,  -O3 -fssa 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000225-1.c execution,  -Os 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000412-2.c execution,  -O2 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000412-2.c execution,  -O3 -fomit-frame-pointer 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000412-2.c execution,  -O3 -g 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000412-2.c execution,  -O3 -fssa 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/20000412-2.c execution,  -Os 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/920501-6.c compilation,  -O3 -fssa 
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/execute/bf-sign-2.c execution,  -O3 -fssa 
gcc/testsuite/gcc.sum:FAIL: gcc.dg/compare2.c case 10 (test for bogus messages, line 29)
gcc/testsuite/gcc.sum:FAIL: gcc.dg/cpp-tradwarn1.c (test for excess errors)
gcc/testsuite/gcc.sum:FAIL: gcc.dg/cpp-unc.c (test for excess errors)
gcc/testsuite/g++.sum:FAIL: g++.ext/instantiate1.C not instantiated (test for errors, line 18)
gcc/testsuite/g++.sum:FAIL: g++.ext/instantiate1.C not instantiated (test for errors, line 20)
gcc/testsuite/g++.sum:FAIL: g++.jason/rfg27.C duplicate long (test for errors, line 2)
gcc/testsuite/g++.sum:FAIL: g++.other/inline11.C (test for excess errors)
gcc/testsuite/g++.sum:FAIL: g++.other/vaarg3.C promote (test for errors, line 26)
gcc/testsuite/g++.sum:FAIL: g++.robertl/eb129a.C caused compiler crash
powerpc-eabisim/libio/testsuite/libio.sum:FAIL: tFile.cc execution 
powerpc-eabisim/libio/testsuite/libio.sum:FAIL: tFile.cc execution -b0
powerpc-eabisim/libio/testsuite/libio.sum:FAIL: tFile.cc execution -b3
powerpc-eabisim/libio/testsuite/libio.sum:FAIL: tiomisc.cc output 
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Mon Jun 12 15:05:35 2000
+++ egcs/gcc/ChangeLog	Tue Jun 13 15:05:35 2000
@@ -1,3 +1,112 @@
+2000-06-13  Richard Henderson  <rth@cygnus.com>
+
+	* combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
+	CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
+	and hard-coded tests.
+	(simplify_set): Likewise.
+	(gen_lowpart_for_combine): Likewise.
+	* emit-rtl.c (gen_lowpart_common): Likewise.
+	* global.c (find_reg): Likewise.
+	* local-alloc.c (find_free_reg): Likewise.
+	* recog.c (register_operand): Likewise.
+	* regclass.c (init_reg_sets_1): Likewise.
+	(record_operand_costs, regclass): Likewise.
+	* reload.c (push_reload): Likewise.
+	* reload1.c (choose_reload_regs): Likewise.
+	* flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
+	* local-alloc.c (struct qty): Rename changes_size to changes_mode.
+	Update all references.
+	* regs.h (struct reg_info_def): Likewise.
+	(REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
+	* tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
+	(CLASS_CANNOT_CHANGE_MODE_P): Likewise.
+
+	* config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
+	(CLASS_CANNOT_CHANGE_MODE_P): New.
+	* config/mips/mips.h: Likewise.
+	* config/pa/pa32-regs.h: Likewise.
+	* config/pa/pa64-regs.h: Likewise.
+	* config/rs6000/rs6000.h: Likewise.
+	* config/sh/sh.h: Likewise.
+	* config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
+	(CLASS_CANNOT_CHANGE_MODE_P): New.
+	* config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
+	* config/d30v/d30v.h: Likewise.
+
+2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* configure.in: Add AC_TYPE_GETGROUPS test.
+	* sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
+	* configure: Rebuilt.
+
+2000-06-13  Richard Henderson  <rth@cygnus.com>
+
+	* explow.c (set_mem_attributes): Do nothing for NULL type.
+
+Tue Jun 13 14:45:10 2000  Jeffrey A Law  (law@cygnus.com)
+
+	* config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
+	correctly.
+
+2000-06-13  James E. Wilson  <wilson@cygnus.com>
+
+	* config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
+
+Tue Jun 13 14:05:35 2000  Jeffrey A Law  (law@cygnus.com)
+
+	* Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
+
+2000-06-13  Philipp Thomas  <pthomas@suse.de>
+
+	* configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
+	* configure: Rebuilt.
+
+2000-06-07  David O'Brien  <obrien@FreeBSD.org>
+
+	* configure.in:  Adjust FreeBSD bits to match changes to config.guess.
+	We now default to ELF for the i386, and a.out is the special case.
+	* configure:  Rebuilt.
+
+Tue Jun 13 10:05:30 2000  Hans-Peter Nilsson  <hp@axis.com>
+
+	* final.c (final_scan_insn): Delete notes between cc0 setter and
+	user when restarting from setter.
+
+2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
+	cast to squelch signed/unsigned warnings.
+
+2000-06-13  Zack Weinberg  <zack@wolery.cumb.org>
+
+	* cpplib.c (handle_directive): Print non-NUL-terminated string
+	with %.*s.
+
+2000-06-12  Michael Meissner  <meissner@redhat.com>
+
+	* ifcvt.c (dead_or_predicable): Don't do conditional execution
+	path if the machine needs extra support to do conditional
+	execution.
+
+Mon Jun 12 17:04:17 2000  Jeffrey A Law  (law@cygnus.com)
+
+	* print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
+	to print the alias set.
+	* print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
+
+2000-06-12  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+        * config/float-vax.h: Add GFLOAT defines.
+
+Mon Jun  12  9:44:00 2000  Mark Klein  <mklein@dis.com>
+
+	* configure.in: Update tm dependencies for MPE.
+	* configure: Rebuilt.
+
+2000-06-12  H.J. Lu  <hjl@gnu.org>
+
+	* gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
+
 2000-06-12  David Edelsohn  <edelsohn@gnu.org>
 
 	* aix41.h (SUBTARGET_SWITCHES): Delete threads.
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ch/ChangeLog	Sat Jun 10 22:50:37 2000
+++ egcs/gcc/ch/ChangeLog	Tue Jun 13 15:05:41 2000
@@ -1,3 +1,8 @@
+Tue Jun 13 15:30:46 2000  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+	* Make-lang.in (CHILL.install-common): Use $(INSTALL_SCRIPT), not
+	$(INSTALL_PROGRAM) for chill.install.
+
 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* Makefile.in (EXPR_H): New dependency variable.
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/cp/ChangeLog	Mon Jun 12 15:05:41 2000
+++ egcs/gcc/cp/ChangeLog	Tue Jun 13 15:05:46 2000
@@ -1,3 +1,9 @@
+Tue Jun 13 15:48:03 2000  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+	* Make-lang.in (c++.install-common): Install g++-cross in
+	$(gcc_tooldir)/bin as g++ and c++; g++ in $(bindir) as
+	$(target_alias)-g++ and $(target_alias)-c++.
+
 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
 
 	* class.c (vcall_offset_data_s): Add last_init and fns.
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Sun Jun 11 13:05:34 2000
+++ egcs/gcc/testsuite/ChangeLog	Mon Jun 12 17:50:36 2000
@@ -1,3 +1,7 @@
+2000-06-12  Jason Merrill  <jason@redhat.com>
+
+	* g++.old-deja/old-deja.exp: Add -Wno-long-long.
+
 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
 
 	* gcc.c-torture/compile/20000609-1.c: New test.
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

law@cygnus.com
macro@ds2.pg.gda.pl
rth@cygnus.com
wilson@cygnus.com

2000-06-13T22:05:00Z 2000-06-14T00:43:42Z regress-1

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