diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/fp-int-convert-timode.c | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5c6b4c3..4d9d5da 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c b/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c index 30250d8..e953831 100644 --- a/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c +++ b/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c @@ -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 } } } */ diff --git a/gcc/testsuite/gcc.dg/torture/fp-int-convert-timode.c b/gcc/testsuite/gcc.dg/torture/fp-int-convert-timode.c index 11c02a3..e60b540 100644 --- a/gcc/testsuite/gcc.dg/torture/fp-int-convert-timode.c +++ b/gcc/testsuite/gcc.dg/torture/fp-int-convert-timode.c @@ -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> |