fp-int-convert-timode.c: XFAIL only on lp64 targets.

* gcc.dg/torture/fp-int-convert-timode.c: XFAIL only on lp64
	targets.
	* gcc.dg/torture/fp-int-convert-float128-timode.c: XFAIL also for
	LP64 ia64.

From-SVN: r107674
This commit is contained in:
Joseph Myers 2005-11-29 17:52:43 +00:00 committed by Joseph Myers
parent 189d4130c0
commit 4311c8e54c
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2005-11-29 Joseph S. Myers <joseph@codesourcery.com>
* gcc.dg/torture/fp-int-convert-timode.c: XFAIL only on lp64
targets.
* gcc.dg/torture/fp-int-convert-float128-timode.c: XFAIL also for
LP64 ia64.
2005-11-29 Jakub Jelinek <jakub@redhat.com>
* gfortran.dg/open_access_1.f90: New test.

View File

@ -2,6 +2,7 @@
/* Origin: Joseph Myers <joseph@codesourcery.com> */
/* { dg-do run { target i?86-*-* x86_64-*-* ia64-*-* } } */
/* { dg-xfail-if "" { i?86-*-* x86_64-*-* } { "*" } { "" } } */
/* { dg-xfail-if "" { ia64-*-* && lp64 } { "*" } { "" } } */
/* { dg-options "" } */
/* { dg-options "-mmmx" { target { i?86-*-* && ilp32 } } } */
/* { dg-options "-mmmx" { target { x86_64-*-* && ilp32 } } } */

View File

@ -1,6 +1,6 @@
/* Test floating-point conversions. TImode types. */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
/* { dg-do run { xfail *-*-* } } */
/* { dg-do run { xfail lp64 } } */
/* { dg-options "" } */
#include <float.h>