oldstyle_3.f90
来自「用于进行gcc测试」· F90 代码 · 共 11 行
F90
11 行
! { dg-do compile }! Suppress the warning about an old-style initializer;! { dg-options "" }! This tests the fix for PR29052 in which the error below would cause a seg-fault! because the locus of the initializer was never set.!! Contributed by Bud Davis <bdavis@gcc.gnu.org>! character*10 a(4,2) /'aaa','bbb','ccc','ddd'/ ! { dg-error "more variables than values" } end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?