📄 implicit_1.f90
字号:
! { dg-do compile }! PR 13575 -- we used to not see that c0 has no type, and then ICE latermodule AHFinder_dat implicit none save c0 ! { dg-error "no IMPLICIT type" "no IMPLICIT type" }end module AHFinder_dat! PR 15978 -- we used to not see that aaa has no type, and then ICE laterimplicit nonecommon/rommel/aaa ! { dg-error "no IMPLICIT type" "no IMPLICIT type" }end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -