Re: [PATCH v3 2/2] rs6000: Remove a few needless 'lp64' contraints.

2022-05-12 Thread Segher Boessenkool
Hi! On Mon, Apr 18, 2022 at 12:15:35PM -0500, Paul A. Clarke wrote: > A few tests need not be restricted to 'lp64', so remove the restriction. > > A few of those need a simple change to the DejaGnu directives to suppress > '-mcmodel' flags for '-m32'. Okay for trunk. Thanks! Segher

[PATCH v3 2/2] rs6000: Remove a few needless 'lp64' contraints.

2022-04-18 Thread Paul A. Clarke via Gcc-patches
A few tests need not be restricted to 'lp64', so remove the restriction. A few of those need a simple change to the DejaGnu directives to suppress '-mcmodel' flags for '-m32'. 2022-04-18 Paul A. Clarke gcc/testsuite * g++.target/powerpc/pr65240-1.C: Adjust DejaGnu directives.