?? substr_1.f90
字號:
! { 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
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -