alloc_comp_constraint_4.f90

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

F90
22
字号
! { dg-do compile }! Tests the fix for PR29422, in which function results! were not tested for suitability in IO statements.!! Contributed by Dominique d'Humieres  <dominiq@lps.ens.fr>!Type drv Integer :: i Integer, allocatable :: arr(:)End type drv  print *, fun1 () ! { dg-error "cannot have ALLOCATABLE" }contains  Function fun1 ()    Type(drv) :: fun1    fun1%i = 10  end function fun1end

⌨️ 快捷键说明

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