coarray_40.f90: Revise to use dg-additional-options.
* gfortran.dg/coarray_40.f90: Revise to use dg-additional-options. * gfortran.dg/coarray_lib_comm_1.f90: Likewise. From-SVN: r232005
This commit is contained in:
parent
0a0f74aaf1
commit
c2cb0f4b9a
@ -1,3 +1,8 @@
|
||||
2015-12-30 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/coarray_40.f90: Revise to use dg-additional-options.
|
||||
* gfortran.dg/coarray_lib_comm_1.f90: Likewise.
|
||||
|
||||
2015-12-29 Andre Vehreschild <vehre@gcc.gnu.org>
|
||||
|
||||
PR fortran/69011
|
||||
|
@ -1,6 +1,6 @@
|
||||
! { dg-do run }
|
||||
! { dg-options "-fcoarray=lib -lcaf_single -latomic" { target libatomic_available } }
|
||||
! { dg-options "-fcoarray=lib -lcaf_single" { target { ! libatomic_available } } }
|
||||
! { dg-options "-fcoarray=lib -lcaf_single" }
|
||||
! { dg-additional-options "-latomic" { target libatomic_available } }
|
||||
!
|
||||
! Run-time test for memory consistency
|
||||
!
|
||||
|
@ -1,6 +1,6 @@
|
||||
! { dg-do run }
|
||||
! { dg-options "-fdump-tree-original -fcoarray=lib -lcaf_single -latomic" { target libatomic_available } }
|
||||
! { dg-options "-fdump-tree-original -fcoarray=lib -lcaf_single" { target { ! libatomic_available } } }
|
||||
! { dg-options "-fdump-tree-original -fcoarray=lib -lcaf_single" }
|
||||
! { dg-additional-options "-latomic" { target libatomic_available } }
|
||||
!
|
||||
! Some dependency-analysis check for coarray communication
|
||||
!
|
||||
|
Loading…
Reference in New Issue
Block a user