missing_optional_dummy_4.f90
来自「用于进行gcc测试」· F90 代码 · 共 29 行
F90
29 行
! { 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 krmodcontains subroutine doit() implicit none real :: doit1 doit1 = tm_doit() return end subroutine doit function tm_doit(genloc) implicit none character, optional :: genloc real :: tm_doit tm_doit = 42.0 end 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" } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?