Commit dbc6e7b8 by Uros Bizjak Committed by Janis Johnson

pr22585.c: Run on 32-bit x86 only.

2005-09-27  Uros Bizjak  <uros@kss-loka.si>

	* gcc.target/i386/pr22585.c: Run on 32-bit x86 only.
	* gcc.target/i386/builtin-apply-mmx.c: Run on 32-bit x86 only.

From-SVN: r104708
parent b9e6a2e5
2005-09-27 Uros Bizjak <uros@kss-loka.si>
* gcc.target/i386/pr22585.c: Run on 32-bit x86 only.
* gcc.target/i386/builtin-apply-mmx.c: Run on 32-bit x86 only.
2005-09-26 Jakub Jelinek <jakub@redhat.com>
PR fortran/23677
......@@ -11,6 +11,7 @@
/* { dg-do run { xfail "*-*-*" } } */
/* { dg-options "-O2 -mmmx" } */
/* { dg-require-effective-target ilp32 } */
#include "../../gcc.dg/i386-cpuid.h"
......
......@@ -2,6 +2,7 @@
/* Testcase reduced by Volker Reichelt */
/* { dg-do compile } */
/* { dg-options "-march=i386 -O -ffast-math" } */
/* { dg-require-effective-target ilp32 } */
int
foo (long double d, int i)
......
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