stfunc_3.f90
来自「用于进行gcc测试」· F90 代码 · 共 14 行
F90
14 行
! { dg-do compile }! Tests the fix for PR20867 in which implicit typing was not done within! statement functions and so was not confirmed or not by subsequent! type delarations.!! Contributed by Joost VandeVondele <jv244@cam.ac.uk>! REAL :: st1 st1(I)=I**2 REAL :: I ! { dg-error " already has basic type of INTEGER" } END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?