📄 dependency_1.f90
字号:
! { 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -