function_kinds_5.f90

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

F90
11
字号
! { dg-do compile }! Tests the fix for PR34471 in which function KINDs that were! USE associated would cause an error.  This checks a regression! caused by an intermediate version of the patch.!! Contributed by Tobias Burnus <burnus@gcc.gnu.org>!real (bad_kind(0d0)) function foo () ! { dg-error "must be an intrinsic or" }  foo = real (kind (foo))end function

⌨️ 快捷键说明

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