re PR testsuite/35047 (some vectorisation tests fail with --with-arch=core2 or on i386-apple-darwin8.11.1)

PR testsuite/35047
	* gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets.
	* gcc.dg/compat/vector-2_y.c: Ditto.


Co-Authored-By: Richard Guenther <rguenther@suse.de>

From-SVN: r132235
This commit is contained in:
Uros Bizjak 2008-02-11 09:54:33 +01:00 committed by Uros Bizjak
parent a6e2d11207
commit f8c5cff401
5 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,5 @@
2008-02-11 Uros Bizjak <ubizjak@gmail.com>
Richard Guenther <rguenther@suse.de>
Richard Guenther <rguenther@suse.de>
PR tree-optimization/33992
* tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of

View File

@ -1,5 +1,11 @@
2008-02-11 Uros Bizjak <ubizjak@gmail.com>
Richard Guenther <rguenther@suse.de>
PR testsuite/35047
* gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets.
* gcc.dg/compat/vector-2_y.c: Ditto.
2008-02-11 Uros Bizjak <ubizjak@gmail.com>
Richard Guenther <rguenther@suse.de>
PR tree-optimization/33992
* gcc.c-torture/execute/pr33992.c: New testcase.

View File

@ -9,7 +9,6 @@ bar (unsigned long long i)
void __attribute__((always_inline))
foo (unsigned long long *r)
{
int i;

View File

@ -1,4 +1,5 @@
/* { dg-options "-w" } */
/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
#ifndef SKIP_ATTRIBUTE

View File

@ -1,4 +1,5 @@
/* { dg-options "-w" } */
/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
#ifndef SKIP_ATTRIBUTE