Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Fortran 2003 standard

Svein-Atle_Engeseth
212 Views
Hi, According to the documentation, the compiler has implemented the Fortran 2003 standard of long names, 63 characters or less. I compile with /stand:f03 and get warnings about long names. Another message I get is warnings about extra parentheses ( pairs ) in write statements. When did the standard start caring about extra parenteses? (2003?) SAE
0 Kudos
1 Reply
Steven_L_Intel1
Employee
212 Views
The long names warning with /stand:f03 is a bug. I'll pass that on.

The standard has always disallowed extra parentheses around an I/O list, but this is a long-standing extension.
0 Kudos
Reply