From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 4F5863877034 for ; Tue, 7 Apr 2020 22:35:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4F5863877034 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: N+FMqrcYwRhP4anwMFsO+UXSmvObrHR4icEce0P2/2SD28en/xfEUVOEX7hPGGNiNJ8TwPu+pI aymHw27CD3WYaq4P9GHMVQzkK7A8/Lw6gV1hnrG4qmUniW3a8yI0XN9nTw7iCShbHrSAYeN45j K+WZNBodmMPNhsZB80fPZRta7PgRnyyyBbPj9KZYy9kI36wiKsq9y4CHhKSWDgRXbRMnOpCkcD RHf0zhFRJ1uRHVixMDbc6u82TfcGe/tMM17D4ozL7OArXF9utvaFB0dqxuDDKLOZQ7zICedIXF 9XI= X-IronPort-AV: E=Sophos;i="5.72,356,1580803200"; d="scan'208";a="47589255" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 07 Apr 2020 14:35:58 -0800 IronPort-SDR: ambaTF7mdIIiRyRbjA9/qizelambYIqkijReOctTo7EfdQ2TvVqS9xCYVCInYpYo9eakfHlGnk guJFkcEbTqPH9EmzoPldPTzS1PJnuMFWXluLl4SeWL1zzPk+TUPf8sGV/FAngzpir4DMXD1yrI zV5EtVaTvi1FyumA7c0g0JR5WbNHbf42CvgPhATB/4kZCu6adVflZo63CUHH0rPUm54xCGz5iW wDSJjQ2Y4AhAmQ30Rp3Ba2qFQ9lrLS/6gpJ2Q6dwyTfualLDvNj7pLBHH2n/67hE0l11b4GO/o IuE= Date: Tue, 7 Apr 2020 22:35:52 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Jakub Jelinek CC: Jeff Law , Subject: Re: [committed] cselib: Fix endless cselib loop on (plus:P (reg) (const_int 0)) In-Reply-To: <20200406223313.GV2212@tucnak> Message-ID: References: <20200406223313.GV2212@tucnak> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) X-Spam-Status: No, score=-8.5 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2020 22:36:00 -0000 This introduces an ICE building glibc for m68k (and the same ICE appears for microblaze, though I haven't bisected there). See bug 94526. -- Joseph S. Myers joseph@codesourcery.com