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 D8DEA3858CD1 for ; Wed, 20 Dec 2023 20:35:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D8DEA3858CD1 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D8DEA3858CD1 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=68.232.137.180 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703104548; cv=none; b=nlSGdawvBboG1da+YQCvwNmtGlXccODImoIVyHfM/ZKsPLQuyt/5a1HqezGjzdXu9JSchGbdjP9y3hUkvHknV5ubS1ci+g1rfL3fc3eRmW7rVRpKu3Yv9FSTRvgLS2ufeG1z9jrg1eppAYBcozyBoYVLmI5cdjmnx4DhjnoiIKI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703104548; c=relaxed/simple; bh=MWEYcNEz9LScPo+2zTChw2T8AvCUUeZk79jHh7sD0Ic=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=s3gt+pmMjZLqR/3RgCR/T69kVyDz1rrAuczBglVe1OC1BfDCE9VrOtAO98d2Wfkys/bHH3gKIi/ul6TM5+kpGbzM0sSnSpLLeioIxwEeFXme56+THGZ61lrMSMwSNqfCwO/mSH1pRHvyM7ykOp/Sog5I3TA21/CHNhNdnIw9p8c= ARC-Authentication-Results: i=1; server2.sourceware.org X-CSE-ConnectionGUID: Q1IhMgXfR32eOZNiDMfQjw== X-CSE-MsgGUID: OpJTFaQ1TLSqN4vnJ0R4zg== X-IronPort-AV: E=Sophos;i="6.04,292,1695715200"; d="scan'208";a="25883688" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 20 Dec 2023 12:35:45 -0800 IronPort-SDR: P922QQZiKpuIbBmkjR/aDQOBcJVjJjd27+TpsnCcf9c4DjGp547xhva4wnIe4Xgpni+GGIzqhk PrH1PC/JC5XDdgYpmXacZmqzhcybkzhvY+gZxWbeAE8mIkj3XJU/Pp8/QdevjuHV/QY7mlWHVY WL8mle5z48e9BoUglSqxoqGsooXHV2U1cMu71P3EKVrNqqwqRmUNsYZF6aEd0ki3ShtbNSkqM6 BFEbzhW1Ha77m/rx6yUs/NlsKcntd3pm32NxQywNn61oD448QTwjOOd+BvJCqiuZI9H/QgU38b kZg= Date: Wed, 20 Dec 2023 20:35:41 +0000 From: Joseph Myers To: Jeff Law CC: Vladimir Makarov , "gcc-patches@gcc.gnu.org" Subject: Re: [pushed][PR112918][LRA]: Fixing IRA ICE on m68k In-Reply-To: <7e297127-85dd-4da1-947d-f4935cb25bc9@gmail.com> Message-ID: <6e332d9-9b54-6669-cec2-ac195b71dad@codesourcery.com> References: <269d021e-7aad-22de-1469-f332abbfede9@redhat.com> <7e297127-85dd-4da1-947d-f4935cb25bc9@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-1152306461-2111580801-1703104541=:343543" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-12.mgc.mentorg.com (139.181.222.12) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3102.6 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: ---1152306461-2111580801-1703104541=:343543 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT On Mon, 18 Dec 2023, Jeff Law wrote: > > > On 12/18/23 15:16, Vladimir Makarov wrote: > > The following patch fixes > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112918 > > > > The patch was successfully bootstrapped and tested on x86-64, aarch64, and > > ppc64. > > > > The patch affects a sensitive part of LRA.  So I will monitor that the > > commit does not create serious failures on other targets. If it happens, I > > probably revert the patch. > I've also spun up my tester with this patch. We should know if there's any > fallout on the cross targets by tomorrow AM. The native emulated targets will > take longer to trickle in. My glibc bot shows ICEs for arc and mips (different ICEs, so I filed two separate bugs). https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113097 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113098 https://sourceware.org/pipermail/libc-testresults/2023q4/012248.html (The reason the bot only shows the mips ICE in nan2008 configurations is probably that those use --with-arch-32=mips32r2 and the other configurations don't, rather than any actual connection to the nan2008 feature itself.) -- Joseph S. Myers joseph@codesourcery.com ---1152306461-2111580801-1703104541=:343543--