Closed
Description
This came up in #444, when trying to create failing tests for a function to wrap internal IO, like printing an integer value with a real format descriptor or a logical with an integer format descriptor.
The initial failing tests were created with gfortran
, somewhat surprisingly ifort
is particular smart about a lot of cases and implicitly casts the integer to a real before formatting it. What would be the best strategy to deal with such inconsistencies between different compilers?
Metadata
Metadata
Assignees
Labels
No labels