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/46037] --enable-stage1-languages=c,lto --enable-languages=c,lto --with-build-config=bootstrap-lto fails on darwin


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

--- Comment #9 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-11 00:26:40 UTC ---
OK, first time the flag is not set because 
debug_hooks->var_location == do_nothing_debug_hooks.var_location
second time it is no longer true

Seems we need to ininitialize the debug hook earlier or use different test when
processing options.

Honza


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