This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [middle-end, obvious] Remove dead error_mark_node check
- From: Jeff Law <law at redhat dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 20 Dec 2017 08:56:58 -0700
- Subject: Re: [middle-end, obvious] Remove dead error_mark_node check
- Authentication-results: sourceware.org; auth=none
- References: <17a84267-ef67-bd31-4c81-336722ae42b8@oracle.com>
On 12/20/2017 06:36 AM, Paolo Carlini wrote:
> Hi,
>
> today noticed this nit too: when ret_expr == error_mark_node
> gimplify_return_expr immediatey returns GS_ERROR.
>
> Thanks, Paolo.
>
> //////////////////
>
>
>
> CL
>
>
> 2017-12-20 Paolo Carlini <paolo.carlini@oracle.com>
>
> * gimplify.c (gimplify_return_expr): Remove dead error_mark_node check.
OK.
jeff