mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 09:50:38 +08:00
fp-int-convert-float128-timode.c: Do not check for lp64 in "dg-do run" directive.
* 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. From-SVN: r144134
This commit is contained in:
parent
c252db2030
commit
94af6686cc
@ -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".
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user