URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [class_32.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }!! PR 45827: [4.6 Regression] [OOP] mio_component_ref(): Component not found!! Contributed by Daniel Franke <dfranke@gcc.gnu.org>MODULE mTYPE, ABSTRACT :: tPRIVATEINTEGER :: nCONTAINSPROCEDURE :: getEND TYPEABSTRACT INTERFACESUBROUTINE create(this)IMPORT tCLASS(t) :: thisEND SUBROUTINEEND INTERFACECONTAINSFUNCTION get(this)CLASS(t) :: thisREAL, DIMENSION(this%n) :: getEND FUNCTIONSUBROUTINE destroy(this)CLASS(t) :: thisEND SUBROUTINEEND MODULEPROGRAM pUSE mEND! { dg-final { cleanup-modules "m" } }
