FIX: EXIT Statement Not Flagged as Extension to Standard

Last reviewed: September 11, 1997
Article ID: Q67232
5.00 | 5.00 MS-DOS | OS/2 kbtool kbfixlist kbbuglist kberrmsg

The information in this article applies to:

  • Microsoft FORTRAN for MS-DOS and OS/2, version 5.0

SYMPTOMS

When an application contains the $STRICT metacommand or the compiler command line includes the /4Yi, /4Ys, or /4Yv compiler option switches and the source code includes the EXIT statement, no warning message appears.

The compiler is designed to produce the following message for the EXIT statement:

   F2732 EXIT:  nonstandard statement

STATUS

Microsoft has confirmed this to be a problem in FORTRAN version 5.0 for MS-DOS and OS/2. This problem has been corrected in FORTRAN version 5.1 for MS-DOS and OS/2.

MORE INFORMATION

The EXIT statement is documented as an extension to the ANSI FORTRAN 77 standard. It appears in blue type in the Microsoft FORTRAN "Reference" manual for versions 5.0 and 5.1. Because the EXIT statement is not listed with the IBM Systems Application Architecture (SAA) or DEC VAX extensions on pages 330-332 of the "Reference" manual, the compiler should generate the F2732 warning message.


Additional reference words: 5.00 buglist5.00 fixlist5.10
KBCategory: kbtool kbfixlist kbbuglist kberrmsg
KBSubCategory: FLIss
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 11, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.