[Bug libstdc++/38132] basic_string.tcc methods not declared inline

2009-04-17 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-04-17 10:50 --- Thus, wontfix. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|U

[Bug libstdc++/38132] basic_string.tcc methods not declared inline

2009-04-17 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2009-04-17 10:27 --- Of course s/extern inline/extern template -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38132

[Bug libstdc++/38132] basic_string.tcc methods not declared inline

2009-04-17 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2009-04-17 10:12 --- Frankly, I don't think this is an issue. What we really want, is that all inline functions get inlined anyway, debug mode or not, and this is correctly happening, as far as I can see. Out of line functions are

[Bug libstdc++/38132] basic_string.tcc methods not declared inline

2009-04-17 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-04-17 09:23 --- We had this for a short time but then see 2009-02-24 Richard Guenther PR c++/39242 * pt.c (instantiate_decl): Do not instantiate extern, non-inline declared functions. thus, if the funct