inquire_iolength.f90

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

F90
11
字号
! { dg-do compile }! { dg-options "-std=f95" }! PR30014 IOLENGTH does not handle KIND=8.  This patch checks the constraints.! Submitted by Jerry DeLisle  <jvdelisle@gcc.gnu.org>! F95 Standard 9.6, R923integer (kind=4) small, xinteger (kind=8) largeinquire (iolength=small) xinquire (iolength=large) x ! { dg-error "requires default INTEGER" }end

⌨️ 快捷键说明

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