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

📄 equiv_constraint_8.f90

📁 linux下编程用 编译软件
💻 F90
字号:
! { dg-do compile }! { dg-options "-O0" }! PR20899 - Common block variables cannot be equivalenced in a pure procedure.! Contributed by Joost VandeVondele <jv244@cam.ac.uk>common /z/ icontainspure integer function test(j)  integer, intent(in) :: j  common /z/ i  integer :: k  equivalence(i,k) ! { dg-error "EQUIVALENCE object in the pure" }  k=1 ! { dg-error "in PURE procedure at" }  test=i*jend function testend

⌨️ 快捷键说明

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