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:
parent
a6e2d11207
commit
f8c5cff401
@ -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
|
||||
|
@ -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.
|
||||
|
@ -9,7 +9,6 @@ bar (unsigned long long i)
|
||||
|
||||
void __attribute__((always_inline))
|
||||
foo (unsigned long long *r)
|
||||
|
||||
{
|
||||
int i;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* { dg-options "-w" } */
|
||||
/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
|
||||
|
||||
#ifndef SKIP_ATTRIBUTE
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* { dg-options "-w" } */
|
||||
/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
|
||||
|
||||
#ifndef SKIP_ATTRIBUTE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user