From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123666 invoked by alias); 19 Jun 2019 12:16:49 -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 123648 invoked by uid 89); 19 Jun 2019 12:16:48 -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=consequently, H*i:sk:alpine., HX-Envelope-From:prvs X-HELO: esa6.hgst.iphmx.com Received: from esa6.hgst.iphmx.com (HELO esa6.hgst.iphmx.com) (216.71.154.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Jun 2019 12:16:47 +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=1560946608; x=1592482608; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=8VyHoZ8yAsP1pMMqJ+qugAufuRhK5wPr7b9LFpS4+G8=; b=d1QKu38GXwOwUP4QAquD2lmMAQ+ZUhwaLzoTk/1Vh9BQ5xariiUNgobJ 0noEdjEsETJ726Lrrs2yNTWkW8uWho/XvTgAwRhbUmMjsEhHOYNlrFq3B XDQzkCTKJiAEBVozMryemt5Rf5K0GRM/tKDsNH5uyRtIq2L6bYu/i9u3V U6NBAYhPY5ojFjrTsyIDsxefS+xW13xdY/YMmnPtcF1deQVBXieZgZZsf hHrUmdrc4BJ19Wqn16/mNTSjIcf1QCnrNFL6IAskaYcJnndQGkVXmcAf7 fPc819TjbVnhwpHEmQJd1f2bebR248tnMaMPa0Vwt3OPBDjvlHNkjcK2K w==; Received: from mail-co1nam05lp2059.outbound.protection.outlook.com (HELO NAM05-CO1-obe.outbound.protection.outlook.com) ([104.47.48.59]) by ob1.hgst.iphmx.com with ESMTP; 19 Jun 2019 20:16:46 +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=wdOF9lef0E4Lv3EvB1wvdGQ7F7fFRdHOxFd7dmvougM=; b=cp0hDGEkAOXiGxRgxYaDGQKUVU5pLaoTxP/8Zc/F3PUDiBbg5gk3ItytUPuAZSP+Yy/lrmvInwu04Z5gS+KhfG+Pz4Gkxyuj51fO2jmbWGeA21TQuPvLJ/Ob6hd/zILNOlYwnV1oNuZ7mL9AAu9fvp4d53LVgLiUiSFavwZuqbo= Received: from BYAPR04MB4502.namprd04.prod.outlook.com (52.135.238.11) by BYAPR04MB3944.namprd04.prod.outlook.com (52.135.215.19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1987.13; Wed, 19 Jun 2019 12:16:44 +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; Wed, 19 Jun 2019 12:16:44 +0000 From: Maciej Rozycki To: "gcc-patches@gcc.gnu.org" , "dejagnu@gnu.org" CC: Arnaud Charlet , Eric Botcazou , Pierre-Marie de Rodat Subject: [PING][PATCH 0/3] GNAT test suite fixes for build sysroot Date: Wed, 19 Jun 2019 12:16:00 -0000 Message-ID: References: In-Reply-To: authentication-results: spf=none (sender IP is ) smtp.mailfrom=macro@wdc.com; x-ms-exchange-purlcount: 3 wdcipoutbound: EOP-TRUE x-ms-oob-tlc-oobclassifiers: OLM:7219; x-ms-exchange-senderadcheck: 1 Content-Type: text/plain; charset="us-ascii" Content-ID: <412D5D3CDDAD194AB9EEA82EDA07DC00@namprd04.prod.outlook.com> 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/msg01127.txt.bz2 On Tue, 14 May 2019, Maciej W. Rozycki wrote: > In the course of setting up GCC regression testing for the RISC-V target= =20 > I have discovered that the GNAT test suite does not correctly respond to= =20 > the test environment settings passed from the test harness in my setup an= d=20 > consequently no test case works correctly. Ping for: Maciej