URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [class_33.f90] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
!
! PR 46971: [4.6 Regression] [OOP] ICE on long class names
!
! Contributed by Andrew Benson <abenson@its.caltech.edu>
module Molecular_Abundances_Structure
type molecularAbundancesStructure
end type
class(molecularAbundancesStructure), pointer :: molecules
end module
! { dg-final { cleanup-modules "molecular_abundances_structure" } }
Go to most recent revision | Compare with Previous | Blame | View Log