Commit 94af6686 by Uros Bizjak Committed by Uros Bizjak

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
parent c252db20
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> 2009-02-12 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline". * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".
......
/* Test floating-point conversions. __float128 type with TImode. */ /* Test floating-point conversions. __float128 type with TImode. */
/* Origin: Joseph Myers <joseph@codesourcery.com> */ /* Origin: Joseph Myers <joseph@codesourcery.com> */
/* { dg-do run { target { ia64-*-* || { { i?86-*-* x86_64-*-*} && lp64 } } } } */ /* { dg-do run { target i?86-*-* x86_64-*-* ia64-*-* } } */
/* { dg-xfail-if "" { ia64-*-linux* } { "*" } { "" } } */
/* { dg-options "" } */ /* { dg-options "" } */
#include "fp-int-convert.h" #include "fp-int-convert.h"
......
/* Test floating-point conversions. __float128 type. */ /* Test floating-point conversions. __float128 type. */
/* Origin: Joseph Myers <joseph@codesourcery.com> */ /* 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 "" } */ /* { dg-options "" } */
#include "fp-int-convert.h" #include "fp-int-convert.h"
......
/* Test floating-point conversions. TImode types. */ /* Test floating-point conversions. TImode types. */
/* Origin: Joseph Myers <joseph@codesourcery.com> */ /* Origin: Joseph Myers <joseph@codesourcery.com> */
/* { dg-do run { xfail { ia64-*-hpux* && lp64 } } } */ /* { dg-do run } */
/* { dg-options "" } */ /* { dg-options "" } */
#include <float.h> #include <float.h>
......
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