This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Regression for 3.3 on athlon_mp-pc-linux-gnu
- From: Autocrasher <autocrasher at devphil dot com>
- To: gcc-regression at gcc dot gnu dot org
- Date: Mon, 3 Feb 2003 16:29:41 -0500
- Subject: Regression for 3.3 on athlon_mp-pc-linux-gnu
One or more new FAIL's have appeared for athlon_mp-pc-linux-gnu:
libstdc++-v3.sum 26_numerics/valarray_name_lookup.cc
These tests passed the last time they were ran.
Attached are the ChangeLogs since the previous run. Possibly a patch with
your name on it has caused the additional regression(s).
The full transcript is at http://www.devphil.com/build/
Host was specified as athlon_mp-pc-linux-gnu. Target was specified
as athlon_mp-pc-linux-gnu.
This particular run used standard (previously installed) binutils.
This email is generated by a machine, not sent from a person. If you think
it's been sent to you in error, please see the gcc-regression list archives
for possible followup discussion; this could be legitimate or it could be a
false positive. Also watch for email from the other regression testers and
check the logs from the known autobuilders.
With love,
The Autocrasher (Phil's Builder Bot, version 1.1)
=========================================================================
diff -u1r previous/CL/gcc/ChangeLog current/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog 2003-02-03 04:15:04.000000000 -0500
+++ current/CL/gcc/ChangeLog 2003-02-03 16:05:04.000000000 -0500
@@ -1 +1,18 @@
+2003-02-03 Bob Wilson <bob.wilson@acm.org>
+
+ * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
+ coprocessor registers before floating-point registers.
+ * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
+ to account for a previously removed register.
+ (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
+ Delete unused macros.
+
+Mon Feb 3 21:16:16 CET 2003 Jan Hubicka <jh@suse.cz>
+
+ * i386.c (ix86_expand_store_builtin): Always force op1 to register.
+ (mov*_internal): Fix predicates; require one of operands to not be memory.
+ (SSE?MMX move expanders): Fix predicates; force one of operands to register.
+ (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
+ (movups/movupd/movdqu patterns): Force one of operands to not be memory.
+
Mon Feb 3 01:18:26 CET 2003 Jan Hubicka <jh@suse.cz>
diff -u1r previous/CL/gcc/testsuite/ChangeLog current/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog 2003-02-01 04:15:26.000000000 -0500
+++ current/CL/gcc/testsuite/ChangeLog 2003-02-03 16:05:21.000000000 -0500
@@ -1 +1,6 @@
+2003-02-03 Richard Earnshaw <rearnsha@arm.com>
+
+ * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
+ 'natural-endian'.
+
2003-02-01 Loren J. Rittle <ljrittle@acm.org>
diff -u1r previous/CL/libstdc++-v3/ChangeLog current/CL/libstdc++-v3/ChangeLog
--- previous/CL/libstdc++-v3/ChangeLog 2003-01-29 04:16:19.000000000 -0500
+++ current/CL/libstdc++-v3/ChangeLog 2003-02-03 16:05:30.000000000 -0500
@@ -1 +1,11 @@
+2003-02-03 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
+ PR libstdc++/9234
+ * include/bits/valarray_meta.h (_UnBase::operator[]): Apply unary
+ operator.
+
+ * include/bits/valarray_meta.h (__not_equal_to): Use != instead of ==.
+
+ * testsuite/26_numerics/valarray_operators.cc: New test.
+
2003-01-28 Nathan Sidwell <nathan@codesourcery.com>