6 GCC regressions, 0 new, with your patch on 2002-01-04T09:35:38Z.
GCC regression checker
regress@maat.cygnus.com
Fri Jan 4 04:30:00 GMT 2002
With your recent patch, GCC has some regression test failures, which
used to pass. There are 0 new failures, and 6
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 gcc.sum gcc.c-torture/compile/20000827-1.c,
powerpc-eabisim gcc.sum gcc.c-torture/compile/941014-3.c,
powerpc-eabisim gcc.sum gcc.c-torture/execute/931017-1.c
native gcc.sum gcc.c-torture/compile/20000827-1.c,
native gcc.sum gcc.c-torture/compile/941014-3.c,
native gcc.sum gcc.c-torture/execute/931017-1.c
For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-01-04T06:42:18Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog Thu Jan 3 22:42:34 2002
+++ gcc/gcc/ChangeLog Fri Jan 4 01:35:53 2002
@@ -1,3 +1,36 @@
+2002-01-04 Richard Henderson <rth@redhat.com>
+
+ * config/alpha/alpha.c (some_operand): Accept HIGH.
+ (input_operand): Likewise; accept simple references to globals.
+ (alpha_const_ok_for_letter_p): New, outlined from alpha.h.
+ (alpha_const_double_ok_for_letter_p): Likewise.
+ (alpha_extra_constraint): Likewise.
+ (alpha_preferred_reload_class): Likewise. Do not force
+ symbolic constants to memory.
+ (alpha_legitimate_address_p): Accept simple references
+ to small_symbolic_operand.
+ (alpha_legitimize_address): New arg scratch. Be prepared to be
+ called when no_new_pseudos. Emit simple symbolic references.
+ Split integers into low, high, and rest.
+ (alpha_expand_mov): Use alpha_legitimize_address.
+ (some_small_symbolic_mem_operand): New.
+ (split_small_symbolic_mem_operand): New.
+ * config/alpha/alpha-protos.h: Update.
+ * config/alpha/alpha.h (CONST_OK_FOR_LETTER_P): Out-line.
+ (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
+ (EXTRA_CONSTRAINT): Likewise.
+ (PREFERRED_RELOAD_CLASS): Likewise.
+ (LEGITIMIZE_ADDRESS): Update for alpha_legitimize_address change.
+ (PREDICATE_CODES): Update.
+ * config/alpha/alpha.md: New post-reload splitters to convert
+ simplfied symbolic operands to the form that references $29.
+ (divide expanders): Use emit_move_insn, not gen_movdi_er_high_g.
+ (movdi_er_nofix, movdi_er_fix): Accept any symbolic operand.
+
+2002-01-03 Richard Henderson <rth@redhat.com>
+
+ * local-alloc.c (function_invariant_p): Update commentary.
+
2002-01-04 H.J. Lu <hjl@gnu.org>
* toplev.c (rest_of_compilation): Fix a typo when calling
ChangeLog entries between 2002-01-04T06:42:18Z and the last time everything
passed, on 2002-01-04T04:07:54Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog Thu Jan 3 20:08:09 2002
+++ gcc/gcc/ChangeLog Thu Jan 3 22:42:34 2002
@@ -1,3 +1,8 @@
+2002-01-04 H.J. Lu <hjl@gnu.org>
+
+ * toplev.c (rest_of_compilation): Fix a typo when calling
+ cleanup_cfg.
+
2002-01-03 Kazu Hirata <kazu@hxi.com>
* c-common.c: Fix formatting.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog Thu Jan 3 17:33:50 2002
+++ gcc/gcc/testsuite/ChangeLog Thu Jan 3 22:42:42 2002
@@ -1,3 +1,7 @@
+2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * gcc.dg/20020103-1.c: Fix typo in target selector.
+
2002-01-03 Richard Henderson <rth@redhat.com>
* gcc.dg/20020103-1.c: New.
--- /maat/heart/tbox/changelog_pass/gcc/libf2c/ChangeLog Tue Dec 4 04:07:49 2001
+++ gcc/libf2c/ChangeLog Thu Jan 3 22:42:43 2002
@@ -1,3 +1,7 @@
+2002-01-03 Loren J. Rittle <ljrittle@acm.org>
+
+ * Makefile.in ($(LIBG2C):): Let libtool decide when to add -lc.
+
2001-12-04 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in ($(LIBG2C)): Fix -rpath argument to libtool.
-------------- next part --------------
--
Geoffrey Keating <regress@maat.cygnus.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list