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:
John David Anglin 2015-12-30 20:21:57 +00:00
parent 0a0f74aaf1
commit c2cb0f4b9a
3 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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
!

View File

@ -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
!