Commit f8c5cff4 by Uros Bizjak Committed by Uros Bizjak

re PR testsuite/35047 (some vectorisation tests fail with --with-arch=core2 or…

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
parent a6e2d112
2008-02-11 Uros Bizjak <ubizjak@gmail.com> 2008-02-11 Uros Bizjak <ubizjak@gmail.com>
Richard Guenther <rguenther@suse.de> Richard Guenther <rguenther@suse.de>
PR tree-optimization/33992 PR tree-optimization/33992
* tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of * tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of
......
2008-02-11 Uros Bizjak <ubizjak@gmail.com> 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 PR tree-optimization/33992
* gcc.c-torture/execute/pr33992.c: New testcase. * gcc.c-torture/execute/pr33992.c: New testcase.
...@@ -9,7 +9,6 @@ bar (unsigned long long i) ...@@ -9,7 +9,6 @@ bar (unsigned long long i)
void __attribute__((always_inline)) void __attribute__((always_inline))
foo (unsigned long long *r) foo (unsigned long long *r)
{ {
int i; int i;
......
/* { dg-options "-w" } */ /* { dg-options "-w" } */
/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
#ifndef SKIP_ATTRIBUTE #ifndef SKIP_ATTRIBUTE
......
/* { dg-options "-w" } */ /* { dg-options "-w" } */
/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
#ifndef SKIP_ATTRIBUTE #ifndef SKIP_ATTRIBUTE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment