From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by sourceware.org (Postfix) with ESMTP id E0CF63887006 for ; Tue, 7 Apr 2020 22:42:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E0CF63887006 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-14-oxZtL3zCNNSSOflSibdP9w-1; Tue, 07 Apr 2020 18:42:43 -0400 X-MC-Unique: oxZtL3zCNNSSOflSibdP9w-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CB75E107ACCA; Tue, 7 Apr 2020 22:42:42 +0000 (UTC) Received: from ovpn-114-204.phx2.redhat.com (ovpn-114-204.phx2.redhat.com [10.3.114.204]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6CBD65E009; Tue, 7 Apr 2020 22:42:41 +0000 (UTC) Message-ID: <43e0ac1c056c0a1adc5b09adf3d4666da4c56532.camel@redhat.com> Subject: Re: [committed] cselib: Fix endless cselib loop on (plus:P (reg) (const_int 0)) From: Jeff Law Reply-To: law@redhat.com To: Joseph Myers , Jakub Jelinek Cc: gcc-patches@gcc.gnu.org Date: Tue, 07 Apr 2020 16:42:41 -0600 In-Reply-To: References: <20200406223313.GV2212@tucnak> Organization: Red Hat User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, 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.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:42:48 -0000 On Tue, 2020-04-07 at 22:35 +0000, Joseph Myers wrote: > This introduces an ICE building glibc for m68k (and the same ICE appears > for microblaze, though I haven't bisected there). See bug 94526. Yea, I've already forwarded Jakub the microblaze testcase. jeff