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 superfluous call to fold


On 16 Aug, James A. Morrison wrote:
> 
> Volker Reichelt <reichelt@igpm.rwth-aachen.de> writes:

>>     call_expr = build3 (CALL_EXPR, TREE_TYPE (TREE_TYPE (fn)),
>> 		        call_expr, arglist, NULL_TREE);
>>     return fold (call_expr);
> 
>  Do you intend on converting this to fold_build3 (...) ?

Indeed. The patch
http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00900.html
is waiting for approval.

Regards,
Volker



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