This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/47269] DSYMUTIL_SPEC doesn't handle -gtoggle


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47269

--- Comment #1 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-01-13 05:23:00 UTC ---
This seems impossible to implement without the addition of a logical AND to the
spec language and the ability to place parentheses. We have two cases which
have to be tested as true...

(!g0 & !gtoggle) | (g0 & gtoggle)

in order to properly decided if -dsym should be passed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]