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: [C++ Patch] PR 44628


On Wed, Jun 30, 2010 at 8:35 PM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> Hi,
>
> a simple patch for this P2 regression. As for the rationale behind the
> additional checks: the one in cp_build_unary_op seems rather sensible
> considering how many uses the function has; the other is justified
> because in the caller, reference_binding, expr can be certainly
> NULL_TREE in general (we already check for expr non-NULL_TREE in many
> places).
>
> Tested x86_64-linux. Ok for mainline and 4_5-branch?

The trunk was frozen when you committed this patch.

Thanks,
Richard.

> Paolo.
>
> ////////////////////
>


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