gcc.dg/torture/type-generic-1.c: Don't use IBM 128-bit long double.
g++.dg/torture/type-generic-1.C: Ditto. From-SVN: r139609
This commit is contained in:
parent
24713e85ff
commit
160027a5dd
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-08-26 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
gcc.dg/torture/type-generic-1.c: Don't use IBM 128-bit long double.
|
||||
g++.dg/torture/type-generic-1.C: Ditto.
|
||||
|
||||
2008-08-26 Victor Kaplansky <victork@il.ibm.com>
|
||||
|
||||
* gcc.dg/vect/slp-18.c: Require vect_intfloat_cvt.
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-mieee" { target sh*-*-* } } */
|
||||
/* IBM 128-bit long double is not IEEE, don't use it for this test. */
|
||||
/* { dg-options "-mlong-double-64" { target powerpc*-*-linux* } } */
|
||||
/* { dg-skip-if "No Inf/NaN support" { spu-*-* } } */
|
||||
|
||||
#include "../../gcc.dg/tg-tests.h"
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-mieee" { target sh*-*-* } } */
|
||||
/* IBM 128-bit long double is not IEEE, don't use it for this test. */
|
||||
/* { dg-options "-mlong-double-64" { target powerpc*-*-linux* } } */
|
||||
/* { dg-skip-if "No Inf/NaN support" { spu-*-* } } */
|
||||
|
||||
#include "../tg-tests.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue