📄 der_charlen_1.f90
字号:
! { dg-do compile }! PR 18990! we used to ICE on these examplesmodule core type, public :: T character(len=I) :: str ! { dg-error "needs to be a constant specification expression" } end type T privateCONTAINS subroutine FOO(X) type(T), intent(in) :: X end subroutineend module coremodule another_core type :: T character(len=*) :: s ! { dg-error "needs to be a constant specification expr" } end type T privateCONTAINS subroutine FOO(X) type(T), intent(in) :: X end subroutineend module another_core
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -