From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54882 invoked by alias); 9 Jun 2015 02:18:09 -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 54872 invoked by uid 89); 9 Jun 2015 02:18:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qk0-f182.google.com Received: from mail-qk0-f182.google.com (HELO mail-qk0-f182.google.com) (209.85.220.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 09 Jun 2015 02:18:07 +0000 Received: by qkx62 with SMTP id 62so2590555qkx.3 for ; Mon, 08 Jun 2015 19:18:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=EgH2MnTylUnOF19aQOLjMhkpar0ZJd46twoQ28I5S9M=; b=kUBBLdZUOQ4/But542dCJDyuEybwI9Vvmn5DzHi/WO6OuuiqmEVzy20kRRycV7CkaY rjiXrrdAswiQ+SM7VeOgAoOlwBPVDaeZBMZqJrwYGw17s+nz//u7+GHuyA3+gLRrA94W fL1wAjaRKurgwCL2454LJe4KM/XJGv+rwVbUzwyLP1plrMHIpeVQRpf0Ig8DYz/cmxzq fRGrmnFiWdPyPibpfbjSCyeVv1fdK6+PR6QQJU9PqzBRc1nT3hRhj6XdbkX5Or7L5QfX 7jpUQnyPqvm0TWtHt7+FxqnMXlGbvz6Z771KxaHRYfco81D0mZKzycRneAMJQ3kF+glP 5w8Q== X-Gm-Message-State: ALoCoQl6q9k2OElx0rkVSnkVdDakeAOOADroLlDAOlRQ7kbXk++oDJF13dve9lpuROFSzKrvcVbR MIME-Version: 1.0 X-Received: by 10.140.102.180 with SMTP id w49mr22562258qge.82.1433816285687; Mon, 08 Jun 2015 19:18:05 -0700 (PDT) Received: by 10.140.101.67 with HTTP; Mon, 8 Jun 2015 19:18:05 -0700 (PDT) In-Reply-To: <20150602104509.GA30419@arm.com> References: <20150602094230.GA4502@arm.com> <556D87A5.8020808@arm.com> <20150602104509.GA30419@arm.com> Date: Tue, 09 Jun 2015 05:18:00 -0000 Message-ID: Subject: Re: [PATCH, AARCH64] make stdarg functions work with +nofp From: Jim Wilson To: James Greenhalgh Cc: Kyrill Tkachov , "gcc-patches@gcc.gnu.org" , Alan Lawrence Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-06/txt/msg00627.txt.bz2 On Tue, Jun 2, 2015 at 3:45 AM, James Greenhalgh wrote: > On Tue, Jun 02, 2015 at 11:38:29AM +0100, Kyrill Tkachov wrote: >> Hi James, Jim, >> >> On 02/06/15 10:42, James Greenhalgh wrote: >> > On Sat, May 23, 2015 at 12:24:00AM +0100, Jim Wilson wrote: >> >> The compiler currently ICEs when compiling a stdarg function with >> >> +nofp, as reported in PR 66258. I'd like approval to add this patch to the gcc-5 release branch. I got two requests for this in the PR as currently grub won't build with gcc-5.1. I tested the patch on the gcc-5-release branch with a default languages bootstrap and make check on an APM box running Ubuntu. I also verified that the patch fixes my testcase. Jim