data_initialized_2.f90

来自「用于进行gcc测试」· F90 代码 · 共 9 行

F90
9
字号
! { dg-do compile }! Tests the fix for PR32236, in which the error below manifested itself! as an ICE.! Contributed by Bob Arduini <r.f.arduini@larc.nasa.gov>  real :: x(2) = 1.0 ! { dg-error "already is initialized" }  data x /1.0, 2.0/  ! { dg-error "already is initialized" }  print *, xend

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?