substr_1.f90
来自「用于进行gcc测试」· F90 代码 · 共 15 行
F90
15 行
! { dg-do compile }! we used to save the wrong components of a gfc_expr describing a! substring of a constant string. This yielded a segfault on! translating the expressions read from the module.module m character (*), parameter :: a = "AABBCC"(1:4)end module muse mcharacter(4) :: bb = aend! { dg-final { cleanup-modules "m" } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?