blockdata_3.f90
来自「用于进行gcc测试」· F90 代码 · 共 29 行
F90
29 行
! { dg-do compile }! { dg-options "-W -Wall" }! Tests the fix for PR29539, in which the derived type in a blockdata! cause an ICE. With the fix for PR29565, this now compiles and runs! correctly.!! Contributed by Bernhard Fischer <aldot@gcc.gnu.org>!block data common /c/ d(5), cc type c_t sequence integer i end type c_t type (c_t) :: cc data d /5*1./ data cc%i /5/end common /c/ d(5), cc type c_t sequence integer i end type c_t type (c_t) :: cc print *, d print *, ccend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?