Enable libgomp.c/pr48591.c on __float128 targets
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 15 Feb 2017 16:35:54 +0000 (16:35 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 15 Feb 2017 16:35:54 +0000 (16:35 +0000)
* testsuite/libgomp.c/pr48591.c: Enable on all __float128
targets.
Add __float128 options.

From-SVN: r245486

libgomp/ChangeLog
libgomp/testsuite/libgomp.c/pr48591.c

index 8270abd08c0092ee084c5351c66fa55fa0bb9727..28cf0826e643d030eeea90434f5c6c2ac09e937a 100644 (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
index 2f617afcc8135a649aa25e96aefa582c15137635..a1864b466b5412ad496d70af18c8c94b9f97522e 100644 (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);