This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/51941] FAIL: g++.dg/debug/dwarf2/nested-3.C scan-assembler
- From: "iains at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 22 Jan 2012 13:01:36 +0000
- Subject: [Bug testsuite/51941] FAIL: g++.dg/debug/dwarf2/nested-3.C scan-assembler
- Auto-submitted: auto-generated
- References: <bug-51941-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51941
Iain Sandoe <iains at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|x86_64-apple-darwin10 |*-apple-darwin*
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-01-22
Host|x86_64-apple-darwin10 |*-apple-darwin*
Ever Confirmed|0 |1
Build|x86_64-apple-darwin10 |*-apple-darwin*
--- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> 2012-01-22 13:01:36 UTC ---
(In reply to comment #0)
Well, as you say... we don't support dwarf-4 (yet)
but even when we do ... this would be broken .. another built-in target
assumption?
> .section .gnu.linkonce.wt.a547508193f2f296
> it is my understanding that darwin does not support dwarf-4
that is correct, and it is not likely to happen "soon" (although we're working
quite hard on getting GAS support).
what's needed is a require-effective-target-dwarf{2,3,4} maybe?