zero_sized_2.f90

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

F90
14
字号
! { dg-do compile }! Tests the fix for PR30514 in which the bounds on m would cause an! error and the rest would cause the compiler to go into an infinite! loop.! Contributed by Tobias Burnus <burnus@gcc.gnu.org>!integer :: i(2:0), j(1:0), m(1:-1)integer, parameter :: k(2:0) = 0, l(1:0) = 0i = kj = lm = 5end

⌨️ 快捷键说明

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