⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 forall_3.f90

📁 linux下编程用 编译软件
💻 F90
字号:
! the problem here was that we had forgot to call! fold_convert in gfc_trans_pointer_assign_need_temp! so that we got a pointer to char instead of a ! pointer to an array! we really don't need a temp here.! { dg-do compile }      program test_forall         type element            character(32), pointer :: name         end type element         type(element)     :: charts(50)         character(32), target :: names(50)         forall(i=1:50)            charts(i)%name => names(i)         end forall      end

⌨️ 快捷键说明

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