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 Thu, May 22, 2003 at 02:24:42PM -0400, Jakub Jelinek wrote:
> But can we? emit_block_move already called protect_from_queue on the
> arguments.

I don't see why not.  protect_from_queue just changes what
order post-inc expressions are seen, and that's undefined anyway.


r~


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