error_recovery_1.f90

来自「用于进行gcc测试」· F90 代码 · 共 16 行

F90
16
字号
! { dg-do compile }! PR fortran/24549 (and duplicate PR fortran/27487)module gfcbug29_import  interface     subroutine foo (x)       something :: dp ! { dg-error "Unclassifiable statement" }       real (kind=dp) :: x ! { dg-error "has not been declared or is a variable, which does not reduce to a constant expression" }     end subroutine foo  end interfaceend module gfcbug29_importsubroutine FOO    X :: I ! { dg-error "Unclassifiable statement" }    equivalence (I,I)end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?