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]

Re: A patch for gcc.c-torture/execute/980505-1.c


> 
>   > +	  else if (insn_RETVAL)
> This should check && in_libcall too.
> 
> While checking "insn_RETVAL" may be equivalent, "in_libcall" is clearer
> IMHO.
> 

When the whole libcall block is deleted, insn_RETVAL is set to NULL.
But in_libcall is still 1. We have to keep insn_RETVAL here.


H.J.


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