From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id DEA9C3858D32 for ; Mon, 13 Mar 2023 12:59:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DEA9C3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.98,257,1673942400"; d="scan'208";a="99810686" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 13 Mar 2023 04:59:21 -0800 IronPort-SDR: C95R+Q6qqLRSVNkx8T0A6KyKQnx9Y/8rTKpaKma1jpLaTpk6Be/mYefzE1AeUHReOvgG5j389r W85Rk1TqeyBsRsLn9qR8lrO7xFBRgwoUqCthEiY/AD3PbSrCgI3t8bLwrKKiDXDeTmhBjcaOJm oshkfG8vpyqQfRKM/jI7pf1hTfnmWywUa1jdTZUlw8v0kVxq23iJWXHrFXszc568p/FqP4gGDh 949EpxAuMCWGjf0ovwRYPCphACgPdO5m45sTfljKLGZPFAcIg2h/OLmSyWSsmquWK1r4S5Rx9t yik= Message-ID: <88afa5d1-525c-dcbf-4882-c3b8b6376583@codesourcery.com> Date: Mon, 13 Mar 2023 12:59:17 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [Patch] gcn/mkoffload.cc: Pass -save-temps on for the hsaco step To: Tobias Burnus , gcc-patches References: <41a0d8cc-f505-7ffd-ccbb-da39e2cb38e0@codesourcery.com> Content-Language: en-GB From: Andrew Stubbs In-Reply-To: <41a0d8cc-f505-7ffd-ccbb-da39e2cb38e0@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,NICE_REPLY_A,SPF_HELO_PASS,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 13/03/2023 12:25, Tobias Burnus wrote: > Found when comparing '-v -Wl,-v' output as despite -save-temps multiple > runs > yielded differed results. > > Fixed as attached. > OK for mainline? OK. Andrew