Developer Center |
Tuesday September 22, 2009
A new configuration pragma Short_Circuit_And_Or causes any occurrences of AND on operands of type Standard.Boolean to be treated as short circuited (i.e. to be converted to AND THEN). OR is similarly converted to OR ELSE. This may be useful in certification protocols requiring the use of short-circuited logical operations.
Posted
in Development Log, GNAT Compilation System