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 libstdc++/86590] Codegen is poor when passing std::string by value with _GLIBCXX_EXTERN_TEMPLATE undefined


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86590

--- Comment #22 from Pedro Alves <palves at redhat dot com> ---
clueless suggestion triggered by you saying "throwing": does marking
__constant_string_p noexcept, like:

...
    __constant_string_p(const _CharT* __s) noexcept
...

make any difference?

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