URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [class_42.f03] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
!
! PR 48291: [4.6/4.7 Regression] [OOP] internal compiler error, new_symbol(): Symbol name too long
!
! Contributed by Adrian Prantl <adrian@llnl.gov>
module Overload_AnException_Impl
type :: Overload_AnException_impl_t
end type
contains
subroutine ctor_impl(self)
class(Overload_AnException_impl_t) :: self
end subroutine
end module
! { dg-final { cleanup-modules "overload_anexception_impl" } }
Go to most recent revision | Compare with Previous | Blame | View Log