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] remove bind_expr handling below gimple


> Add this code to 
> 
>     case WITH_CLEANUP_EXPR:
>     case CLEANUP_POINT_EXPR:
>     case TARGET_EXPR:
>     case CASE_LABEL_EXPR:
>     case VA_ARG_EXPR:
>       /* Lowered by gimplify.c.  */
>       abort ();
> 
> Otherwise ok.

Hey, good idea. :)

Done and checked in.

Thanks.

-eric

-- 
Eric Christopher <echristo@redhat.com>


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