URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [missing_optional_dummy_4.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! { dg-options "-fdump-tree-original" }!! PR fortran/34848!! The "0" for the string size of the absent optional! argument was missing.!module krmodcontainssubroutine doit()implicit nonereal :: doit1doit1 = tm_doit()returnend subroutine doitfunction tm_doit(genloc)implicit nonecharacter, optional :: genlocreal :: tm_doittm_doit = 42.0end function tm_doitend module krmod! { dg-final { scan-tree-dump " tm_doit \\(0B, 0\\);" "original" } }! { dg-final { cleanup-tree-dump "original" } }! { dg-final { cleanup-modules "krmod" } }
