From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11085 invoked by alias); 2 Sep 2014 08:37:14 -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 11018 invoked by uid 89); 2 Sep 2014 08:37:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f54.google.com Received: from mail-la0-f54.google.com (HELO mail-la0-f54.google.com) (209.85.215.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 02 Sep 2014 08:37:13 +0000 Received: by mail-la0-f54.google.com with SMTP id b17so7353376lan.13 for ; Tue, 02 Sep 2014 01:37:09 -0700 (PDT) X-Received: by 10.112.166.2 with SMTP id zc2mr930366lbb.98.1409647029519; Tue, 02 Sep 2014 01:37:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.81.193 with HTTP; Tue, 2 Sep 2014 01:36:29 -0700 (PDT) In-Reply-To: References: <1409641427-29875-1-git-send-email-andi@firstfloor.org> <20140902072019.GX4120@two.firstfloor.org> From: Steven Bosscher Date: Tue, 02 Sep 2014 08:37:00 -0000 Message-ID: Subject: Re: [PATCH] Force rtl templates to be inlined To: Andrew Pinski Cc: Andi Kleen , GCC Patches , Andi Kleen , David Malcolm Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00104.txt.bz2 On Tue, Sep 2, 2014 at 9:22 AM, Andrew Pinski wrote: > On Tue, Sep 2, 2014 at 12:20 AM, Andi Kleen wrote: >> >>> there have been bugs in the past in the area of always_inline too. >> >> You're arguing for my patch. It would find those bugs. > > > No I am arguing against it since the older versions of GCC we cannot change. Should such bugs turn up, we can account for them in ansidecl.h. I think Andi's patch should go in. Ciao! Steven