URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [initialization_23.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }!! PR 40875: The error was missed and an ICE ensued.!! Contributed by Michael Richmond <michael.a.richmond@nasa.gov>!MODULE cdf_aux_modPUBLICTYPE :: one_parameterCHARACTER :: nameEND TYPE one_parameterCHARACTER, PARAMETER :: the_alpha = one_parameter('c') ! { dg-error "Can't convert TYPE" }CHARACTER, PARAMETER :: the_beta = (/one_parameter('c')/) ! { dg-error "Incompatible ranks" }END MODULE cdf_aux_mod! { dg-final { cleanup-modules "cdf_aux_mod" } }
