Re: Gimple lowering question

2025-06-11 Thread Andrew Pinski
On Wed, Jun 11, 2025, 9:24 AM Andrew MacLeod wrote: > > On 6/11/25 11:02, Andrew MacLeod wrote: > > > > On 6/10/25 17:05, Richard Biener wrote: > >> > >> > >>> Am 10.06.2025 um 22:18 schrieb Andrew MacLeod : > >>> > >>>  > >>> > >>> I had a question asked of me, and now I'm passing the buck. > >

Re: Gimple lowering question

2025-06-11 Thread Andrew MacLeod
On 6/11/25 11:02, Andrew MacLeod wrote: On 6/10/25 17:05, Richard Biener wrote: Am 10.06.2025 um 22:18 schrieb Andrew MacLeod :  I had a question asked of me, and now I'm passing the buck.     extern void *memcpy(void *, const void *, unsigned int);     extern int memcmp(const void *,

Re: Gimple lowering question

2025-06-11 Thread Andrew MacLeod
On 6/10/25 17:05, Richard Biener wrote: Am 10.06.2025 um 22:18 schrieb Andrew MacLeod :  I had a question asked of me, and now I'm passing the buck. extern void *memcpy(void *, const void *, unsigned int); extern int memcmp(const void *, const void *, unsigned int); typedef u

Re: Gimple lowering question

2025-06-10 Thread Richard Biener
> Am 10.06.2025 um 22:18 schrieb Andrew MacLeod : > >  > I had a question asked of me, and now I'm passing the buck. > > extern void *memcpy(void *, const void *, unsigned int); > extern int memcmp(const void *, const void *, unsigned int); > typedef unsigned long bits32; > typedef unsigned ch

Gimple lowering question

2025-06-10 Thread Andrew MacLeod
I had a question asked of me, and now I'm passing the buck. extern void *memcpy(void *, const void *, unsigned int); extern int memcmp(const void *, const void *, unsigned int); typedef unsigned long bits32; typedef unsigned char byte; static const byte orig[10] = {    'J', '2