URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [substr_1.f90] - Rev 816
Compare with Previous | Blame | View Log
! { dg-do compile }! we used to save the wrong components of a gfc_expr describing a! substring of a constant string. This yielded a segfault on! translating the expressions read from the module.module mcharacter (*), parameter :: a = "AABBCC"(1:4)end module muse mcharacter(4) :: bb = aend! { dg-final { cleanup-modules "m" } }
