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 bootstrap/63188] [5 Regression] r214954 breaks bootstrap on x86_64-apple-darwin13


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63188

--- Comment #2 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
INIT_SECTION_ASM_OP is meant to be a string constant, not empty.  Try 
defining it to "".  I suppose the cases in libgcc that actually use the 
string constant value inside asm, rather than just testing whether it's 
defined, don't get used for Darwin?


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