Re: [PATCH] middle-end/32667 - document cpymem and memcpy exact overlap requirement

2023-11-23 Thread Jakub Jelinek
On Thu, Nov 23, 2023 at 08:13:47AM +, Richard Biener wrote: > On Thu, 23 Nov 2023, Jakub Jelinek wrote: > > > On Thu, Nov 23, 2023 at 08:00:49AM +, Richard Biener wrote: > > > The following amends the cpymem documentation to mention that exact > > > overlap needs to be handled gracefully,

Re: [PATCH] middle-end/32667 - document cpymem and memcpy exact overlap requirement

2023-11-23 Thread Richard Biener
On Thu, 23 Nov 2023, Jakub Jelinek wrote: > On Thu, Nov 23, 2023 at 08:00:49AM +, Richard Biener wrote: > > The following amends the cpymem documentation to mention that exact > > overlap needs to be handled gracefully, also noting that the target > > runtime is expected to behave the same way

Re: [PATCH] middle-end/32667 - document cpymem and memcpy exact overlap requirement

2023-11-23 Thread Jakub Jelinek
On Thu, Nov 23, 2023 at 08:00:49AM +, Richard Biener wrote: > The following amends the cpymem documentation to mention that exact > overlap needs to be handled gracefully, also noting that the target > runtime is expected to behave the same way. > > OK? > > Thanks, > Richard. > > PR mi