From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12254 invoked by alias); 14 Dec 2009 16:59:19 -0000 Received: (qmail 12115 invoked by uid 48); 14 Dec 2009 16:59:09 -0000 Date: Mon, 14 Dec 2009 16:59:00 -0000 Message-ID: <20091214165909.12114.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/42348] Syntax of dg-skip-if in two obj-c++ tests In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "developer at sandoe-acoustics dot co dot uk" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-12/txt/msg01377.txt.bz2 ------- Comment #8 from developer at sandoe-acoustics dot co dot uk 2009-12-14 16:59 ------- with the patches above; testsuite/obj-c++.dg/const-str-9.mm should have: /* { dg-do compile { target *-*-darwin* } } */ /* { dg-skip-if "" { *-*-darwin* } { "-fgnu-runtime" } { "" } } */ /* { dg-skip-if "" { *-*-darwin* && { lp64 && { ! objc2 } } } { "*" } { "" } } */ testsuite/obj-c++.dg/template-4.mm /* { dg-do run } */ /* { dg-skip-if "" { *-*-darwin* && { lp64 && { ! objc2 } } } { "*" } { "-fgnu-runtime" } } */ In fact, arguably all the ObjC/ObjC++ tests should have something along these lines - it should reduce clutter until OBJC2 support is available in FSF gcc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42348