This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] eliminate staticp hook
- From: Richard Guenther <richard dot guenther at gmail dot com>
- To: Paolo Bonzini <bonzini at gnu dot org>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 28 Mar 2009 14:23:45 +0100
- Subject: Re: [PATCH] eliminate staticp hook
- References: <f865508f0903280620m24d8e835m56e82953f970a7c5@mail.gmail.com>
On Sat, Mar 28, 2009 at 2:20 PM, Paolo Bonzini <bonzini@gnu.org> wrote:
> This patch is a followup to the expand_expr hook elimination (which
> has been in LTO for a year). ?Compared to the last failed try (from
> 2007-04) this now works because the COMPOUND_LITERAL_EXPR is now part
> of GENERIC instead of being a C front-end code.
>
> Bootstrapped/regtested i686-pc-linux-gnu, ok?
Looks obvious to me (middle-end parts are explicitly approved hereby).
Thanks,
Richard.
> Paolo
>