mirror of git://gcc.gnu.org/git/gcc.git
coarray_40.f90: Link with libatomic if available.
* gfortran.dg/coarray_40.f90: Link with libatomic if available. From-SVN: r231981
This commit is contained in:
parent
0d12d65909
commit
96d4e7be88
|
|
@ -1,5 +1,7 @@
|
||||||
2015-12-28 John David Anglin <danglin@gcc.gnu.org>
|
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/pr49551.c: Skip on hppa*-*-hpux*.
|
||||||
|
|
||||||
* gcc.dg/torture/pr67609.c: Add -fno-common option on hppa*-*-hpux*.
|
* gcc.dg/torture/pr67609.c: Add -fno-common option on hppa*-*-hpux*.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
! { dg-do run }
|
! { 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
|
! Run-time test for memory consistency
|
||||||
!
|
!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue