[Bug target/47269] New: DSYMUTIL_SPEC doesn't handle -gtoggle
howarth at nitro dot med.uc.edu
gcc-bugzilla@gcc.gnu.org
Wed Jan 12 15:45:00 GMT 2011
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.
More information about the Gcc-bugs
mailing list