[Bug debug/59515] -Og doesn't generate out-of-line copies of inline functions like -O0 does

naesten at gmail dot com gcc-bugzilla@gcc.gnu.org
Sun Dec 15 21:11:00 GMT 2013


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

--- Comment #1 from Samuel Bronson <naesten at gmail dot com> ---
Oh, I meant to delete this part:

> Traceback (most recent call last):
>   File "/usr/lib/debug//usr/lib/i386-linux-gnu/libstdc++.so.6.0.18-gdb.py", line
>  63, in <module>                                                               
>     from libstdcxx.v6.printers import register_libstdcxx_printers
> ImportError: No module named libstdcxx.v6.printers

It's totally irrelevant to the present bug.

(It is an artefact of a bug in either gdb or debian's listdc++ debug package:
the file in question is getting loaded once for
"/usr/lib/debug//usr/lib/i386-linux-gnu/libstdc++.so" and once for
"/usr/lib/i386-linux-gnu/libstdc++.so", and fails the first time 'round because
it's not expecting to be called in that context...)



More information about the Gcc-bugs mailing list