Fix the tests I just committed to be the correct tests.
From-SVN: r109506
This commit is contained in:
parent
90b2f8b640
commit
76150104aa
@ -1,6 +1,7 @@
|
|||||||
! check to make the nested function dawsonseries_v gets the correct
|
! check to make the nested function dawsonseries_v gets the correct
|
||||||
! fake return decl and that the outer (dawson_v) has an assignment of
|
! fake return decl and that the outer (dawson_v) has an assignment of
|
||||||
! just the fake return decl for real and not the inner's return decl.
|
! just the fake return decl for real and not the inner's return decl.
|
||||||
|
! { dg-do compile }
|
||||||
FUNCTION dawson_v()
|
FUNCTION dawson_v()
|
||||||
IMPLICIT NONE
|
IMPLICIT NONE
|
||||||
REAL :: dawson_v
|
REAL :: dawson_v
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
! check to make the nested function dawsonseries_v gets the correct
|
! check to make the nested function dawsonseries_v gets the correct
|
||||||
! fake return decl and that the outer (dawson_v) has an assignment of
|
! fake return decl and that the outer (dawson_v) has an assignment of
|
||||||
! just the fake return decl for real and not the inner's return decl.
|
! just the fake return decl for real and not the inner's return decl.
|
||||||
|
! { dg-do compile }
|
||||||
FUNCTION dawson_v()
|
FUNCTION dawson_v()
|
||||||
IMPLICIT NONE
|
IMPLICIT NONE
|
||||||
REAL,DIMENSION(1) :: dawson_v
|
REAL,DIMENSION(1) :: dawson_v
|
||||||
|
Loading…
Reference in New Issue
Block a user