From 1eb08f5270794aa13b1f8cfa98c9323914b3011a Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 15 Feb 2017 16:35:54 +0000 Subject: [PATCH] Enable libgomp.c/pr48591.c on __float128 targets * testsuite/libgomp.c/pr48591.c: Enable on all __float128 targets. Add __float128 options. From-SVN: r245486 --- libgomp/ChangeLog | 6 ++++++ libgomp/testsuite/libgomp.c/pr48591.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 8270abd08c0..28cf0826e64 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2017-02-15 Rainer Orth + + * testsuite/libgomp.c/pr48591.c: Enable on all __float128 + targets. + Add __float128 options. + 2017-02-11 John David Anglin * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove diff --git a/libgomp/testsuite/libgomp.c/pr48591.c b/libgomp/testsuite/libgomp.c/pr48591.c index 2f617afcc81..a1864b466b5 100644 --- a/libgomp/testsuite/libgomp.c/pr48591.c +++ b/libgomp/testsuite/libgomp.c/pr48591.c @@ -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); -- 2.30.2