On Tue, Jun 07, 2022 at 04:07:58PM +0800, HAO CHEN GUI wrote: > Bootstrapped and tested on ppc64 Linux BE and LE with no regressions. > Is this okay for trunk? Any recommendations? Thanks a lot.
One further thing: please make sure you have tested on -m32 as well, especially for integer stuff like this, it is easy to accidentally get the conditions on a define_* and one of its uses out of synch. But it looks to be okay in this case :-) Segher