Re: [PING][PATCH 0/3] GNAT test suite fixes for build sysroot
Arnaud Charlet <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <[email protected]> |
> > Have you resolved your copyright assignment issues since then? > > The ball is now in FSF's court I'm told. OK > > The above patch needs to use "or else" instead of "or". OK with this change > > on the above patch. > > OK, I have updated that in my patch. > > Technically both variants of the expression achieve the same effect here > as there is no problem with evaluating both sides of the OR operation in > all cases, but your suggestion might help the readers avoid scratching > their heads. The performance isn't the same, and more importantly, this is the documented Ada coding style for GNAT: https://gcc.gnu.org/onlinedocs/gnat-style/Statements.html#Statements Arno