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] Better optimize mempcpy and stpcpy builtins


On Wed, May 21, 2003 at 11:50:42PM +0200, Jakub Jelinek wrote:
> +      if (endp)
> +	{
> +	  fn = get_identifier ("mempcpy");

I'd rather this not invade this far.  I'd rather we
fail the operation and have the builtin fall back
to mempcpy instead.


r~


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