From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18369 invoked by alias); 14 Apr 2011 18:15:05 -0000 Received: (qmail 18272 invoked by uid 22791); 14 Apr 2011 18:15:04 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ey0-f175.google.com (HELO mail-ey0-f175.google.com) (209.85.215.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Apr 2011 18:14:57 +0000 Received: by eye27 with SMTP id 27so602161eye.20 for ; Thu, 14 Apr 2011 11:14:56 -0700 (PDT) Received: by 10.213.98.201 with SMTP id r9mr772350ebn.42.1302804896112; Thu, 14 Apr 2011 11:14:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.27.144 with HTTP; Thu, 14 Apr 2011 11:14:36 -0700 (PDT) In-Reply-To: <4DA72526.6010304@gjlay.de> References: <4DA72526.6010304@gjlay.de> From: Denis Chertykov Date: Thu, 14 Apr 2011 18:31:00 -0000 Message-ID: Subject: Re: [Patch,testsuite,avr]: add -finline-limit=0 to pr41885.c options To: Georg-Johann Lay Cc: gcc-patches@gcc.gnu.org, Anatoly Sokolov , Eric Weddington Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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/msg01113.txt.bz2 2011/4/14 Georg-Johann Lay : > This patchlet adds -finline-limit=3D0 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 =C2=A0Georg-Johann Lay =C2=A0 > > =C2=A0 =C2=A0 =C2=A0 =C2=A0* gcc.target/avr/torture/pr41885.c (dg-options= ): Add > =C2=A0 =C2=A0 =C2=A0 =C2=A0-finline-limit=3D0 > > Index: testsuite/gcc.target/avr/torture/pr41885.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- testsuite/gcc.target/avr/torture/pr41885.c =C2=A0(Revision 172431) > +++ testsuite/gcc.target/avr/torture/pr41885.c =C2=A0(Arbeitskopie) > @@ -1,4 +1,4 @@ > -/* { dg-options "-w -std=3Dc99" } */ > +/* { dg-options "-w -std=3Dc99 -finline-limit=3D0" } */ > =C2=A0/* { dg-do run } */ > > =C2=A0#include > Approved. Denis.