Home | Contact | Pricing | News | Partners | Mailing List | Site Map

Developer Center

[GNAT] New gnatcheck rule for exceptions

Monday April 28, 2008

A new rule (Separate_Numeric_Error_Handlers) is added to gnatcheck. This rule checks if the predefined Numeric_Error and Constraint_Error are always used together as exception choices of the same exception handler. This check is used to ensure that exception handling will behave the same in Ada 83 and in Ada 95 modes.

 

Posted by Posted in Development Log, GNAT Compilation System