From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by sourceware.org (Postfix) with ESMTPS id 432D03858C56 for ; Wed, 2 Nov 2022 18:16:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 432D03858C56 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=foss.st.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=foss.st.com Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2A2EAtTT024848; Wed, 2 Nov 2022 19:16:57 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=AnHdpiedouljhx2Q835cyr+my48UgFWGdzlb5S4clXs=; b=OfFmbimWiST3nW2saRwveVmxFCqtYlXiRFfgoG1O7e9Qz2ZE2JcKVMVp2o3Zw+90dHPv /VZDrUOdadO5kDXXFdhgVsCa7PSDciIr08RiZ2+Ljfy8f59SPSK/OH6THbGGsqAxYDHe dJVcE0uz8mfPosMz6Lk5X5Ntsgrq9OPc0d9Dhjhsk5TMLkx1xw5ZUCwT7vZKiUeghjcY vYbyq7JV5Uu0VHqdYf5zscG/ryUd8bIkzloRvOXrIpNAskTNL0YmdSdFFX10ozk0MLox Qbq7cELj6cJZN0ap33+SJ8q249UC7MkUfKwgVux1BsbzLagoegg8aHHXUBFY9u86mJD8 BQ== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3kkp4eua75-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 02 Nov 2022 19:16:57 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 6299F100038; Wed, 2 Nov 2022 19:16:52 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 5EC69233C69; Wed, 2 Nov 2022 19:16:52 +0100 (CET) Received: from [10.252.13.210] (10.252.13.210) by SHFDAG1NODE3.st.com (10.75.129.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Wed, 2 Nov 2022 19:16:49 +0100 Message-ID: Date: Wed, 2 Nov 2022 19:16:48 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: PING^1 [PATCH] testsuite: Windows paths use \ and not / Content-Language: en-US To: CC: , References: <20221025151512.1791109-1-torbjorn.svensson@foss.st.com> From: Torbjorn SVENSSON In-Reply-To: <20221025151512.1791109-1-torbjorn.svensson@foss.st.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.252.13.210] X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-11-02_14,2022-11-02_01,2022-06-22_01 X-Spam-Status: No, score=-11.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,GIT_PATCH_0,KAM_SHORT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, Ping, https://gcc.gnu.org/pipermail/gcc-patches/2022-October/604312.html Ok for trunk? Kind regards, Torbjörn On 2022-10-25 17:15, Torbjörn SVENSSON wrote: > Without this patch, the following error is reported on Windows: > > In file included from t:\build\arm-none-eabi\include\c++\11.3.1\string:54, > from t:\build\arm-none-eabi\include\c++\11.3.1\bits\locale_classes.h:40, > from t:\build\arm-none-eabi\include\c++\11.3.1\bits\ios_base.h:41, > from t:\build\arm-none-eabi\include\c++\11.3.1\ios:42, > from t:\build\arm-none-eabi\include\c++\11.3.1\ostream:38, > from t:\build\arm-none-eabi\include\c++\11.3.1\iostream:39: > t:\build\arm-none-eabi\include\c++\11.3.1\bits\range_access.h:36:10: note: include 't:\build\arm-none-eabi\include\c++\11.3.1\initializer_list' translated to import > arm-none-eabi-g++.exe: warning: .../gcc/testsuite/g++.dg/modules/pr99023_b.X: linker input file unused because linking not done > FAIL: g++.dg/modules/pr99023_b.X -std=c++2a dg-regexp 6 not found: "[^\n]*: note: include '[^\n]*/initializer_list' translated to import\n" > > gcc/testsuite/ChangeLog: > > * g++.dg/modules/pr99023_b.X: Match Windows paths too. > > Co-Authored-By: Yvan ROUX > Signed-off-by: Torbjörn SVENSSON > --- > gcc/testsuite/g++.dg/modules/pr99023_b.X | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/testsuite/g++.dg/modules/pr99023_b.X b/gcc/testsuite/g++.dg/modules/pr99023_b.X > index 3d82f34868b..ca5f32e5bcc 100644 > --- a/gcc/testsuite/g++.dg/modules/pr99023_b.X > +++ b/gcc/testsuite/g++.dg/modules/pr99023_b.X > @@ -3,5 +3,5 @@ > > // { dg-prune-output {linker input file unused} } > > -// { dg-regexp {[^\n]*: note: include '[^\n]*/initializer_list' translated to import\n} } > +// { dg-regexp {[^\n]*: note: include '[^\n]*[/\\]initializer_list' translated to import\n} } > NO DO NOT COMPILE