Re: [PATCH] Adjust integer <-> pointer conversion IL checking

2020-05-05 Thread Richard Biener
On Tue, 5 May 2020, Jeff Law wrote: > On Mon, 2020-05-04 at 14:11 +0200, Richard Biener wrote: > > This patch sits in my trees for quite some years and I always forget > > to push it - it usually gets triggered by weird targets (PSImode > > pointers/sizetype) which run into GIMPLE IL checking asse

Re: [PATCH] Adjust integer <-> pointer conversion IL checking

2020-05-05 Thread Jeff Law via Gcc-patches
On Mon, 2020-05-04 at 14:11 +0200, Richard Biener wrote: > This patch sits in my trees for quite some years and I always forget > to push it - it usually gets triggered by weird targets (PSImode > pointers/sizetype) which run into GIMPLE IL checking asserts for > pointer -> integer conversions and

[PATCH] Adjust integer <-> pointer conversion IL checking

2020-05-04 Thread Richard Biener
This patch sits in my trees for quite some years and I always forget to push it - it usually gets triggered by weird targets (PSImode pointers/sizetype) which run into GIMPLE IL checking asserts for pointer -> integer conversions and the "sizetype" special-case not triggering. That special-case