2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-20 05:50:28 +08:00

pr23376: Compile with -mmmx.

* gcc.target/i386/pr23376: Compile with -mmmx.

From-SVN: r106591
This commit is contained in:
Uros Bizjak 2005-11-07 15:22:07 +01:00 committed by Uros Bizjak
parent f209747095
commit 984774d775
2 changed files with 5 additions and 1 deletions
gcc/testsuite
ChangeLog
gcc.target/i386

@ -1,3 +1,7 @@
2005-11-07 Uros Bizjak <uros@kss-loka.si>
* gcc.target/i386/pr23376: Compile with -mmmx.
2005-11-07 Ulrich Weigand <uweigand@de.ibm.com>
* g++.dg/abi/empty6.C (B): Align to twice pointer size.

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O1 -funroll-loops -fvariable-expansion-in-unroller" } */
/* { dg-options "-O1 -mmmx -funroll-loops -fvariable-expansion-in-unroller" } */
typedef int __m64 __attribute__ ((__vector_size__ (8)));
typedef int __v2si __attribute__ ((__vector_size__ (8)));