From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19944 invoked by alias); 10 Aug 2019 16:15:52 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 18789 invoked by uid 89); 10 Aug 2019 16:15:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HTo:U*john, our X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 10 Aug 2019 16:15:31 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x7AGFG2N032494; Sat, 10 Aug 2019 11:15:17 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id x7AGFFhU032493; Sat, 10 Aug 2019 11:15:15 -0500 Date: Sat, 10 Aug 2019 16:15:00 -0000 From: Segher Boessenkool To: John Darrington Cc: Jeff Law , Paul Koning , Vladimir Makarov , gcc@gcc.gnu.org Subject: Re: Indirect memory addresses vs. lra Message-ID: <20190810161515.GR31406@gate.crashing.org> References: <20190804191822.x4hwnfcyplnto3xc@jocasta.intra> <2B3A4EAB-D69E-4714-8FC4-C25E36B07BFF@comcast.net> <20190808172102.GH31406@gate.crashing.org> <2EEBCFAE-FF25-4664-AA5F-B3299CEA3CB1@comcast.net> <20190808191914.GK31406@gate.crashing.org> <20190809081439.baoyu3ii5i2qfbzt@jocasta.intra> <20190809141644.GM31406@gate.crashing.org> <20190810061027.cbrxae6asncx6lzr@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190810061027.cbrxae6asncx6lzr@jocasta.intra> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00080.txt.bz2 On Sat, Aug 10, 2019 at 08:10:27AM +0200, John Darrington wrote: > On Fri, Aug 09, 2019 at 09:16:44AM -0500, Segher Boessenkool wrote: > > Is your code in some branch in our git? > > No. But it could be pushed there if people think it would be > appropriate to do so, and if I'm given the permissions to do so. > > Or in some other public git? > > It's in my repo on gcc135 ~jmd/gcc-s12z (branch s12z) That will work fine, for me at least. > Do you have a representative testcase? > > I think gcc/testsuite/gcc.c-torture/compile/pr53410-2.c is as > representative as any. Okido, thanks! Segher