dependency_1.f90

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

F90
12
字号
! { dg-do compile }! PR23906! Dependency analysis was using the stride from the wrong expression and! segfaultingsubroutine foo(a)  real, dimension(:) :: a  a(1:3:2) = a(1:2)   a(1:2) = a(1:3:2) end subroutine

⌨️ 快捷键说明

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