From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 323 invoked by alias); 5 Jul 2011 16:44:35 -0000 Received: (qmail 313 invoked by uid 22791); 5 Jul 2011 16:44:34 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Jul 2011 16:44:21 +0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE" X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Target CC Host Build Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 05 Jul 2011 16:44:00 -0000 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: 2011-07/txt/msg00333.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49643 Rainer Orth changed: What |Removed |Added ---------------------------------------------------------------------------- Target|hppa2.0w-hp-hpux11.11 |hppa2.0w-hp-hpux11.11 |*-apple-darwin* |*-apple-darwin*, | |alpha-dec-osf5.1b, | |mips-sgi-irix6.5 CC| |ro at gcc dot gnu.org Host|hppa2.0w-hp-hpux11.11 |hppa2.0w-hp-hpux11.11 |*-apple-darwin* |*-apple-darwin*, | |alpha-dec-osf5.1b, | |mips-sgi-irix6.5 Build|hppa2.0w-hp-hpux11.11 |hppa2.0w-hp-hpux11.11 |*-apple-darwin* |*-apple-darwin*, | |alpha-dec-osf5.1b, | |mips-sgi-irix6.5 --- Comment #4 from Rainer Orth 2011-07-05 16:44:02 UTC --- The test also fails on IRIX and Tru64 UNIX: On IRIX, I find .ascii "*N12_GLOBAL__N_11AE\000" which should work with your tweak, but on Tru64 UNIX I have .ascii "*N93_GLOBAL__N__vol_gcc_src_hg_trunk_local_gcc_test" which won't.