This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] FIX PR 36431 The C++ front-end produces some NOP_EXPR for vector types
On Sun, Sep 28, 2008 at 3:27 PM, Richard Guenther
<richard.guenther@gmail.com> wrote:
> change CV qualification changes to use V_C_E. I don't
> see why this is necessary - instead this conversion is
> stripped away by the gimplifier anyway.
They are stripped away but still confuses the gimplifier since VCE is
a reference so it requires a gimple register or an addressable
expression.
Thanks,
Andrew Pinski