代码搜索:ISO 9001 开发教程
找到约 10,000 项符合「ISO 9001 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2876697
f90 iso_fortran_env_1.f90
! { dg-do run }
module iso_fortran_env
real :: x
end module iso_fortran_env
subroutine bar
use , intrinsic :: iso_fortran_env
implicit none
if (file_storage_size /= 8) call abort
if (chara
www.eeworm.com/read/366702/2877796
f90 use_iso_c_binding.f90
! { dg-do compile }
! this is to simply test that the various ways the use statement can
! appear are handled by the compiler, since i did a special treatment
! of the intrinsic iso_c_binding module
www.eeworm.com/read/366702/2877811
f90 iso_fortran_env_4.f90
! { dg-do compile }
module iso_fortran_env
end module iso_fortran_env
program foo
use, intrinsic :: iso_fortran_env
use, non_intrinsic :: iso_fortran_env ! { dg-error "conflicts with intrinsic modu