From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3017 invoked by alias); 6 Sep 2011 14:22:25 -0000 Received: (qmail 3004 invoked by uid 22791); 6 Sep 2011 14:22:22 -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-qy0-f175.google.com (HELO mail-qy0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Sep 2011 14:22:07 +0000 Received: by qyk4 with SMTP id 4so475990qyk.20 for ; Tue, 06 Sep 2011 07:22:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.221.132 with SMTP id ic4mr1700749qcb.194.1315318926297; Tue, 06 Sep 2011 07:22:06 -0700 (PDT) Received: by 10.229.97.75 with HTTP; Tue, 6 Sep 2011 07:22:06 -0700 (PDT) In-Reply-To: <2950715866004049A240A2F9BB410E7315F23D3496@azsmsx502.amr.corp.intel.com> References: <2950715866004049A240A2F9BB410E7315F23D3496@azsmsx502.amr.corp.intel.com> Date: Tue, 06 Sep 2011 14:22:00 -0000 Message-ID: Subject: Re: [Patch][Cilkplus branch] Adding include directory path to testsuite script From: "H.J. Lu" To: "Iyer, Balaji V" Cc: "gcc-patches@gcc.gnu.org" 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: 2011-09/txt/msg00396.txt.bz2 On Mon, Sep 5, 2011 at 9:52 PM, Iyer, Balaji V wr= ote: > Hello Everyone, > =A0 =A0 =A0 =A0This patch is for the Cilk Plus branch. It will add the in= clude directory path it the testsuite script (cilk_plus.exp) in both gcc.dg= /cilk-plus and g++.dg/cilk-plus directories. > > Thanking You, > ChangeLog entries are missing. --=20 H.J.