📄 assumed_size_refs_3.f90
字号:
! { dg-do compile }! Tests the fix for PR25951, a regression caused by the assumed! size patch.! Test case provided by Mark Hesselink <mhesseli@caltech.edu>PROGRAM loc_1 integer i(10) call f (i)CONTAINS SUBROUTINE f (x) INTEGER, DIMENSION(*) :: x INTEGER :: address! The next line would cause:! Error: The upper bound in the last dimension must appear in the! reference to the assumed size array 'x' at (1) address=LOC(x) END SUBROUTINE fEND PROGRAM loc_1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -