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/RFC] Fix PR19402, __builtin_powi[lf]


On Tue, Feb 01, 2005 at 04:40:06PM +0100, Richard Guenther wrote:
> +   /* Always stabilize the argument list.
> +      Do we need this, or does the libcall code in expand_binop
> +      deal with it?  */
> +   narg = builtin_save_expr (arg1);

You do not need this.



r~


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