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 debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap without -g



------- Comment #16 from pinskia at gcc dot gnu dot org  2005-11-11 19:01 -------
The problem is that dwarf2out_switch_text_section does not get called as the
debug_hooks are set to none.

So the handling of NOTE_INSN_SWITCH_TEXT_SECTIONS is slightly wrong for this
case.  Looking more into it.


-- 


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


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