warn_std_2.f90
来自「用于进行gcc测试」· F90 代码 · 共 26 行
F90
26 行
! { dg-do compile }! { dg-options "-Wnonstd-intrinsics -std=f95" }!! PR fortran/32778 - pedantic warning: intrinsics that ! are GNU extensions not part of -std=gnu!! (2/3) Check for GNU extensions and intrinsics from F2003 if -std=f95.!CHARACTER(len=255) :: tmpREAL(8) :: x! GNU extension, check overload of F77 standard intrinsicx = ZABS(CMPLX(0.0, 1.0, 8)) ! { dg-error "is not included in the selected standard" }! GNU extensionCALL flush() ! { dg-error "is not included in the selected standard" }! F95tmp = ADJUSTL(" gfortran ")! F2003CALL GET_COMMAND (tmp) ! { dg-error "is not included in the selected standard" }END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?