fortran-wringer-tests
fortran-wringer-tests copied to clipboard
A collection of non-portable Fortran usage, standard-conformant or otherwise
Results
1
fortran-wringer-tests issues
Sort by
recently updated
recently updated
newest added
``` module a public :: operator(==), operator(.foo.) integer :: b = 33 end module use a print *,b end ``` Flang and gfortran both ignore the operators. ifort and ifx...