This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
3 GCC regressions, 0 new, with your patch on 2001-07-27T12:30:01Z.
- To: gcc-regression at gcc dot gnu dot org
- Subject: 3 GCC regressions, 0 new, with your patch on 2001-07-27T12:30:01Z.
- From: "GCC regression checker" <regress at maat dot cygnus dot com>
- Date: Fri, 27 Jul 2001 14:36:53 +0000
- Reply-To: gcc-regression at gcc dot gnu dot org
With your recent patch, GCC has some regression test failures, which
used to pass. There are 0 new failures, and 3
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:
powerpc-eabisim g++.sum g++.law/copy1.C
powerpc-eabisim gcc.sum gcc.c-torture/unsorted/hibug.c,
native g++.sum g++.law/copy1.C
For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
ChangeLog entries since last run on 2001-07-27T09:00:06Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog Thu Jul 26 15:50:28 2001
+++ gcc/gcc/testsuite/ChangeLog Fri Jul 27 05:30:05 2001
@@ -1,3 +1,11 @@
+2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * lib/g++.exp (g++_set_ld_library_path): Renamed to
+ ${tool}_set_ld_library_path.
+ Changed caller.
+ * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
+ g++.exp.
+
2001-07-26 Stan Cox <scox@redhat.com>
* lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
--- /maat/heart/tbox/changelog_mail/gcc/libjava/testsuite/ChangeLog Thu Jul 19 07:03:08 2001
+++ gcc/libjava/testsuite/ChangeLog Fri Jul 27 05:30:10 2001
@@ -1,3 +1,8 @@
+2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * lib/libjava.exp (${tool}_set_ld_library_path): New, copied from
+ g++.exp.
+
2001-07-19 Jeff Sturm <jsturm@one-point.com>
* libjava.lang/PR3731.java: New file.
ChangeLog entries between 2001-07-27T09:00:06Z and the last time everything
passed, on 2001-07-26T16:41:53Z:
--- /maat/heart/tbox/changelog_pass/gcc/ChangeLog Mon Jul 23 06:41:06 2001
+++ gcc/ChangeLog Thu Jul 26 23:52:40 2001
@@ -1,3 +1,7 @@
+2001-07-27 Richard Henderson <rth@redhat.com>
+
+ * .cvsignore: Add LAST_UPDATED.
+
2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
* MAINTAINERS (Various maintainers: s390 port): Added myself.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog Thu Jul 26 09:42:02 2001
+++ gcc/gcc/ChangeLog Fri Jul 27 02:00:16 2001
@@ -1,3 +1,50 @@
+2001-07-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * doc/install.texi (Configuration): Properly link the host
+ specific instructions also when generating HTML.
+
+Fri Jul 27 00:33:35 EDT 2001 John Wehle (john@feith.com)
+
+ * flow.c (redirect_edge_and_branch_force): Test
+ target->global_live_at_start.
+
+2001-07-26 Richard Henderson <rth@redhat.com>
+
+ * simplify-rtx.c (avoid_constant_pool_reference): Export.
+ * rtl.h (avoid_constant_pool_reference): Declare it.
+ * dwarf2out.c (add_location_or_const_value_attribute): Use it.
+ (add_const_value_attribute): Use add_AT_unsigned for unsigned values.
+
+Thu Jul 26 22:30:22 CEST 2001 Jan Hubicka <jh@suse.cz>
+
+ * rtl.h (cleanup_barriers): Declare.
+ * jump.c (cleanup_barriers): New function.
+ * toplev.c (rest_of_compilation): Call cleanup_barriers
+ before loop optimizer and after bb_reorder.
+
+ * flow.c (back_edge_of_syntactic_loop_p): New.
+ (split_edge): Use it.
+
+2001-07-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * glimits.h (_MACH_MACHLIMITS_H_): Delete.
+
+Thu Jul 26 22:22:21 2001 Denis Chertykov <denisc@overta.ru>
+
+ * cse.c (cse_process_notes): Replace any registers if the address
+ remains valid.
+
+Thu Jul 26 14:04:03 EDT 2001 John Wehle (john@feith.com)
+
+ * basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
+ (PROP_FINAL): Include PROP_ALLOW_CFG_CHANGES.
+ (propagate_block): Update prototype.
+ * flow.c (update_life_info): Simplify the CFG and
+ recalculate the global regs which are alive when
+ removing dead code during a global update.
+ (propagate_block): Return non-zero if an INSN is
+ deleted.
+
2001-07-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* Makefile.in (LIBICONV): Define.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog Thu Jul 26 07:33:00 2001
+++ gcc/gcc/testsuite/ChangeLog Thu Jul 26 15:50:28 2001
@@ -1,3 +1,11 @@
+2001-07-26 Stan Cox <scox@redhat.com>
+
+ * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
+ * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
+ gcc_exit, gcc_check_unsupported_p):
+ Moved to gcc-deps.exp
+ * gcc-deps.exp: New file.
+
2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.old-deja/g++.pt/defarg14.C: New test.