assumed_present.f90

来自「linux下编程用 编译软件」· F90 代码 · 共 10 行

F90
10
字号
! { dg-do compile }! This tests the fix for the regression PR25785, where line 7 started! generating an assumed size error.! Contributed by Dale Ranta  <dir@lanl.gov>      subroutine my_sio_file_write_common(data_c1)        character,   intent(in), optional :: data_c1(*)        if (present(data_c1)) then        endif      end subroutine my_sio_file_write_common

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?