pr28971.f90

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

F90
21
字号
! { dg-do compile }! This caused an ICE for gfortrans of July 2006 vintage.  It was a regression! that "fixed" itself.  The cause and the fix are mysteries.  This test is intended! to signal any further regression, should it occur.!! Contributed by Oskar Enoksson  <enok@lysator.liu.se>SUBROUTINE BUG(A,B)  IMPLICIT NONE    INTEGER   :: A  INTEGER   :: B(2)    INTEGER, PARAMETER :: C(2) = (/ 1,2 /)    WHERE (C(:).EQ.A)    B = -1  END WHEREEND SUBROUTINE BUG

⌨️ 快捷键说明

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