From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by sourceware.org (Postfix) with ESMTPS id DABEC3858407 for ; Mon, 7 Nov 2022 16:37:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DABEC3858407 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wm1-x333.google.com with SMTP id t1so7230891wmi.4 for ; Mon, 07 Nov 2022 08:37:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=7nn44MO//bwy3/KqU65aw3O7JKEPxa17NfiAsDcmYbg=; b=WYK9KaxJxsdqoVBansKMbny5IRmg2cfT1yFnNENxq0KtK7Z7vqaoJR1p2Oo0LGJcPP AWyPv9Y9rF+pb9Z3LOaR/kQcsx9gsn3TvssyFbSrz7aIS0WjgAH7xktmKytP/Z/MZ/50 MRbd7h1Cww7yPYjPv/IELkdoLNxaMGjqIH71yc/DaYFF2mtraPvCEvrr4MgzMGS1/J5P R1FTHyAKVhO5uuGG4+BWGgUYXhvLEWpQu5B/1fX57WQlHcs59flv0rMXpz4Al8i3JhRt IiECSC187JO9ugsP5E6ZRBT9wr3mYla8kNoruVt+08/OFX9fE2T1KWg7IE2KFJmrUyqH 5D8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=7nn44MO//bwy3/KqU65aw3O7JKEPxa17NfiAsDcmYbg=; b=TNqnChimKRwPFZVGo8hEULWHGv/C74nxnnIiCLtSZk5C6VB26610V33A4st9o4GNyw 0qM7sswYoqI2+WS5dqBACMBitsP/ifVghU+Eyzc/ko23Vmews+BI7F/I8YX7QtQEWGVi 6pkb+1Bqo1pOfGtY1oyVAVIe7rABU3klfjiQ4aVEZfJ+y6XE7lpLGonaGiDDr8dRvU4j zWiWSrKofG3ZB+OEtNBfVsLz1/vxXJnauOxNGMd7agFrEv4l3FpWIHY8YsMk1qfq7Gsa te1nPoTM4RMDVAL38YDbkU4bZ+QaOGMk6ptJG+gmj9KkLv+/58qgfT8taQ+ELUsC1kmH oQrQ== X-Gm-Message-State: ACrzQf2hACNIkLT2nwRhGLLfeA2y8y/tY1zKIjd1Jqe/uQYrE7dQaLP6 +4aUMWfTFcrf5EuYbEQaIjxUww== X-Google-Smtp-Source: AMsMyM7mg6QvVQkrA8H6yM67wbapJkZ46RsoBFhR+8zZj9ubnJcyc+bYJG2mVbsQq27+uRH4VjoVow== X-Received: by 2002:a05:600c:746:b0:3cf:705c:d8d9 with SMTP id j6-20020a05600c074600b003cf705cd8d9mr29871393wmn.42.1667839021758; Mon, 07 Nov 2022 08:37:01 -0800 (PST) Received: from fomalhaut.localnet ([2a01:e0a:8d5:d990:e654:e8ff:fe8f:2ce6]) by smtp.gmail.com with ESMTPSA id g17-20020a5d46d1000000b0022efc4322a9sm7745717wrs.10.2022.11.07.08.37.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Nov 2022 08:37:01 -0800 (PST) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: Jeff Law Cc: Richard Purdie , gcc-patches@gcc.gnu.org Subject: Re: [PATCH 1/2] gcc/file-prefix-map: Allow remapping of relative paths Date: Mon, 07 Nov 2022 17:36:58 +0100 Message-ID: <2122431.irdbgypaU6@fomalhaut> In-Reply-To: <05c6efad-c842-a2f7-4f4e-9a415e3034db@gmail.com> References: <20220817121534.1825108-1-richard.purdie@linuxfoundation.org> <5618710.DvuYhMxLoT@fomalhaut> <05c6efad-c842-a2f7-4f4e-9a415e3034db@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,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: > Eric, can you push the approved fix for this issue (look for a message > from Richard P day or two back, approved by Richi)? I'm dealing with a > medical issue and heading offline again momentarily. Sure, done. -- Eric Botcazou