This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47269] New: DSYMUTIL_SPEC doesn't handle -gtoggle
- From: "howarth at nitro dot med.uc.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 12 Jan 2011 15:14:15 +0000
- Subject: [Bug target/47269] New: DSYMUTIL_SPEC doesn't handle -gtoggle
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47269
Summary: DSYMUTIL_SPEC doesn't handle -gtoggle
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: howarth@nitro.med.uc.edu
Currently on darwin, DSYMUTIL_SPEC is unaware of the -gtoggle flag. This
results in dsymutil not being called as expected when '-g0 -gtoggle' is passed
to the compiler despite any resulting object files containing the expected
DWARF debug information. It is unclear how we can code for this in
DSYMUTIL_SPEC since -gtoggle needs to invert the final accumulative setting of
-g.