From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12014 invoked by alias); 19 Jul 2016 17:02:41 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 11998 invoked by uid 89); 19 Jul 2016 17:02:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:312, pedro, Pedro, H*F:U*palves X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 19 Jul 2016 17:02:40 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D122B63E28; Tue, 19 Jul 2016 17:02:38 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u6JH2bdS000716; Tue, 19 Jul 2016 13:02:38 -0400 Subject: Re: [PATCH] Build gdb.opt/inline-*.exp tests at -O0, rely on __attribute__((always_inline)) To: Thomas Preudhomme References: <1462538104-19109-25-git-send-email-palves@redhat.com> <20144b4c-11ee-fc84-e3ad-b9992f14ce15@redhat.com> <2455620.gRHMPhxaPl@e108577-lin> <1529320.5zxBqYOqLZ@e108577-lin> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: <03658cbe-0f62-4292-0b2e-de4c2ef729bd@redhat.com> Date: Tue, 19 Jul 2016 17:02:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1529320.5zxBqYOqLZ@e108577-lin> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-07/txt/msg00203.txt.bz2 On 07/15/2016 01:05 PM, Thomas Preudhomme wrote: > Hi Pedro, > > What is the status of that patch? Sorry, I've been away for a couple weeks. Seems like no one objected, so I'm putting it in now. Thanks, Pedro Alves