From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 464 invoked by alias); 14 Apr 2011 16:47:51 -0000 Received: (qmail 451 invoked by uid 22791); 14 Apr 2011 16:47:50 -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; Thu, 14 Apr 2011 16:47:44 +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 (klopstock mo53) (RZmta 25.14) with ESMTPA id 2029e3n3EG0BBP ; Thu, 14 Apr 2011 18:47:34 +0200 (MEST) Message-ID: <4DA72526.6010304@gjlay.de> Date: Thu, 14 Apr 2011 16:47:00 -0000 From: Georg-Johann Lay User-Agent: Thunderbird 2.0.0.24 (X11/20100302) MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org CC: Denis Chertykov , Anatoly Sokolov , Eric Weddington Subject: [Patch,testsuite,avr]: add -finline-limit=0 to pr41885.c options Content-Type: text/plain; charset=UTF-8 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/msg01102.txt.bz2 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 Index: testsuite/gcc.target/avr/torture/pr41885.c =================================================================== --- testsuite/gcc.target/avr/torture/pr41885.c (Revision 172431) +++ testsuite/gcc.target/avr/torture/pr41885.c (Arbeitskopie) @@ -1,4 +1,4 @@ -/* { dg-options "-w -std=c99" } */ +/* { dg-options "-w -std=c99 -finline-limit=0" } */ /* { dg-do run } */ #include