coarray_40.f90: Link with libatomic if available.
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 28 Dec 2015 21:15:47 +0000 (21:15 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 28 Dec 2015 21:15:47 +0000 (21:15 +0000)
* gfortran.dg/coarray_40.f90: Link with libatomic if available.

From-SVN: r231981

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/coarray_40.f90

index d183265e72fc241a4bd2c5883e955a214bf4c702..15e276811e1583b940a55c3cd32f5a3c9173a900 100644 (file)
@@ -1,5 +1,7 @@
 2015-12-28  John David Anglin  <danglin@gcc.gnu.org>
 
+       * gfortran.dg/coarray_40.f90: Link with libatomic if available.
+
        * gcc.dg/pr49551.c: Skip on hppa*-*-hpux*.
 
        * gcc.dg/torture/pr67609.c: Add -fno-common option on hppa*-*-hpux*.
index 84af50e7dadd4de8f9e1427124007dcc13e44d5b..c9ee7d12c4b0bc668e30394968a41dd9b2925d83 100644 (file)
@@ -1,5 +1,6 @@
 ! { dg-do run }
-! { dg-options "-fcoarray=lib -lcaf_single" }
+! { dg-options "-fcoarray=lib -lcaf_single -latomic" { target libatomic_available } }
+! { dg-options "-fcoarray=lib -lcaf_single" { target { ! libatomic_available } } }
 !
 ! Run-time test for memory consistency
 !