Re: [PATCH] ix86: fix PR/65105 testcase 2

2016-07-01 Thread Uros Bizjak
On Fri, Jul 1, 2016 at 10:19 AM, Jan Beulich wrote: > I cannot see how without allowing the compiler to use SSE2 instructions > (as is done by all other tests for this PR scanning for particular > instructions) this test could ever have succeeded anywhere. Well, most of 32bit target testing nowad

[PATCH] ix86: fix PR/65105 testcase 2

2016-07-01 Thread Jan Beulich
I cannot see how without allowing the compiler to use SSE2 instructions (as is done by all other tests for this PR scanning for particular instructions) this test could ever have succeeded anywhere. gcc/testsuite/ 2016-07-01 Jan Beulich * gcc.target/i386/pr65105-2.c: Add -msse2. --- 2