This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 5 Jul 2011 16:44:21 +0000
- Subject: [Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
- Auto-submitted: auto-generated
- References: <bug-49643-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49643
Rainer Orth <ro at gcc dot gnu.org> 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 <ro at gcc dot gnu.org> 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.