entry_dummy_ref_1.f90

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

F90
16
字号
! { dg-do compile }! Tests fix for PR25090 in which references in specification! expressions to variables that were not entry formal arguments! would be missed.!! Contributed by Joost VandeVondele  <jv244@cam.ac.uk>!   SUBROUTINE S1(I)   CHARACTER(LEN=I+J) :: a   real :: x(i:j), z   a = ""  ! { dg-error "before the ENTRY statement in which it is a parameter" }   x = 0.0 ! { dg-error "before the ENTRY statement in which it is a parameter" }   ENTRY E1(J)   END SUBROUTINE S1   END

⌨️ 快捷键说明

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