From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65459 invoked by alias); 3 Sep 2019 15:43:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 65451 invoked by uid 89); 3 Sep 2019 15:43:46 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.5 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: esa4.mentor.iphmx.com Received: from esa4.mentor.iphmx.com (HELO esa4.mentor.iphmx.com) (68.232.137.252) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Sep 2019 15:43:45 +0000 IronPort-SDR: WVR6HFS2z1T9p8wkfzB6cbGbZ546AawRLzH57BrZDsubkN8PzJADJF+jBBQQ5ff36Ry+G2ZOrq xPM5f3zFFBB5fn1Sx9vhyOS5zEAlxqHrwHpIqr5scioqv7Fo7t1bk8Hp32moDlA0B4lhVeFWr+ 24Rb7TQJIEcQ3hZNON8iUlmu3gkXVk0KHaNmban7o/LwLWXhxgK7BvQGQFZb7b1GKGKjdksjnu PBg7wtYB1OdWG4Td4DdDfiQDi0MdYH5pPOeLt77FC+oYpErdIVCFWbuMuHygGxCWjEX2xwwsWH e5M= Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 03 Sep 2019 07:43:44 -0800 IronPort-SDR: NXzogYIINkEzQYuHWKpJJH1jbnA1mmt2xVRN5Kn/fXbtvpxEgJA9Az427D/FZTzh34GyvUHaPf jh+AbMajTrdewolhNX4tZ2+88Tk6ddnm7sFLdwhjSwPYqOBDNT+LFiajjb7OBijiaTpArG7DeP OgFkbxvWZx8XIgUJQcx0u89oX4GZvOuXPLKDSMdapAiJ2tcaxijr0g4wOYpwWUebMyg72EUycd I3/dP2QxpsWX/h+mS//sgoAMiValSXJdzWskPylobyU6XskQTknc16X4esSDJUtABJ/oHxEZSf QAY= Subject: Re: [PATCH 02/25] Propagate address spaces to builtins. To: Kyrill Tkachov , "gcc-patches@gcc.gnu.org" , References: From: Andrew Stubbs Message-ID: Date: Tue, 03 Sep 2019 15:43:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-Path: ams@codesourcery.com X-SW-Source: 2019-09/txt/msg00131.txt.bz2 On 03/09/2019 15:01, Kyrill Tkachov wrote: > Sorry for responding to this so late. I'm testing a rebased version of > Richard's OOL atomic patches [1] and am hitting an ICE building the > -mabi=ilp32 libgfortran multilib for aarch64-none-elf: I thought Andreas already fixed ILP32. https://gcc.gnu.org/ml/gcc-patches/2018-09/msg01439.html Andrew