The information in this article applies to:
SYMPTOMSUsing the /W0 or /WX compiler option with the /4Ys compiler option fails. The /4Ys compiler switch enables strict Fortran 90 conformance and causes a warning message to be generated for every source line that contains an obsolescent FORTRAN 77 feature. The /W0 compiler option causes suppression of all compilation warning messages, but when it is used with the /4Ys, compiler option warning messages are displayed normally for every non-conforming Fortran 90 source line. Additionally, the /WX compiler option interprets all warnings as errors, which halts the compilation process, but when it is used with /4Ys, warnings are not interpreted as compilation errors nor is the build process stopped. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
Consult the Microsoft Fortran PowerStation 4.0 for Windows 95 and Windows
NT Programmers Guide, appendix B, for further information and explanations
regarding all Microsoft extension and Fortran 90 feature changes.
REFERENCESFORTRAN 90 HANDBOOK, Adams, Brainerd, Martin, Smith, Wagener, McGraw-Hill Book Company, 1992. Additional query words: 4.00
Keywords : kbFortranPS kbLangFortran |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |