This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: 23 GCC HEAD regressions, 11 new, with your patch on 2005-09-10T03:22:32Z.
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-regression at gcc dot gnu dot org
- Cc: aph at redhat dot com, gdr at integrable-solutions dot net, ddaney at avtrex dot com, pop at cri dot ensmp dot fr, dvorakz at suse dot cz, jconner at apple dot com, rth at redhat dot com, Thomas dot Koenig at online dot de, bkoz at redhat dot com, mark at codesourcery dot com, coudert at clipper dot ens dot fr
- Date: Sun, 11 Sep 2005 11:06:58 -0400
- Subject: Re: 23 GCC HEAD regressions, 11 new, with your patch on 2005-09-10T03:22:32Z.
- References: <20050910211752.302C01A11FF4B@gcc-regress.apple.com>
On Sep 10, 2005, at 5:17 PM, GCC regression checker wrote:
native g++.sum g++.dg/other/error8.C
native g++.sum g++.dg/template/array3.C
native g++.sum g++.dg/template/union1.C
native g++.sum g++.old-deja/g++.other/anon2.C
These was caused by one of the following patches:
+2005-09-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+ * parser.c (cp_parser_translation_unit): Simplify. The while-block
+ was actually executed at most once.
+
+2005-09-09 Richard Henderson <rth@redhat.com>
+
+ PR debug/20998
+ * cp-tree.def (ALIAS_DECL): Remove.
+ * cp-lang.c (cp_init_ts): Remove support for it.
+ * error.c (dump_decl): Likewise.
+ * name-lookup.c (pushdecl): Likewise.
+ * semantics.c (finish_id_expression): Likewise.
+ * decl2.c (build_anon_union_vars): Use a VAR_DECL with
+ DECL_VALUE_EXPR instead.
+
+2005-09-09 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/22252
+ * decl.c (start_preparsed_function): Do not pay attention to
+ #pragma interface for implicitly-defined methods.
+ * decl2.c (cp_finish_file): Do not complain about uses of inline
+ functions that have bodies, even if we decided not to emit the
+ body in this translation unit.
+ * semantics.c (note_decl_for_pch): Do not mess with linkage.
+ (expand_or_defer_fn): Make inline, non-template functions COMDAT
+ at this point.
And from the looks of it, it is RTH's patch.
Thanks,
Andrew Pinski