Development Log

  • GNAT Pro
    Jun 8th, 2011

    Conditional/Case/Quantified expression parens
    The compiler now properly implements the latest version of the Ada 2012 rules regarding parenthesization of conditional/case/quantified expressions. Parens can now be omitted only if the construct is parenthesized, and in particular, this means that in the case of subprogram arguments, the parens can be omitted only if there is a single argument.