From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46741 invoked by alias); 20 Jun 2019 14:51:57 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 46730 invoked by uid 89); 20 Jun 2019 14:51:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_SHORT autolearn=ham version=3.3.1 spammy=court, HX-Languages-Length:746, charlet, Arnaud X-HELO: esa4.hgst.iphmx.com Received: from esa4.hgst.iphmx.com (HELO esa4.hgst.iphmx.com) (216.71.154.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Jun 2019 14:51:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wdc.com; i=@wdc.com; q=dns/txt; s=dkim.wdc.com; t=1561042316; x=1592578316; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=/77Gy1qIPDkj97G9hCLU7vAz1aRAVHTGbm7FDFSUHmo=; b=TNfKLZUX/8fgQv+7ijfVIZomS2oIZG1AcQ7fl9HbXenfIq8wSiCYzTGZ bv3ovymlQW+FNxHjRQ0SYMXuzjDadBZj6qFGcRR+X4M/+TDCvZBekcnCX 9P/R2HsOWYCZCL/p8MFhmZlzDr6zvY3vY2Mr06V4/NNbTGy4i45SgU8MU 5ompg5JI7OhuzlP3Zte/pWShr4zDDce3XcV1dp1oPXH86/p43D+pOC66k +KmpMSQxmy1YoHn7V9qX10wdpn7URSvAwpir54zAKZW4erPg2ihvZWv9l BzQJ7La9uomuO80V7cKdE1hqv8uS85HwHLb70IeLT2QwBsDsaCWRxkYVB g==; Received: from mail-bn3nam04lp2055.outbound.protection.outlook.com (HELO NAM04-BN3-obe.outbound.protection.outlook.com) ([104.47.46.55]) by ob1.hgst.iphmx.com with ESMTP; 20 Jun 2019 22:51:53 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sharedspace.onmicrosoft.com; s=selector2-sharedspace-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=MpnyL3L5kSLi//1b+HANHqimArK9g8UkGI67gDQ6Zag=; b=TRyzH9PjkTNgwkeGVrpwfoJYSNA/nrBvogdQ+zRW5cPzwsmtGsXukN8OHTSjVt7fxvtIwUwUHNzA6o2mAvn8UJJtog4I60/qZaOxzBlHI6jBZlvceIVCnD4reiv4EYDA7+5fgb/EeS4Zk1+OAYaoXCRVIunkno4E27cFCq0LPbw= Received: from BYAPR04MB4502.namprd04.prod.outlook.com (52.135.238.11) by BYAPR04MB4885.namprd04.prod.outlook.com (52.135.232.202) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1987.12; Thu, 20 Jun 2019 14:51:40 +0000 Received: from BYAPR04MB4502.namprd04.prod.outlook.com ([fe80::b562:7889:6d9a:12a6]) by BYAPR04MB4502.namprd04.prod.outlook.com ([fe80::b562:7889:6d9a:12a6%3]) with mapi id 15.20.1987.014; Thu, 20 Jun 2019 14:51:40 +0000 From: Maciej Rozycki To: Arnaud Charlet CC: "gcc-patches@gcc.gnu.org" , "dejagnu@gnu.org" , Eric Botcazou , Pierre-Marie de Rodat Subject: Re: [PING][PATCH 0/3] GNAT test suite fixes for build sysroot Date: Thu, 20 Jun 2019 14:51:00 -0000 Message-ID: References: <20190619124848.GA23767@adacore.com> In-Reply-To: <20190619124848.GA23767@adacore.com> authentication-results: spf=none (sender IP is ) smtp.mailfrom=macro@wdc.com; x-ms-exchange-purlcount: 1 wdcipoutbound: EOP-TRUE x-ms-oob-tlc-oobclassifiers: OLM:9508; x-ms-exchange-senderadcheck: 1 Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: macro@wdc.com X-SW-Source: 2019-06/txt/msg01243.txt.bz2 On Wed, 19 Jun 2019, Arnaud Charlet wrote: > > Ping for: > >=20 > > >=20 > 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 chan= ge > on the above patch. OK, I have updated that in my patch. Technically both variants of the expression achieve the same effect here=20 as there is no problem with evaluating both sides of the OR operation in=20 all cases, but your suggestion might help the readers avoid scratching=20 their heads. Thank you for your review. I will apply the change in due course. Maciej