This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/65669] Don't emit debug info for fake_ostream version of cerr (and others)
- From: "dje at google dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 04 Jun 2015 23:26:41 +0000
- Subject: [Bug libstdc++/65669] Don't emit debug info for fake_ostream version of cerr (and others)
- Auto-submitted: auto-generated
- References: <bug-65669-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65669
--- Comment #3 from Doug Evans <dje at google dot com> ---
(In reply to Doug Evans from comment #2)
> I was wondering if one could just do a strip --strip-debug of globals_io.o
> in the Makefile.
This doesn't work, as is, because gdb ignores the DIE with the real type (from
ios_init.cc) because it's a declaration.