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.


(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:
gcc.sum gcc.dg/cpp-mi.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-25T22:35: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/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-mi.c (test for excess errors)
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++.other/initstring.C (test for excess errors)
gcc/testsuite/g++.sum:FAIL: g++.other/type.C caused compiler crash
gcc/testsuite/g++.sum:FAIL: g++.other/vaarg3.C promote (test for errors, line 26)
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	Sun Jun 25 15:35:34 2000
+++ egcs/gcc/ChangeLog	Mon Jun 26 10:50:34 2000
@@ -1,3 +1,35 @@
+2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
+	Make warnings about implicit int be pedwarns in C99.  Don't warn
+	about duplicate type qualifiers in C99.
+	(start_function): Make warning about implict int return type be a
+	pedwarn in C99.
+	* c-lex.c (yylex): Don't warn about `long long' in C99.
+	* c-typeck.c (c_expand_return): In C99, always pedwarn about
+	`return' with no value in function returning non-void.
+
+2000-06-26  Richard Henderson  <rth@cygnus.com>
+
+	* c-typeck.c (pedwarn_c99): New.
+	* diagnostic.c (verror, vwarning, vpedwarn): Export.
+	* toplev.h: Prototype them.
+
+2000-06-26  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* c-typeck.c (digest_init): Return error_mark_node node when
+	TREE_TYPE (init)  == error_mark_node.
+
+2000-06-26  Philipp Thomas  <pthomas@suse.de>
+
+	* aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
+	test for msgfmt without path instead.
+	* configure: Rebuilt.
+
+2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
+
+	* gengenrtl.c (special_rtx): Fix typo in comment.
+
 2000-06-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
 	* mklibgcc.in (LIB2FUNCS): Add missing space.
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/cp/ChangeLog	Sat Jun 24 16:35:37 2000
+++ egcs/gcc/cp/ChangeLog	Mon Jun 26 08:05:35 2000
@@ -1,3 +1,33 @@
+2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* search.c (hides): Remove.
+	(is_subobject_of_p): Add most_derived parameter. Use
+	CANONICAL_BINFO.
+	(lookup_field_queue_p): Adjust.
+	(lookup_field_r): Adjust.
+
+2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* decl2.c (handle_class_head): Bash typedefs to the type's main
+	decl.
+
+2000-06-25  Mark Mitchell  <mark@codesourcery.com>
+
+	* cp-tree.h (genrtl_begin_stmt_expr): Rename to ...
+	(begin_global_stmt_expr): ... this.
+	(genrtl_finish_stmt_expr): Rename to ...
+	(finish_global_stmt_expr): ... this.
+	* init.c (begin_init_stmts): Adjust calls.
+	(finish_init_stmts): Likewise.
+	* semantics.c (genrtl_begin_stmt_expr): Rename to ...
+	(begin_global_stmt_expr): ... this.
+	(genrtl_finish_stmt_expr): Rename to ...
+	(finish_global_stmt_expr): ... this.
+
+2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
+
+        * search.c (lookup_member): Fix typo in comment.
+
 2000-06-24  Jason Merrill  <jason@redhat.com>
 
 	* decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/java/ChangeLog	Sun Jun 25 12:20:28 2000
+++ egcs/gcc/java/ChangeLog	Mon Jun 26 10:50:36 2000
@@ -1,3 +1,15 @@
+2000-06-25  Tom Tromey  <tromey@cygnus.com>
+
+	* parse.y (for_statement): Wrap expression in a WFL if it is a
+	constant.  For PR gcj/268.
+
+2000-06-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
+
+	* parse.y (do_resolve_class): Minor optimiztion in the package
+	list search. Removed unecessary test and return statement.
+	(valid_ref_assignconv_cast_p): Order of arguments to
+	enclosing_context_p fixed.
+
 2000-06-24  Tom Tromey  <tromey@cygnus.com>
 
 	* expr.c (lookup_field): Print error and return error_mark_node if
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Fri Jun 23 13:20:35 2000
+++ egcs/gcc/testsuite/ChangeLog	Mon Jun 26 08:05:37 2000
@@ -1,3 +1,33 @@
+2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.old-deja/g++.other/ambig3.C: New test.
+
+2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.old-deja/g++.pt/syntax1.C: New test.
+	* g++.old-deja/g++.pt/syntax2.C: New test.
+	* g++.old-deja/g++.other/syntax3.C: New test.
+	* g++.old-deja/g++.other/syntax4.C: New test.
+
+2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
+
+	* gcc.dg/20000623-1.c: Prototype exit and abort.
+
+2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
+
+	* gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
+        New tests.
+	* gcc.dg/cpp-mi3.def: New file.
+
+	* gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
+	inside assertions.
+	* gcc.dg/cpp-as2.c: Make error regexps match either old or new
+	lexer's error messages.
+	* gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
+	divine anything from the linemarkers.
+	* gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
+	* gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
+
 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
 
 	* gcc.dg/20000623-1.c: New test.
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

jsm28@cam.ac.uk
rth@cygnus.com
tromey@cygnus.com

2000-06-26T17:50:00Z 2000-06-26T20:32:36Z regress-1

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