OSDN Git Service

* gcc.dg/torture/fp-int-convert-float128-timode.c: Do not check
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Feb 2009 17:33:18 +0000 (17:33 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Feb 2009 17:33:18 +0000 (17:33 +0000)
for lp64 in "dg-do run" directive.  Remove dg-xfail-if directive.
* gcc.dg/torture/fp-int-convert-timode.c: Remove xfail directive.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144134 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c
gcc/testsuite/gcc.dg/torture/fp-int-convert-float128.c
gcc/testsuite/gcc.dg/torture/fp-int-convert-timode.c

index 40354db..7b68c65 100644 (file)
@@ -1,3 +1,9 @@
+2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/torture/fp-int-convert-float128-timode.c: Do not check
+       for lp64 in "dg-do run" directive.  Remove dg-xfail-if directive.
+       * gcc.dg/torture/fp-int-convert-timode.c: Remove xfail directive.
+
 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
 
        * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".
index 965e728..8318f8a 100644 (file)
@@ -1,7 +1,6 @@
 /* Test floating-point conversions.  __float128 type with TImode.  */
 /* Origin: Joseph Myers <joseph@codesourcery.com> */
-/* { dg-do run { target { ia64-*-* || { { i?86-*-* x86_64-*-*} && lp64 } } } } */
-/* { dg-xfail-if "" { ia64-*-linux* } { "*" } { "" } } */
+/* { dg-do run { target i?86-*-* x86_64-*-* ia64-*-* } } */
 /* { dg-options "" } */
 
 #include "fp-int-convert.h"
index a4b73e9..bc5e5ad 100644 (file)
@@ -1,6 +1,6 @@
 /* Test floating-point conversions.  __float128 type.  */
 /* Origin: Joseph Myers <joseph@codesourcery.com> */
-/* { dg-do run { target ia64-*-* i?86-*-* x86_64-*-* } } */
+/* { dg-do run { target i?86-*-* x86_64-*-* ia64-*-* } } */
 /* { dg-options "" } */
 
 #include "fp-int-convert.h"
index 2b27153..3a60d01 100644 (file)
@@ -1,6 +1,6 @@
 /* Test floating-point conversions.  TImode types.  */
 /* Origin: Joseph Myers <joseph@codesourcery.com> */
-/* { dg-do run { xfail { ia64-*-hpux* && lp64 } } } */
+/* { dg-do run } */
 /* { dg-options "" } */
 
 #include <float.h>