From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4228 invoked by alias); 23 Jan 2013 22:53:17 -0000 Received: (qmail 4220 invoked by uid 22791); 23 Jan 2013 22:53:16 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Jan 2013 22:53:09 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 3010D29000C; Wed, 23 Jan 2013 23:53:18 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88Okb1tEZklm; Wed, 23 Jan 2013 23:53:18 +0100 (CET) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id EE735290009; Wed, 23 Jan 2013 23:53:17 +0100 (CET) From: Eric Botcazou To: janisjo@codesourcery.com Cc: gcc-patches@gcc.gnu.org Subject: Re: testsuite] clean up convoluted dg-final directive in vect-multitypes-12.c Date: Wed, 23 Jan 2013 22:53:00 -0000 Message-ID: <2987551.qUaChJ0c29@polaris> User-Agent: KMail/4.7.2 (Linux/3.1.10-1.16-desktop; KDE/4.7.2; x86_64; ; ) In-Reply-To: <50F980CE.6030609@mentor.com> References: <50F980CE.6030609@mentor.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: 2013-01/txt/msg01181.txt.bz2 > Test gcc.dg/vect/vect-multitypes uses Tcl conditions within a dg-final > directive, which is something that DejaGnu handles but we strive not to > do. It's now possible to use supported constructs to get the same > result, so I've cleaned up the test and checked it in as obvious. I'm > fixing this particular test because I want to add an xfail but want to > keep that change separate from the cleanup. Something doesn't work anymore for SPARC though: ERROR: gcc.dg/vect/vect-multitypes-12.c: error executing dg-final: bad index "18-1": must be integer or end?-integer? UNRESOLVED: gcc.dg/vect/vect-multitypes-12.c: error executing dg-final: bad index "18-1": must be integer or end?-integer? ERROR: gcc.dg/vect/vect-multitypes-12.c -flto: error executing dg-final: bad index "18-1": must be integer or end?-integer? UNRESOLVED: gcc.dg/vect/vect-multitypes-12.c -flto: error executing dg-final: bad index "18-1": must be integer or end?-integer? -- Eric Botcazou