From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by sourceware.org (Postfix) with ESMTPS id E8BDB3858D1E for ; Fri, 15 Sep 2023 12:04:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E8BDB3858D1E 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 (m0369458.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.22/8.17.1.22) with ESMTP id 38F78iux000978; Fri, 15 Sep 2023 14:04:53 +0200 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=BplSWn3qaCockZZPEfsN1LNBq5ZJsXGdr0VnzrKVl4U=; b=jq /v776uEkD2KRyCxFGXMvIf3DPwgQS5NxxDn11EHK250Ullf7MV269ifiideE9A9p W5iKz8hWH+1Yms6E5nocRQ9qvRVKrkG36yek8HXjrMQWUKn/POxiVtz6swCqc7xj JOaKiMAnvCJ6LYKIBkmQHHrEggOBqM6iwIIuZ3gQTsUZJKcA/zGv92Zpfl5zwfde wpdf0aTkZC9GpJ0Zuhm63NH/e+a8jG+/nAcBkD0U9dNTjMn0NXWxbrA9Vv5YzW5I ft6wfrP9+aoLxAi94oUiombaGRND8gEUgNlOmwSNbwTztKM2vlOwxoYmvnesMTw1 l/gHY2Hp3uzhO69IyDBg== 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 3t2y7kmxy3-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 15 Sep 2023 14:04:52 +0200 (MEST) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 51FDC10004B; Fri, 15 Sep 2023 14:04:52 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 4AEB222A6E0; Fri, 15 Sep 2023 14:04:52 +0200 (CEST) Received: from [10.252.1.152] (10.252.1.152) 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.2507.27; Fri, 15 Sep 2023 14:04:51 +0200 Message-ID: <89291044-c1ca-9025-98f0-1e03a1c00f1a@foss.st.com> Date: Fri, 15 Sep 2023 14:04:51 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: GDB13 fails to build on MacOS using supplied GNU Bison 2.3 Content-Language: en-US To: Tom Tromey CC: References: <0badf084-d0b7-54bb-aec6-b79f29ad191d@foss.st.com> <87jztbpccn.fsf@tromey.com> <0007c884-16a1-2fe3-e574-d9fe5c944c83@foss.st.com> <87bkenoxvf.fsf@tromey.com> <875y4uoxl6.fsf@tromey.com> <87led8zbiy.fsf@tromey.com> From: Torbjorn SVENSSON In-Reply-To: <87led8zbiy.fsf@tromey.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.252.1.152] X-ClientProxiedBy: SHFCAS1NODE2.st.com (10.75.129.73) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.980,Hydra:6.0.601,FMLib:17.11.176.26 definitions=2023-09-15_08,2023-09-14_01,2023-05-22_02 X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2023-09-14 23:32, Tom Tromey wrote: >> What type of tests did you have in mind when you, in a previous mail >> in the same thread, wrote: > >> If the appended works for you (be sure to run some tests), I can check >> it in. > >> Is it sufficient with a simple C project and a simple C++ project (my >> example was using std::vector to get some namespace and template >> expansion) built for arm-none-eabi? Those 2 projects appears to work >> as expected anyway. > > Yes, that's plenty, thank you. > I'll check the patch in soon. > > Tom Let me know if you want me to push the patch (with you as co-author).