implicit_1.f90

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· F90 代码 · 共 12 行

F90
12
字号
! { 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 + =
减小字号Ctrl + -
显示快捷键?