implicit_4.f90

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

F90
22
字号
! { dg-do compile }! Verify error diagnosis for invalid combinations of IMPLICIT statementsIMPLICIT NONEIMPLICIT NONE ! { dg-error "Duplicate" }ENDSUBROUTINE aIMPLICIT REAL(b-j) ! { dg-error "cannot follow" }implicit none      ! { dg-error "cannot follow" }END SUBROUTINE asubroutine bimplicit noneimplicit real(g-k) ! { dg-error "Cannot specify" }end subroutine bsubroutine cimplicit real(a-b)implicit integer (b-c) ! { dg-error "already" }implicit real(d-f), complex(f-g) ! { dg-error "already" }end subroutine c

⌨️ 快捷键说明

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