Enable libgomp.c/pr48591.c on __float128 targets

* testsuite/libgomp.c/pr48591.c: Enable on all __float128
	targets.
	Add __float128 options.

From-SVN: r245486
This commit is contained in:
Rainer Orth 2017-02-15 16:35:54 +00:00 committed by Rainer Orth
parent c7545f1cb3
commit 1eb08f5270
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2017-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* testsuite/libgomp.c/pr48591.c: Enable on all __float128
targets.
Add __float128 options.
2017-02-11 John David Anglin <danglin@gcc.gnu.org>
* testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove

View File

@ -1,6 +1,7 @@
/* PR middle-end/48591 */
/* { dg-do run { target i?86-*-linux* i?86-*-gnu* x86_64-*-linux* ia64-*-linux* x86_64-*-freebsd* } } */
/* { dg-do run { target __float128 } } */
/* { dg-options "-O0" } */
/* { dg-add-options __float128 } */
extern void abort (void);