This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]