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 2001-05-16T18:09:51Z.


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:
native g77.sum g77.dg/20010216-1.f

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Tue May 15 23:55:13 2001
+++ gcc/gcc/ChangeLog	Wed May 16 11:10:04 2001
@@ -1,3 +1,38 @@
+Wed May 16 19:53:53 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* stmt.c (expand_asm_operands): Be able to offload addressof
+	expression to memory. (PR optimization/185)
+
+Wed May 16 18:53:23 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after
+	applying distributive law.
+
+2001-05-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* pa-hpux10.h (THREAD_MODEL_SPEC): Define.
+
+	* gthr-dce.h (UNUSED): Attribute unused macro.
+	(__gthread_key_dtor): Make arguments UNUSED.
+	(__gthread_key_delete): Revise for compatibility with DRAFT4
+	implementation.
+
+2001-05-16  David Edelsohn  <edelsohn@gnu.org>
+
+	* doc/install.texi: Update AIX information.
+	* README.RS6000: Remove obsolete file.
+
+2001-05-16  Jakub Jelinek  <jakub@redhat.com>
+	    Nathan Sidwell  <nathan@codesourcery.com>
+	    
+        * gcc.c (give_switch): Don't write before start of string.
+	Always append suffix.
+
+2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* cpplex.c (_cpp_lex_token, '/' case): Comments can't appear
+	after stage3.
+
 2001-05-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
 	* README.ALTOS: Remove obsolete file.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Tue May 15 00:40:12 2001
+++ gcc/gcc/cp/ChangeLog	Wed May 16 02:45:27 2001
@@ -1,3 +1,13 @@
+2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* spew.c (read_token): Call yyerror on all unexpected tokens.
+
+2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* init.c (member_init_ok_or_else): Take a tree rather than
+	string for name.
+	(expand_member_init): Adjust.
+
 2001-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
 
 	* decl.c (duplicate_decls): Suppress warning about duplicate
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Tue May 15 20:10:20 2001
+++ gcc/gcc/testsuite/ChangeLog	Wed May 16 07:08:22 2001
@@ -1,3 +1,11 @@
+2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.old-deja/g++.other/crash41.C: New test.
+
+2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.old-deja/g++.pt/crash66.C: New test.
+
 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
 
 	* g++.old-deja/g++.robertl/eb27.C: Convert.
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog	Tue May 15 15:00:14 2001
+++ gcc/libjava/ChangeLog	Wed May 16 09:23:51 2001
@@ -1,3 +1,8 @@
+2001-05-16  Tom Tromey  <tromey@redhat.com>
+
+	* java/text/SimpleDateFormat.java (parse): Handle non-dst time
+	zones.
+
 2001-05-15  Tom Tromey  <tromey@redhat.com>
 
 	* java/util/GregorianCalendar.java (computeTime): Only call
--- /maat/heart/tbox/changelog_pass/gcc/libf2c/ChangeLog	Tue May 15 15:00:14 2001
+++ gcc/libf2c/ChangeLog	Wed May 16 04:56:04 2001
@@ -1,3 +1,14 @@
+2001-05-16  Andreas Jaeger  <aj@suse.de>
+
+	* libI77/Makefile.in (endfile.o): Add dependency on config.h.
+
+	* libI77/endfile.c: Include config.h and sys/types for off_t.
+
+	* libI77/config.h.in: New file.
+
+	* libI77/configure.in: Add test for off_t, create config.h file.
+	* libI77/configure: Regenerated.
+
 2001-05-15  Loren J. Rittle  <ljrittle@acm.org>
 
 	* libI77/endfile.c (t_runc): Add cast to help case where

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