Re: [committed][PR rtl-optimization/116199] Fix latent bug in reload's SUBREG handling

2024-08-04 Thread Jakub Jelinek
On Sun, Aug 04, 2024 at 10:47:57PM +0200, Georg-Johann Lay wrote: > > --- /dev/null > > +++ b/gcc/testsuite/gcc.dg/torture/pr116199.c > > @@ -0,0 +1,13 @@ > > +/* { dg-do compile } */ > > +/* { dg-require-effective-target int32 } */ > > + > > +__extension__ typedef unsigned long long int __uint64_t

Re: [committed][PR rtl-optimization/116199] Fix latent bug in reload's SUBREG handling

2024-08-04 Thread Georg-Johann Lay
osses, none of which show issues (and some of which are reload targets). m68k will bootstrap & regression test tomorrow, but I don't think there's any point in waiting for that. Pushing to the trunk. jeff P commit cfeb994d64743691d4a787f8eef7ce52d8711756 Author: Jeff Law Date:

[committed][PR rtl-optimization/116199] Fix latent bug in reload's SUBREG handling

2024-08-04 Thread Jeff Law
tested the crosses, none of which show issues (and some of which are reload targets). m68k will bootstrap & regression test tomorrow, but I don't think there's any point in waiting for that. Pushing to the trunk. jeffcommit cfeb994d64743691d4a787f8eef7ce52d8711756 Author: Jeff Law D