This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [testsuite, i386] Compile gcc.target/i386/pr70322-?.c with -mno-stackrealign


On Wed, Dec 07, 2016 at 09:11:21AM +0100, Rainer Orth wrote:
> Between 20161202 and 20161205, a couple of testcases started to FAIL on
> 32-bit Solaris/x86:
> 
> +FAIL: gcc.target/i386/pr70322-1.c scan-assembler pandn
> +FAIL: gcc.target/i386/pr70322-2.c scan-assembler pandn
> +FAIL: gcc.target/i386/pr70322-3.c scan-assembler por
> +FAIL: gcc.target/i386/pr70322-3.c scan-assembler pxor
> +FAIL: gcc.target/i386/pr70322-4.c scan-assembler por
> +FAIL: gcc.target/i386/pr70322-4.c scan-assembler psub
> 
> This is the same issue as PR target/77483, as is the solution.
> 
> The following patch implements it.  Bootstrapped without regressions on
> i386-pc-solaris2.12 and x86_64-pc-linux-gnu (both 32 and 64-bit
> multilibs).  Ok for mainline?
> 
> 	Rainer
> 
> -- 
> -----------------------------------------------------------------------------
> Rainer Orth, Center for Biotechnology, Bielefeld University
> 
> 
> 2016-12-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
> 
> 	* gcc.target/i386/pr70322-1.c: Add -mno-stackrealign to dg-options.
> 	* gcc.target/i386/pr70322-2.c: Likewise.
> 	* gcc.target/i386/pr70322-3.c: Likewise.
> 	* gcc.target/i386/pr70322-4.c: Likewise.

Ok, thanks.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]