79677859

Date: 2025-06-24 15:48:00
Score: 1
Natty:
Report link

Your code is invalid Fortran, so a Fortran processor can do anything it wants. This includes doing what you expect or deleting your filesystems.

Fortran 2023, page 163

10.1.5.2.4 Evaluation of numeric intrinsic operations

The execution of any numeric operation whose result is not defined by the arithmetic used by the processor is prohibited.

The prohibition is not a number constraint. A Fortran processor need not catch or issue an error or warning. The prohibition is on the programmer.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: steve