From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10062 invoked by alias); 14 Dec 2009 16:56:37 -0000 Received: (qmail 9637 invoked by uid 48); 14 Dec 2009 16:56:24 -0000 Date: Mon, 14 Dec 2009 16:56:00 -0000 Message-ID: <20091214165624.9636.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/msg01375.txt.bz2 ------- Comment #7 from developer at sandoe-acoustics dot co dot uk 2009-12-14 16:56 ------- Created an attachment (id=19292) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19292&action=view) changes to recognize correctly which ObjC runtime is in use this (a) tracks the -fgnu-runtime/-fnext-runtime flags to detect which is in force. The libobjc-gnu is added and also made available as a %s spec substitution. The gnu-includes are added when the gnu runtime is in use. %s spec substitution is also catered for for the stdc++-v3 library -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42348