From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5844 invoked by alias); 15 Oct 2002 14:45:54 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 5820 invoked from network); 15 Oct 2002 14:45:52 -0000 Received: from unknown (HELO caip.rutgers.edu) (128.6.236.10) by sources.redhat.com with SMTP; 15 Oct 2002 14:45:52 -0000 Received: (from ghazi@localhost) by caip.rutgers.edu (8.9.3/8.9.3) id KAA09711 for gcc@gcc.gnu.org; Tue, 15 Oct 2002 10:39:17 -0400 (EDT) Date: Tue, 15 Oct 2002 09:00:00 -0000 From: "Kaveh R. Ghazi" Message-Id: <200210151439.KAA09711@caip.rutgers.edu> To: gcc@gcc.gnu.org Subject: Specifying dg-do based on the target ? X-SW-Source: 2002-10/txt/msg00821.txt.bz2 Does anyone know how to change dg-do in the gcc.dg test directory based on the target? I've tried e.g.: /* { dg-do run } */ /* { dg-do assemble { target mips*-*-irix* } } */ in an attempt to get one behavior by default and another on a particular target but it doesn't work. The testsuite only ever takes into account one of these commands (the first one it sees I think.) I'm using ftp://gcc.gnu.org/pub/gcc/infrastructure/dejagnu-20010126.tar.gz in case that matters. Is there some other syntax I should be using? Thanks, --Kaveh -- Kaveh R. Ghazi ghazi@caip.rutgers.edu