[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PING][PATCH 0/3] GNAT test suite fixes for build sysroot
From: |
Maciej Rozycki |
Subject: |
Re: [PING][PATCH 0/3] GNAT test suite fixes for build sysroot |
Date: |
Thu, 20 Jun 2019 15:32:54 +0000 |
On Thu, 20 Jun 2019, Arnaud Charlet wrote:
> > 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
Thanks for the pointer, good to know!
Maciej