[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 14:51:40 +0000 |
On Wed, 19 Jun 2019, Arnaud Charlet wrote:
> > Ping for:
> >
> > <https://gcc.gnu.org/ml/gcc-patches/2019-05/msg00753.html>
>
> Have you resolved your copyright assignment issues since then?
The ball is now in FSF's court I'm told.
> 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.
Thank you for your review. I will apply the change in due course.
Maciej