From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22766 invoked by alias); 15 Apr 2011 11:37:27 -0000 Received: (qmail 22758 invoked by uid 22791); 15 Apr 2011 11:37:27 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mo-p00-ob.rzone.de (HELO mo-p00-ob.rzone.de) (81.169.146.162) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Apr 2011 11:37:20 +0000 X-RZG-AUTH: :LXoWVUeid/7A29J/hMvvT2k715jHQaJercGObUOFkj18odoYNahU4Q== X-RZG-CLASS-ID: mo00 Received: from [192.168.0.22] (business-188-111-022-002.static.arcor-ip.net [188.111.22.2]) by post.strato.de (fruni mo7) (RZmta 25.14) with ESMTPA id 600057n3FAXanm ; Fri, 15 Apr 2011 13:37:15 +0200 (MEST) Message-ID: <4DA82DE7.3020508@gjlay.de> Date: Fri, 15 Apr 2011 11:52:00 -0000 From: Georg-Johann Lay User-Agent: Thunderbird 2.0.0.24 (X11/20100302) MIME-Version: 1.0 To: Richard Guenther CC: Denis Chertykov , gcc-patches@gcc.gnu.org Subject: Re: [Patch,testsuite,avr]: add -finline-limit=0 to pr41885.c options References: <4DA72526.6010304@gjlay.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-04/txt/msg01169.txt.bz2 Richard Guenther schrieb: > On Thu, Apr 14, 2011 at 8:14 PM, Denis Chertykov wrote: >> 2011/4/14 Georg-Johann Lay : >>> This patchlet adds -finline-limit=0 to dg-options in >>> >>> testsuite/gcc.target/avr/torture/pr41885.c >>> >>> because otherwise optimizers will fold all tests and actually no test >>> function is called when optimization is on. The test case still passes >>> all tests. >>> >>> >>> testsuite/ >>> 2011-04-14 Georg-Johann Lay >>> >>> * gcc.target/avr/torture/pr41885.c (dg-options): Add >>> -finline-limit=0 > > Please use -fno-inline instead. > > Richard. Ok, changed it: http://gcc.gnu.org/viewcvs?view=revision&revision=172487 Johann