module_commons_2.f90
来自「用于进行gcc测试」· F90 代码 · 共 22 行
F90
22 行
! { dg-do compile }! Tests the fix for PR35474, in which the PRIVATE statement would! cause the error Internal Error at (1): free_pi_tree(): Unresolved fixup! This arose because the symbol for 'i' emanating from the COMMON was! not being fixed-up as the EQUIVALENCE was built.!! Contributed by FX Coudert <fxcoudert@gcc.gnu.org>!module h5global integer i integer j common /c/ i equivalence (i, j) privateend module h5globalprogram bug use h5globalend! { dg-final { cleanup-modules "h5global" } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?