altreturn_4.f90

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

F90
18
字号
! { dg-do compile }! Tests the fix for PR28172, in which an ICE would result from! the contained call with an alternate retrun.! Contributed by Tobias Schl黷er <tobi@gcc.gnu.org>program blubb  call otherini(*998)  stop998 stopcontains subroutine init   call otherini(*999)   return999 stop end subroutine initend program blubb

⌨️ 快捷键说明

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