implicit_1.f90
来自「用于进行gcc测试」· F90 代码 · 共 13 行
F90
13 行
! { 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! { dg-final { cleanup-modules "AHFinder_dat" } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?