?? implicit_5.f90
字號:
! PR fortran/21729! { dg-do compile }function f1 () ! { dg-error "has no IMPLICIT type" "f1" } implicit noneend function f1function f2 () result (r2) ! { dg-error "has no IMPLICIT type" "r2" } implicit noneend function f2function f3 () ! { dg-error "has no IMPLICIT type" "f3" } implicit noneentry e3 () ! { dg-error "has no IMPLICIT type" "e3" }end function f3function f4 () implicit none real f4entry e4 () ! { dg-error "has no IMPLICIT type" "e4" }end function f4function f5 () ! { dg-error "has no IMPLICIT type" "f5" } implicit noneentry e5 () real e5end function f5
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -