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]

1 GCC regressions, 0 new, with your patch on 2000-08-20T20:50:00Z.


(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++.ns/koenig7.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-08-12T01:20:00Z.

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.
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/compile/20000804-1.c,  -O0  
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/compile/20000804-1.c,  -O1  
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/compile/20000804-1.c,  -O2  
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/compile/20000804-1.c,  -O3 -fomit-frame-pointer  
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/compile/20000804-1.c,  -O3 -g  
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/compile/20000804-1.c,  -O3 -fssa  
gcc/testsuite/gcc.sum:FAIL: gcc.c-torture/compile/20000804-1.c,  -Os  
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/20000818-1.c compilation,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
gcc/testsuite/gcc.sum:FAIL: gcc.dg/c90-array-lval-1.c (test for excess errors)
gcc/testsuite/gcc.sum:FAIL: gcc.dg/c99-array-lval-1.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++.ns/koenig7.C (test for excess errors)
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	Sat Aug 19 13:50:30 2000
+++ egcs/gcc/ChangeLog	Sun Aug 20 13:50:27 2000
@@ -1,3 +1,56 @@
+2000-08-20  Richard Henderson  <rth@cygnus.com>
+
+	* config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lc
+	assigned before a loop.
+
+	* config/ia64/ia64.md (ashlsi3): Zero extend the shift count.
+	(ashrsi3, lshrsi3): Likewise.
+
+2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+	* c-lang.c: #include diagnostic.h
+	(c_tree_printer): New function.
+	(lang_init): Initialize lang_printer.
+
+	* Makefile.in (c-lang.o): Depends on diagnostic.h
+
+2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+	* c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
+
+	* diagnostic.c (default_diagnostic_starter,
+	default_diagnostic_finalizer): New functions.
+	(diagnostic_for_asm, diagnostic_for_decl): Tweak.
+	(pedwarn, pedwarn_with_file_and_line, error,
+	error_with_file_and_line, fatal, warning,
+	warning_with_file_and_line): Adjust call to report_diagnostic.
+	(report_diagnostic): Rework.
+	(set_diagnostic_context): New function.
+
+	* diagnostic.h (struct diagnostic_context): New data structure.
+	(diagnostic_message, diagnostic_argument_list,
+	diagnostic_file_location, diagnostic_line_location,
+	diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
+	diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
+	(set_diagnostic_context): Declare.
+	(report_diagnostic): Change prototype.
+
+Sun 20-Aug-2000 09:25:45 BST  Neil Booth  <NeilB@earthling.net>
+
+	* fix-header.c (main): Initialize cpplib.
+
+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.
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/java/ChangeLog	Thu Aug 17 15:05:30 2000
+++ egcs/gcc/java/ChangeLog	Sun Aug 20 13:50:29 2000
@@ -1,3 +1,11 @@
+2000-08-09  Tom Tromey  <tromey@cygnus.com>
+
+	* parse.y (check_abstract_method_definitions): Now return `int'.
+	Check implemented interfaces.  Fixes PR gcj/305.
+
+	* parse.y (patch_switch_statement): Disallow `long' in switch
+	expressions.  Fixes PR gcj/310.
+
 2000-08-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
 
 	* decl.c (finit_leg_identifier_node): New global.
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

gdr@codesourcery.com
rth@cygnus.com
tromey@cygnus.com

2000-08-20T20:50:00Z 2000-08-20T23:13:23Z regress-1

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