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

2023-11-23 Thread Jakub Jelinek
> Like this? > > Thanks, > Richard. > > >From 93f4d22374ad2ea8bb5821083d2422c8b0a3313b Mon Sep 17 00:00:00 2001 > From: Richard Biener > Date: Thu, 23 Nov 2023 08:54:56 +0100 > Subject: [PATCH] middle-end/32667 - document cpymem and memcpy exact overlap > r

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

2023-11-23 Thread Richard Biener
may not treat this case as undefined. > > The first added sentence is ok, for the second see the spot > Florian mentioned in the PR. Like this? Thanks, Richard. >From 93f4d22374ad2ea8bb5821083d2422c8b0a3313b Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 23 Nov 202

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

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

2023-11-23 Thread Richard Biener
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 middle-end/32667 * md.texi (cpymem): Document that exact overlap of source