URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [class_24.f03] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }!! PR 44869: [OOP] Missing TARGET check - and wrong code or accepts-invalid?!! Contributed by Satish.BD <bdsatish@gmail.com>type :: test_caseend typetype :: test_suitetype(test_case) :: listend typecontainssubroutine sub(self)class(test_suite), intent(inout) :: selftype(test_case), pointer :: tst_casetst_case => self%list ! { dg-error "is neither TARGET nor POINTER" }end subroutineend
