Commit 41306174 by Paul Thomas

19990905-0.f: Remove XFAIL...

2005-09-09  Paul Thomas  <pault@gcc.gnu.org>

	* gfortran.dg/g77/19990905-0.f: Remove XFAIL, rearrange
	equivalences and add comment to connect the test with
	the PR. - forgotten in previous.

From-SVN: r104061
parent 30aabb86
c { dg-do compile } c { dg-do compile }
* =foo0.f in Burley's g77 test suite. * =foo0.f in Burley's g77 test suite.
! Used to give "Variable 'm' cannot appear" "Variable 'm' cannot appear"
! after REAL a(m,n), as described in PR 16511.
!
subroutine sub(a) subroutine sub(a)
equivalence (m,iarray(100))
common /info/ iarray(1000) common /info/ iarray(1000)
equivalence (m,iarray(100)), (n,iarray(200)) equivalence (n,iarray(200))
real a(m,n) ! { dg-bogus "Variable 'm' cannot appear" "Variable 'm' cannot appear" { xfail *-*-* } } PR 16511 real a(m,n)
a(1,1) = a(2,2) a(1,1) = a(2,2)
end end
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