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

--- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com> ---
An important detail is that the compare functions aren't inline, and are
exported for basic_string<char>. Thus, for a fair comparison, the strcmp should
be in an attribute noinline helper (to be 100% correct, should be a memcmp).
I'm pretty sure this is all there is to it.

Reply via email to