select_6.f90
来自「用于进行gcc测试」· F90 代码 · 共 11 行
F90
11 行
! { dg-do compile }! PR fortran/27457! This lead to a segfault previously. implicit none integer(kind=1) :: i real :: r(3) select case (i) case (129) r(4) = 0 { dg-error "Expected the name" } end select end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?