use_11.f90

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

F90
19
字号
! { dg-do run }! Test the fix for a regression caused by the fix for PR33541,! in which the second local version of a would not be associated.!! Contributed by Dominique d'Humieres <dominiq@lps.ens.fr>!            and Tobias Burnus <burnus@gcc.gnu.org>!module m  integer :: aend module muse m, local1 => ause m, local2 => alocal1 = 5local2 = 3if (local1 .ne. local2) call abort ()end! { dg-final { cleanup-modules "test" } }

⌨️ 快捷键说明

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