URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gfortran.dg/] [substring_equivalence.f90] - Rev 12
Compare with Previous | Blame | View Log
! { dg-do compile }
! Tests fix for PR24223 - ICE on equivalence statement.
!
module FLAGS
character(len=5) :: Encodings
character :: at, dev
equivalence ( encodings(1:1),at ), ( encodings(2:2),dev)
end module FLAGS
! { dg-final { cleanup-modules "FLAGS" } }