From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19080 invoked by alias); 19 Mar 2012 15:46:33 -0000 Received: (qmail 19072 invoked by uid 22791); 19 Mar 2012 15:46:32 -0000 X-SWARE-Spam-Status: No, hits=-2.5 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-lb0-f175.google.com (HELO mail-lb0-f175.google.com) (209.85.217.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Mar 2012 15:46:10 +0000 Received: by lbbgi4 with SMTP id gi4so3694376lbb.20 for ; Mon, 19 Mar 2012 08:46:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.104.37 with SMTP id gb5mr4757138lbb.97.1332171969119; Mon, 19 Mar 2012 08:46:09 -0700 (PDT) Received: by 10.112.20.3 with HTTP; Mon, 19 Mar 2012 08:46:09 -0700 (PDT) In-Reply-To: <39087.10.0.66.17.1332171027.squirrel@interact.purplecow.org> References: <39087.10.0.66.17.1332171027.squirrel@interact.purplecow.org> Date: Mon, 19 Mar 2012 15:46:00 -0000 Message-ID: Subject: Re: gcc-4.6.3 ICE From: Jonathan Wakely To: dclarke@blastwave.org Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2012-03/txt/msg00286.txt.bz2 On 19 March 2012 15:30, Dennis Clarke wrote: > >> >> I think you should be able to do something like: >> >> make check RUNTESTFLAGS=compile.exp=gcc.c-torture/compile/limits-exprparen.c >> > > Thank you for the quick reply. > > Hrmmmm, tried that and didn't get very far probably because the > srcdir is at ../gcc-4.6.3 I don't think that's the problem. Maybe you need make check RUNTESTFLAGS=compile.exp=limits-exprparen.c or make check RUNTESTFLAGS=compile.exp=*/limits-exprparen.c or some other variation on that theme.