On Fri, Oct 21, 2016 at 4:17 PM, Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > The following patch works around quite a number of i386 testcases > FAILing on Solaris/x86, as reported in the PR. To avoid tons of > testsuite noise, the following patch adds -mno-stackrealign to the > affected testcases and will thus benefit other targets that default to > -mstackrealign, too. > > Bootstrapped without regressions on i386-pc-solaris2.12 and > x86_64-pc-linux-gnuu (both multilibs in each case). > > Ok for mainline and (eventually) the gcc-6 branch? > > Thanks. > Rainer > > -- > ----------------------------------------------------------------------------- > Rainer Orth, Center for Biotechnology, Bielefeld University > > > 2016-09-07 Rainer Orth <r...@cebitec.uni-bielefeld.de> > > PR target/77483 > * gcc.target/i386/mask-unpack.c (dg-options): Add -mno-stackrealign. > * gcc.target/i386/pr65105-1.c: Likewise. > * gcc.target/i386/pr65105-2.c: Likewise. > * gcc.target/i386/pr65105-3.c: Likewise. > * gcc.target/i386/pr65105-5.c: Likewise. > * gcc.target/i386/pr67761.c: Likewise. > * gcc.target/i386/pr70799-1.c: Likewise.
OK, also for backport. FTR, we realign main even with -mno-stackrealign, so simple runtime tests should work OK on targets that default to -mstackrealign. Thanks, Uros.