coarray_43.f90: Add "-latomic" option if libatomic_available.
* gfortran.dg/coarray_43.f90: Add "-latomic" option if libatomic_available. From-SVN: r245182
This commit is contained in:
parent
a1d9992507
commit
a2a86d6a7c
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2017-02-03 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/coarray_43.f90: Add "-latomic" option if
|
||||
libatomic_available.
|
||||
|
||||
* gcc.dg/pr77587.c: Require alias support.
|
||||
* gcc.dg/pr77587a.c: Likewise.
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
! { dg-do link }
|
||||
! { dg-options "-fcoarray=lib -lcaf_single" }
|
||||
! { dg-additional-options "-latomic" { target libatomic_available } }
|
||||
|
||||
program coarray_43
|
||||
implicit none
|
||||
|
|
Loading…
Add table
Reference in a new issue