From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14889 invoked by alias); 8 Oct 2012 12:28:48 -0000 Received: (qmail 14871 invoked by uid 22791); 8 Oct 2012 12:28:45 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Oct 2012 12:28:42 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id q98CSdJ4049184 ; Mon, 8 Oct 2012 14:28:40 +0200 (CEST) X-Envelope-To: gcc-patches@gcc.gnu.org Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id C979A3BAB9; Mon, 8 Oct 2012 14:28:39 +0200 (CEST) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JKM3hdOfNKiY; Mon, 8 Oct 2012 14:28:39 +0200 (CEST) Received: by mailhost.lps.ens.fr (Postfix, from userid 8513) id B98463BABA; Mon, 8 Oct 2012 14:28:39 +0200 (CEST) Date: Mon, 08 Oct 2012 12:28:00 -0000 To: gcc-patches@gcc.gnu.org Cc: jason@redhat.com Subject: Re: RFA: darwin PATCH to fix build, internal visibility User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20121008122839.B98463BABA@mailhost.lps.ens.fr> From: dominiq@lps.ens.fr (Dominique Dhumieres) 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: 2012-10/txt/msg00751.txt.bz2 > > It appears that the patch should also special case the "scan-assembler \\\\.internal.*Foo.methodEv" > > tests in g++.dg/ext/visibility/pragma-override1.C and g++.dg/ext/visibility/pragma-override2.C > > on darwin as well... > > Done, thanks. Jason, These tests are still failing on darwin. I think that target { ! *-*-solaris2* } { ! *-*-darwin* } sould be replaced with target { ! { *-*-solaris2* *-*-darwin* } } TIA Dominique