2 ! { dg-options "-std=gnu" }
4 ! PR fortran/32778 - pedantic warning: intrinsics that
5 ! are GNU extensions not part of -std=gnu
7 ! (1/3) Check for excess errors if -std=gnu.
10 CHARACTER(len
=255) :: tmp
13 ! GNU extension, check overload of F77 standard intrinsic
14 x
= ZABS(CMPLX(0.0, 1.0, 8))
20 tmp
= ADJUSTL(" gfortran ")
23 CALL GET_COMMAND (tmp
)