missing_optional_dummy_5.f90
来自「用于进行gcc测试」· F90 代码 · 共 30 行
F90
30 行
! { dg-do compile }! { dg-options "-fdump-tree-original" }!! PR fortran/34848! ! This was before giving an ICE; additionally! the "0" for the string size of the absent optional! argument was missing.!module krmodcontains subroutine doit() implicit none real :: doit1(2) doit1 = tm_doit() return end subroutine doit function tm_doit(genloc) implicit none character, optional :: genloc real :: tm_doit(2) tm_doit = 42.0 end function tm_doitend module krmod! { dg-final { scan-tree-dump " tm_doit \\(&parm.\(6|7\), 0B, 0\\);" "original" } }! { dg-final { cleanup-tree-dump "original" } }! { dg-final { cleanup-modules "pr22146" } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?