17 GCC regressions, 8 new, with your patch on 2002-02-07T00:19:11Z.
GCC regression checker
regress@maat.cygnus.com
Wed Feb 6 18:52:00 GMT 2002
With your recent patch, GCC has some regression test failures, which
used to pass. There are 8 new failures, and 9
failures that existed before and after that patch; 0 failures
have been fixed.
The new failures are:
powerpc-eabisim gcc.sum gcc.dg/debug/dwarf2-1.c
powerpc-eabisim gcc.sum gcc.dg/noncompile/920507-1.c
powerpc-eabisim gcc.sum gcc.dg/noncompile/920721-2.c
powerpc-eabisim gcc.sum gcc.dg/noncompile/label-lineno-1.c
powerpc-eabisim gdb.sum gdb.base/funcargs.exp:
powerpc-eabisim objc.sum objc.dg/const-str-1.m
powerpc-eabisim objc.sum objc.dg/const-str-2.m
powerpc-eabisim objc.sum objc.dg/method-1.m
The old failures, which were not fixed or introduced by your patch, are:
native gcc.sum gcc.dg/debug/dwarf2-1.c
native gcc.sum gcc.dg/noncompile/920507-1.c
native gcc.sum gcc.dg/noncompile/920721-2.c
native gcc.sum gcc.dg/noncompile/label-lineno-1.c
native gdb.sum gdb.base/funcargs.exp:
native gdb.sum gdb.threads/linux-dp.exp:
native objc.sum objc.dg/const-str-1.m
native objc.sum objc.dg/const-str-2.m
native objc.sum objc.dg/method-1.m
For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-02-06T22:06:41Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog Wed Feb 6 14:07:05 2002
+++ gcc/gcc/ChangeLog Wed Feb 6 16:19:37 2002
@@ -1,3 +1,9 @@
+2002-02-06 Janis Johnson <janis187@us.ibm.com>
+ Jan Hubicka <jh@suse.cz>
+
+ * loop.c (remove_constant_addition): Avoid clobbering a shared
+ CONST expression.
+
2002-02-06 Ulrich Weigand <uweigand@de.ibm.com>
* config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
--- /maat/heart/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog Wed Feb 6 11:55:13 2002
+++ gcc/gcc/testsuite/ChangeLog Wed Feb 6 16:19:54 2002
@@ -1,3 +1,7 @@
+2002-02-06 Janis Johnson <janis187@us.ibm.com>
+
+ * gcc.dg/20020206-1.c: New test.
+
2002-02-06 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/execute/20020206-1.c: New test.
--- /maat/heart/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog Wed Feb 6 11:55:14 2002
+++ gcc/libstdc++-v3/ChangeLog Wed Feb 6 16:19:55 2002
@@ -1,5 +1,11 @@
2002-02-06 Loren Rittle <ljrittle@acm.org>
+ * config/locale/c_locale_generic.cc: Do not trust
+ _GLIBCPP_HAVE_STRTOF or _GLIBCPP_HAVE_STRTOLD as
+ set by configure.
+
+2002-02-06 Loren Rittle <ljrittle@acm.org>
+
* acinclude.m4: Add C++ linkage check for strtof.
* aclocal.m4: Rebuilt.
* config.h.in: Rebuilt.
ChangeLog entries between 2002-02-06T22:06:41Z and the last time everything
passed, on 2002-02-06T17:20:23Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog Wed Feb 6 02:21:46 2002
+++ gcc/gcc/ChangeLog Wed Feb 6 14:07:05 2002
@@ -1,3 +1,62 @@
+2002-02-06 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
+ * config/s390/t-linux64: New file.
+ * config/s390/libgcc-glibc.ver: New file.
+
+2002-02-06 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config/s390/linux64.h: Delete file.
+ * config/s390/s390x.h: New file.
+ * config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h
+ as target header file.
+ * config/s390/linux.h (TARGET_VERSION): Define depending on
+ DEFAULT_TARGET_64BIT.
+ (CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise.
+ (SIZE_TYPE, PTRDIFF_TYPE): Likewise.
+ (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define.
+ (CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines.
+ (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines.
+ (EXTRA_SPEC): New define.
+ * config/s390/s390.h (TARGET_VERSION): Define depending on
+ DEFAULT_TARGET_64BIT.
+ (MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT.
+
+2002-02-06 Jason Merrill <jason@redhat.com>
+
+ * c-decl.c (finish_function): Warn about a non-void function with
+ no return statement and no abnormal exit.
+ (current_function_returns_abnormally): New variable.
+ (start_function): Clear it.
+ (struct c_language_function): Add returns_abnormally.
+ (push_c_function_context): Save it.
+ (pop_c_function_context): Restore it.
+ (builtin_function): Set TREE_THIS_VOLATILE on return fns.
+ (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
+ an explicit return type.
+ * c-tree.h: Declare current_function_returns_abnormally.
+ (C_FUNCTION_IMPLICIT_INT): New macro.
+ * c-typeck.c (build_function_call): Set it.
+ (c_expand_return): Set current_function_returns_value even if the
+ value is erroneous.
+
+2002-02-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/5420:
+ * c-common.c (c_unsafe_for_reeval): Make COMPOUND_LITERAL_EXPR
+ unsafe for reevaluation.
+
+2002-02-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/5482:
+ * c-common.c (c_expand_expr) [STMT_EXPR]: If last expression is not
+ EXPR_STMT, but COMPOUND_STMT, recurse into it.
+
+2002-02-06 Richard Henderson <rth@redhat.com>
+
+ * cfganal.c (keep_with_call_p): Source for fixed_reg dest must
+ be a general_operand. Dest for function value must be a pseudo.
+
2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
* dbxout.c (dbxout_symbol_location): Accept LABEL_REFs as well
--- /maat/heart/tbox/changelog_pass/gcc/gcc/f/ChangeLog Mon Feb 4 10:46:30 2002
+++ gcc/gcc/f/ChangeLog Wed Feb 6 14:07:26 2002
@@ -1,3 +1,13 @@
+2002-02-06 Toon Moene <toon@moene.indiv.nluug.nl>
+
+ PR fortran/4730 fortran/5473
+ * com.c (ffecom_expr_): Deal with %VAL constructs.
+ * intrin.c (ffeintrin_check_): Handle 'N' constraints for intrinsics,
+ to indicate "no larger than default kind" integers and logicals.
+ * intrin.def: Use 'N' constraints in table of intrinsics.
+ * intdoc.c: Document this constraint.
+ * intdoc.texi: Regenerated.
+
2002-02-04 Philipp Thomas <pthomas@suse.de>
* implic.c lex.c stb.c ste.c stu.c: Update copyright dates.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog Wed Feb 6 09:20:53 2002
+++ gcc/gcc/testsuite/ChangeLog Wed Feb 6 11:55:13 2002
@@ -1,3 +1,12 @@
+2002-02-06 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.c-torture/execute/20020206-1.c: New test.
+
+ * gcc.c-torture/execute/20020206-2.c: New test.
+
+ PR optimization/5429:
+ * gcc.c-torture/compile/20020206-1.c: New test.
+
2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
* g++.dg/ext/align1.C: Do not use an explicit alignment value
--- /maat/heart/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog Wed Feb 6 06:46:28 2002
+++ gcc/libstdc++-v3/ChangeLog Wed Feb 6 11:55:14 2002
@@ -1,3 +1,13 @@
+2002-02-06 Loren Rittle <ljrittle@acm.org>
+
+ * acinclude.m4: Add C++ linkage check for strtof.
+ * aclocal.m4: Rebuilt.
+ * config.h.in: Rebuilt.
+ * configure: Rebuilt.
+ * config/locale/c_locale_generic.cc: Conditionally include
+ <ieeefp.h>. Improve handling and error checking of float
+ and long double input for non-C99 configurations.
+
2002-02-06 Paolo Carlini <pcarlini@unitus.it>
* include/bits/locale_facets.tcc (money_get::do_get(string)):
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog Tue Feb 5 18:29:35 2002
+++ gcc/libjava/ChangeLog Wed Feb 6 14:07:47 2002
@@ -1,3 +1,9 @@
+2002-02-06 Tom Tromey <tromey@redhat.com>
+
+ * verify.cc (type::isnull): New method.
+ (require_array_type): Handle case where array is null.
+ (verify_instructions_0) [op_arraylength]: Likewise.
+
2002-02-05 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES.
-------------- next part --------------
--
Geoffrey Keating <regress@maat.cygnus.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list