[Bug bootstrap/46037] --enable-stage1-languages=c,lto --enable-languages=c,lto --with-build-config=bootstrap-lto fails on darwin

howarth at nitro dot med.uc.edu gcc-bugzilla@gcc.gnu.org
Tue Jan 11 15:29:00 GMT 2011


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

--- Comment #17 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-01-11 15:11:49 UTC ---
I assume you really meant...

 if (flag_var_tracking
     && (generating_for_darwin_version >= 9)
     && (flag_gtoggle ? (debug_info_level >= DINFO_LEVEL_NORMAL)
         : (debug_info_level == DINFO_LEVEL_NONE))
     && write_symbols == DWARF2_DEBUG)

without the extra...

&& debug_info_level >= DINFO_LEVEL_NORMAL



More information about the Gcc-bugs mailing list