public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/71557] time_get is case sensitive
       [not found] <bug-71557-4@http.gcc.gnu.org/bugzilla/>
@ 2021-12-07 17:25 ` redi at gcc dot gnu.org
  2021-12-15  9:26 ` cvs-commit at gcc dot gnu.org
  2021-12-15  9:30 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: redi at gcc dot gnu.org @ 2021-12-07 17:25 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-12-07

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libstdc++/71557] time_get is case sensitive
       [not found] <bug-71557-4@http.gcc.gnu.org/bugzilla/>
  2021-12-07 17:25 ` [Bug libstdc++/71557] time_get is case sensitive redi at gcc dot gnu.org
@ 2021-12-15  9:26 ` cvs-commit at gcc dot gnu.org
  2021-12-15  9:30 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-15  9:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:a5b4ebc217afe6c31334e017d1fead4a6b8e53b2

commit r12-5991-ga5b4ebc217afe6c31334e017d1fead4a6b8e53b2
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Dec 15 10:25:53 2021 +0100

    libstdc++: Poor man's case insensitive comparisons in time_get [PR71557]

    This patch uses the same not completely correct case insensitive
comparisons
    as used elsewhere in the same header.  Proper comparisons that would handle
    even multi-byte characters would be harder, but I don't see them
implemented
    in __ctype's methods.

    2021-12-15  Jakub Jelinek  <jakub@redhat.com>

            PR libstdc++/71557
            * include/bits/locale_facets_nonio.tcc (_M_extract_via_format):
            Compare characters other than format specifiers and whitespace
            case insensitively.
            (_M_extract_name): Compare characters case insensitively.
            * testsuite/22_locale/time_get/get/char/71557.cc: New test.
            * testsuite/22_locale/time_get/get/wchar_t/71557.cc: New test.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libstdc++/71557] time_get is case sensitive
       [not found] <bug-71557-4@http.gcc.gnu.org/bugzilla/>
  2021-12-07 17:25 ` [Bug libstdc++/71557] time_get is case sensitive redi at gcc dot gnu.org
  2021-12-15  9:26 ` cvs-commit at gcc dot gnu.org
@ 2021-12-15  9:30 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-12-15  9:30 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |jakub at gcc dot gnu.org
             Status|NEW                         |RESOLVED

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed now for GCC 12.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-15  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-71557-4@http.gcc.gnu.org/bugzilla/>
2021-12-07 17:25 ` [Bug libstdc++/71557] time_get is case sensitive redi at gcc dot gnu.org
2021-12-15  9:26 ` cvs-commit at gcc dot gnu.org
2021-12-15  9:30 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).