From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15901 invoked by alias); 22 Jul 2010 15:04:30 -0000 Received: (qmail 15796 invoked by uid 22791); 22 Jul 2010 15:04:29 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM X-Spam-Check-By: sourceware.org Received: from mail-ww0-f41.google.com (HELO mail-ww0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Jul 2010 15:04:24 +0000 Received: by wwd20 with SMTP id 20so1530576wwd.2 for ; Thu, 22 Jul 2010 08:04:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.30.207 with SMTP id k57mr1981430wea.88.1279811061382; Thu, 22 Jul 2010 08:04:21 -0700 (PDT) Received: by 10.216.80.199 with HTTP; Thu, 22 Jul 2010 08:04:21 -0700 (PDT) In-Reply-To: References: Date: Thu, 22 Jul 2010 15:04:00 -0000 Message-ID: Subject: Re: [PATCH] Add dg-require-linker-plugin From: Richard Guenther To: "H.J. Lu" Cc: Richard Guenther , gcc-patches@gcc.gnu.org, Jan Hubicka Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2010-07/txt/msg01746.txt.bz2 On Thu, Jul 22, 2010 at 4:45 PM, H.J. Lu wrote: > On Thu, Jul 22, 2010 at 7:36 AM, H.J. Lu wrote: >> On Thu, Jul 22, 2010 at 5:52 AM, Richard Guenther wr= ote: >>> >>> This adds dg-require-linker-plugin support to the testsuite. =A0Simple = now, >>> as the lto-plugin is installed into gcc/. =A0I'll add the testcase for >>> PR43373 as an example. =A0Honza - you didn't yet apply the patch to >>> fix the wrong-code issue of gcc.dg/lto/20100715-1_[01].c, so I won't >>> commit that testcase now. >>> >>> Committed. >>> >>> Richard. >>> >>> 2010-07-22 =A0Richard Guenther =A0 >>> >>> =A0 =A0 =A0 =A0* lib/target-supports-dg.exp (dg-require-linker-plugin):= New proc. >> >> This adds dg-require-linker-plugin. >> >> >> >>> Index: gcc/testsuite/gcc.dg/lto/20100722-1_0.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 >>> *** /dev/null =A0 1970-01-01 00:00:00.000000000 +0000 >>> --- gcc/testsuite/gcc.dg/lto/20100722-1_0.c =A0 =A0 2010-07-22 14:36:20= .000000000 +0200 >>> *************** >>> *** 0 **** >>> --- 1,6 ---- >>> + /* { dg-lto-do run } */ >>> + /* { dg-require-lto-plugin "" } */ >> >> This uses dg-require-lto-plugin. Is this a typo? >> > > I checked a fix to replace dg-require-lto-plugin with > dg-require-linker-plugin. Thanks. Richard. > > > -- > H.J. >