public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test
       [not found] <bug-68737-4@http.gcc.gnu.org/bugzilla/>
@ 2020-07-13 11:20 ` redi at gcc dot gnu.org
  2020-07-15 17:07 ` dave.anglin at bell dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2020-07-13 11:20 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |9.0

--- Comment #29 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Dave, did you test this for the gcc-8 branch? Do you still want it backported
to that branch?

It's fixed in 9.1.0 and later.

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

* [Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test
       [not found] <bug-68737-4@http.gcc.gnu.org/bugzilla/>
  2020-07-13 11:20 ` [Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test redi at gcc dot gnu.org
@ 2020-07-15 17:07 ` dave.anglin at bell dot net
  2020-07-21 13:23 ` dave.anglin at bell dot net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dave.anglin at bell dot net @ 2020-07-15 17:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #30 from dave.anglin at bell dot net ---
I'll test when I get a chance.

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

* [Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test
       [not found] <bug-68737-4@http.gcc.gnu.org/bugzilla/>
  2020-07-13 11:20 ` [Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test redi at gcc dot gnu.org
  2020-07-15 17:07 ` dave.anglin at bell dot net
@ 2020-07-21 13:23 ` dave.anglin at bell dot net
  2020-07-21 14:25 ` cvs-commit at gcc dot gnu.org
  2020-07-21 15:09 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: dave.anglin at bell dot net @ 2020-07-21 13:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #31 from dave.anglin at bell dot net ---
On 2020-07-13 7:20 a.m., redi at gcc dot gnu.org wrote:
> Dave, did you test this for the gcc-8 branch? Do you still want it backported
> to that branch?
Yes please.  The patch applies cleanly on the gcc-8 branch.  Then, we can close
this PR.

Thanks,
Dave

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

* [Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test
       [not found] <bug-68737-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-07-21 13:23 ` dave.anglin at bell dot net
@ 2020-07-21 14:25 ` cvs-commit at gcc dot gnu.org
  2020-07-21 15:09 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-21 14:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #32 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Jonathan Wakely
<redi@gcc.gnu.org>:

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

commit r8-10367-gc54d4e218f18c66ce1ad9d7e7762357fd7edacb7
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Jan 28 23:58:57 2019 +0000

    PR libstdc++/68737 Do not use vsnprintf on HPUX

    It doesn't conform to the spec, so use vsprintf with a large buffer
    instead.

            PR libstdc++/68737
            * config/locale/generic/c_locale.h (__convert_from_v)
            [_GLIBCXX_USE_C99_STDIO]: Also check
_GLIBCXX_HAVE_BROKEN_VSNPRINTF.
            * config/os/hpux/os_defines.h: Define
_GLIBCXX_HAVE_BROKEN_VSNPRINTF.
            * include/bits/locale_facets.tcc (num_put::_M_insert_float)
            [_GLIBCXX_USE_C99_STDIO]: Also check
_GLIBCXX_HAVE_BROKEN_VSNPRINTF.

    (cherry picked from commit c98f255154798847bdd1fc6ce33266c1a1ddc13a)

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

* [Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test
       [not found] <bug-68737-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-07-21 14:25 ` cvs-commit at gcc dot gnu.org
@ 2020-07-21 15:09 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2020-07-21 15:09 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
   Target Milestone|9.0                         |8.5
         Resolution|---                         |FIXED

--- Comment #33 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Also fixed for 8.5.0 now.

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

end of thread, other threads:[~2020-07-21 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-68737-4@http.gcc.gnu.org/bugzilla/>
2020-07-13 11:20 ` [Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test redi at gcc dot gnu.org
2020-07-15 17:07 ` dave.anglin at bell dot net
2020-07-21 13:23 ` dave.anglin at bell dot net
2020-07-21 14:25 ` cvs-commit at gcc dot gnu.org
2020-07-21 15:09 ` redi 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).