This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: GCC build of HEAD failed for native with your patch on 2005-02-13T15:03:19Z.
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-regression at gcc dot gnu dot org
- Cc: phython at gcc dot gnu dot org, rguenth at gcc dot gnu dot org, jason at redhat dot com, kazu at cs dot umass dot edu
- Date: Sun, 13 Feb 2005 11:56:06 -0500
- Subject: Re: GCC build of HEAD failed for native with your patch on 2005-02-13T15:03:19Z.
- References: <20050213165337.AFC0815252EF2@gcc-regress.apple.com>
On Feb 13, 2005, at 11:53 AM, GCC regression checker wrote:
With your recent patch, GCC HEAD does not compile on:
native
Attached is build output for those targets.
The build failures are new.
For more information, see http://gcc.gnu.org/regtest/.
This was caused by:
+2005-02-13 Jason Merrill <jason@redhat.com>
+
+ PR mudflap/19319
+ * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Make return
+ slot explicit.
+
+ PR c++/16405
+ * fold-const.c (fold_indirect_ref_1): Split out from...
+ (build_fold_indirect_ref): Here.
+ (fold_indirect_ref): New fn.
+ * tree.h: Declare it.
+ * gimplify.c (gimplify_compound_lval): Call fold_indirect_ref.
+ (gimplify_modify_expr_rhs): Likewise.
+ (gimplify_expr): Likewise.
-- Pinski