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

📄 loc_1.f90

📁 linux下编程用 编译软件
💻 F90
字号:
! { dg-do run }! This test is here to prevent a regression in gfc_conv_intrinsic_loc.! Taking the loc of something in a common block was a special case! that caused in internal compiler error in gcc/expr.c, in! expand_expr_addr_expr_1().program test  common /targ/targ  integer targ(10)  call fnend program testsubroutine fn  common /targ/targ  integer targ(10)  call foo (loc (targ)) ! Line that caused ICEend subroutine fnsubroutine foo (ii)  common /targ/targ  integer targ(10)  integer ii  targ(2) = iiend subroutine foo

⌨️ 快捷键说明

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