[Bug c++/45690] broken debuginfo with dwarf4?

2012-01-20 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45690 --- Comment #7 from Tom Tromey 2012-01-20 14:59:51 UTC --- gdb doesn't read .debug_pubtypes. So the problem must be something else.

[Bug c++/45690] broken debuginfo with dwarf4?

2011-10-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45690 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug c++/45690] broken debuginfo with dwarf4?

2011-10-18 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45690 Paolo Carlini changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org |tromey at gcc dot gnu.org --- Comment #5

[Bug c++/45690] broken debuginfo with dwarf4?

2010-10-14 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45690 --- Comment #4 from Pawel Sikora 2010-10-14 11:17:55 UTC --- attached gcc build script builds libstdc++.a with dwarf3 debuginfo which works with testcase compiled with dwarf3 or dwarf4. if you change CUSTOM_FLAGS in build script to emit dwarf4 fo

[Bug c++/45690] broken debuginfo with dwarf4?

2010-10-14 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45690 --- Comment #3 from Pawel Sikora 2010-10-14 11:13:10 UTC --- Created attachment 22036 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22036 my gcc build script.

[Bug c++/45690] broken debuginfo with dwarf4?

2010-09-16 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2010-09-16 21:02 --- ha, my gcc was built with: export CXXFLAGS="-O2"; ./configure --disable-shared..." and this CXXFLAGS afaics affects libstdc++.a debuginfo level. with CXXFLAGS="-O2 -g2" the python pretty printer works fine. testcase compiled

[Bug c++/45690] broken debuginfo with dwarf4?

2010-09-16 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2010-09-16 14:01 --- Created an attachment (id=21811) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21811&action=view) source, makefile and precompiled binaries. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45690