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/48176] [4.6/4.7 Regression] .debug_aranges is no longer emitted


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-18 09:08:41 UTC ---
And the PR42288 variant would be 
  if (info_section_emitted)
    {
      switch_to_section (debug_aranges_section);
      output_aranges ();
    }


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