Commit 76150104 by Andrew Pinski

Fix the tests I just committed to be the correct tests.

From-SVN: r109506
parent 90b2f8b6
! 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
......
! 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment