Regression for trunk on i686-pc-linux-gnu
Autocrasher
autocrasher@devphil.com
Mon Nov 15 22:38:00 GMT 2004
1 new FAIL's (3 total) have appeared for i686-pc-linux-gnu:
gcc.sum gcc.dg/20040910-1.c
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 problem(s).
The full transcript is at http://www.devphil.com/build/
Specific problem logs at http://www.devphil.com/build/reports/tests-trunk/
(explanations of each file are on the main page; you probably want summary*)
Host was an athlon-xp (i686) system. Target was specified as i686-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.
If you write a response, please respect the Reply-To: header.
With love,
The Autocrasher (Phil's Builder Bot, version 2.1)
=========================================================================
-------------- next part --------------
diff -u1r previous/CL/gcc/ChangeLog current/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog 2004-11-15 01:40:04.000000000 -0500
+++ current/CL/gcc/ChangeLog 2004-11-15 16:10:08.000000000 -0500
@@ -1 +1,51 @@
+2004-11-15 Aldy Hernandez <aldyh@redhat.com>
+
+ * config/rs6000/altivec.md ("altivec_vsplth"): Rewrite with
+ vec_duplicate.
+ (altivec_vspltb): Same.
+ (altivec_vspltw): Same.
+ (altivec_vspltisb): Same.
+ (altivec_vspltish): Same.
+ (altivec_vspltisw): Same.
+ (altivec_vspltisw_v4sf): Same.
+ (define_constants): Remove UNSPEC_VSPLTISB, UNSPEC_VSPLTISW,
+ UNSPEC_VSPLTISH.
+ Move "End of vector xor's" comment to the right place.
+
+2004-11-15 Steve Ellcey <sje@cup.hp.com>
+
+ * config/ia64/ia64.md (*movtf_internal): Use destination_operand
+ instead of nonimmediate_operand.
+
+2004-11-15 Mark Mitchell <mark@codesourcery.com>
+
+ * config/i386/sol2.h (ASM_OUTPUT_CALL): Use print_operand.
+ * config/sparc/sol2.h (ASM_OUTPUT_CALL): Likewise.
+ * config/sol2.c (solaris_output_init_fini): Update calls to
+ ASM_OUTPUT_CALL. Include "rtl.h".
+
+2004-11-15 Mark Mitchell <mark@codesourcery.com>
+
+ * config/sol2-c.c (cmn_err_char_table): Add "p".
+
+2004-11-15 Mark Mitchell <mark@codesourcery.com>
+
+ * config/sparc/sol2.h (SUPPORTS_INIT_PRIORITY): Remove.
+ * config/sol2.h (SUPPORTS_INIT_PRIORITY): Define here.
+
+2004-11-15 Mark Mitchell <mark@codesourcery.com>
+
+ * config/t-slibgcc-sld (SHLIB_LINK): Make symlinks entirely
+ within the multilib directory.
+
+2004-11-15 Nick Clifton <nickc@redhat.com>
+
+ * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Add
+ builtin assert of cpu=xstormy16.
+
+2004-11-15 Nathan Sidwell <nathan@codesourcery.com>
+
+ * tree-ssa-pre.c (bitmap_print_value_set): Fix uninitialized
+ variable.
+
2004-11-14 Richard Henderson <rth@redhat.com>
@@ -21,3 +71,3 @@
- * doc/rtl.texi (SUBREG): Adjust BYTENUM value.
+ * doc/rtl.texi (SUBREG): Adjust BYTENUM value in example.
diff -u1r previous/CL/gcc/cp/ChangeLog current/CL/gcc/cp/ChangeLog
--- previous/CL/gcc/cp/ChangeLog 2004-11-14 16:10:15.000000000 -0500
+++ current/CL/gcc/cp/ChangeLog 2004-11-15 16:10:28.000000000 -0500
@@ -1 +1,16 @@
+2004-11-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ Friend class name lookup 1/n, PR c++/18471
+ * decl.c (lookup_and_check_tag): New function.
+ (xref_tag, start_enum): Use it.
+ (check_elaborated_type_specifier): Move TEMPLATE_TYPE_PARM check
+ before !DECL_IMPLICIT_TYPEDEF_P. Also display previously declared
+ location.
+ * name-lookup.c (lookup_name_current_level): Rename to ...
+ (lookup_name_innermost_nonclass_level): ... this.
+ (lookup_type_scope): New function.
+ * name-lookup.h (lookup_name_current_level): Rename to ...
+ (lookup_name_innermost_nonclass_level): ... this.
+ (lookup_type_scope): Add declaration.
+
2004-11-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
diff -u1r previous/CL/gcc/fortran/ChangeLog current/CL/gcc/fortran/ChangeLog
--- previous/CL/gcc/fortran/ChangeLog 2004-11-10 16:10:14.000000000 -0500
+++ current/CL/gcc/fortran/ChangeLog 2004-11-15 16:10:30.000000000 -0500
@@ -1 +1,5 @@
+2004-11-15 Paul Brook <paul@codesourcery.com>
+
+ * trans-types.c (gfc_get_dtype): Remove obsolete TODO.
+
2004-11-10 Paul Brook <paul@codesourcery.com>
diff -u1r previous/CL/gcc/testsuite/ChangeLog current/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog 2004-11-15 01:40:16.000000000 -0500
+++ current/CL/gcc/testsuite/ChangeLog 2004-11-15 16:10:30.000000000 -0500
@@ -1 +1,64 @@
+2004-11-15 Janis Johnson <janis187@us.ibm.com>
+
+ * gcc.dg/ppc64-abi-1.c: Skip if not lp64.
+ * gcc.dg/ppc64-abi-2.c: Ditto.
+ * gcc.dg/ppc64-abi-3.c: Ditto.
+
+ * lib/gcc-dg.exp (dg-target-list): Remove.
+
+2004-11-15 Steve Ellcey <sje@cup.hp.com>
+
+ * gcc.dg/ia64-postinc.c: New test.
+
+2004-11-15 Mark Mitchell <mark@codesourcery.com>
+
+ * gcc.dg/format/cmn-err-1.c: Add tests for "%p".
+
+2004-11-15 Nick Clifton <nickc@redhat.com>
+
+ * g++.dg/opt/strength-reduce.C: Replace 0x7fffffff with
+ __INT_MAX__ so that the test can be compiled by toolchains
+ targeted at 16-bit processors.
+
+ * gcc.dg/20040625-1.c: Use long constants rather than integers
+ when performing arithmetic that will overflow 16-bits.
+
+ * gcc.dg/i386-sse-8.c: Expect this test to fail for the
+ xstormy16. It does not support 128-bit vector operations.
+
+ * gcc.dg/ultrasp4.c: Replace all occurrences of the type 'long'
+ with the macro PTR_TYPE. Define this macro to an integer type
+ suitable for holding a pointer.
+
+ * gcc.dg/compat/struct-align-1_x.c: Use shorter integers if
+ the target is a 16-bit processor.
+
+ * gcc.dg/cpp/if-2.c: Expect a different warning message from
+ 16-bit targets where the character constant will be too long.
+
+ * g++.dg/opt/asm1.C: Expect this test to fail on the xstormy16
+ where the double will not be directly addressable.
+
+2004-11-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ Friend class name lookup 1/n, PR c++/18471
+ * g++.dg/template/crash26.C: New test.
+ * g++.dg/lookup/struct1.C: Adjust expected error.
+ * g++.dg/parse/elab1.C: Likewise.
+ * g++.dg/parse/elab2.C: Likewise.
+ * g++.dg/parse/int-as-enum1.C: Likewise.
+ * g++.dg/parse/struct-as-enum1.C: Likewise.
+ * g++.dg/parse/typedef1.C: Likewise.
+ * g++.dg/parse/typedef3.C: Likewise.
+ * g++.dg/parse/typedef4.C: Likewise.
+ * g++.dg/parse/typedef5.C: Likewise.
+ * g++.dg/template/nontype4.C: Likewise.
+ * g++.old-deja/g++.benjamin/typedef01.C: Likewise.
+ * g++.old-deja/g++.other/elab1.C: Likewise.
+ * g++.old-deja/g++.other/syntax4.C: Likewise.
+
+2004-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
+
2004-11-14 Zdenek Dvorak <dvorakz@suse.cz>
diff -u1r previous/CL/libstdc++-v3/ChangeLog current/CL/libstdc++-v3/ChangeLog
--- previous/CL/libstdc++-v3/ChangeLog 2004-11-15 01:40:49.000000000 -0500
+++ current/CL/libstdc++-v3/ChangeLog 2004-11-15 16:11:48.000000000 -0500
@@ -1 +1,9 @@
+2004-11-15 Benjamin Kosnik <bkoz@redhat.com>
+
+ * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.4.
+
+2004-11-15 Paolo Carlini <pcarlini@suse.de>
+
+ * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 33.
+
2004-11-14 Paolo Carlini <pcarlini@suse.de>
More information about the Gcc-regression
mailing list