Developer Center |
Tuesday July 1, 2008
The compiler now does constant folding for "X and then …" where X is a known-false constant. Similar for "or else". This improves the generated code. It can also suppress warnings in dead code in some cases.
Posted
in Development Log, GNAT Compilation System