public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/60396] New: Missing time_get<>::get() functions
@ 2014-03-02 23:19 lcarreon at bigpond dot net.au
  2014-03-03  9:41 ` [Bug libstdc++/60396] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lcarreon at bigpond dot net.au @ 2014-03-02 23:19 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60396
           Summary: Missing time_get<>::get() functions
           Product: gcc
           Version: 4.8.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: lcarreon at bigpond dot net.au

According to the ISO 14882:2011 standard, the time_get<> facet has two
additional get() functions.  I have checked locale_facets_nonio.h where
time_get<> is declared and the 2 get() functions do not appear there.


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

* [Bug libstdc++/60396] Missing time_get<>::get() functions
  2014-03-02 23:19 [Bug c++/60396] New: Missing time_get<>::get() functions lcarreon at bigpond dot net.au
@ 2014-03-03  9:41 ` redi at gcc dot gnu.org
  2014-09-19 11:13 ` redi at gcc dot gnu.org
  2014-12-22 13:46 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2014-03-03  9:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |libstdc++

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yes, this is documented as not implemented yet.
http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2011


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

* [Bug libstdc++/60396] Missing time_get<>::get() functions
  2014-03-02 23:19 [Bug c++/60396] New: Missing time_get<>::get() functions lcarreon at bigpond dot net.au
  2014-03-03  9:41 ` [Bug libstdc++/60396] " redi at gcc dot gnu.org
@ 2014-09-19 11:13 ` redi at gcc dot gnu.org
  2014-12-22 13:46 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2014-09-19 11:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-09-19
   Target Milestone|---                         |5.0
     Ever confirmed|0                           |1


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

* [Bug libstdc++/60396] Missing time_get<>::get() functions
  2014-03-02 23:19 [Bug c++/60396] New: Missing time_get<>::get() functions lcarreon at bigpond dot net.au
  2014-03-03  9:41 ` [Bug libstdc++/60396] " redi at gcc dot gnu.org
  2014-09-19 11:13 ` redi at gcc dot gnu.org
@ 2014-12-22 13:46 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2014-12-22 13:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Mon Dec 22 13:45:44 2014
New Revision: 219012

URL: https://gcc.gnu.org/viewcvs?rev=219012&root=gcc&view=rev
Log:
2014-12-22  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
        Jonathan Wakely  <jwakely@redhat.com>

    PR libstdc++/60396
    * config/abi/pre/gnu.ver: Add new exports.
    * include/bits/locale_facets_nonio.h (time_get::get): New overloads.
    (time_get::do_get):  New virtual function.
    * include/bits/locale_facets_nonio.tcc (time_get::get): Define.
    (time_get::do_get): Define.
    * src/c++11/string-inst.cc (time_get::get, time_get::do_get): Add
    C++11-only instantiations.
    * testsuite/22_locale/time_get/get/char/1.cc: New.
    * testsuite/22_locale/time_get/get/char/2.cc: New.
    * testsuite/22_locale/time_get/get/wchar_t/1.cc: New.
    * testsuite/22_locale/time_get/get/wchar_t/2.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/22_locale/time_get/get/
    trunk/libstdc++-v3/testsuite/22_locale/time_get/get/char/
    trunk/libstdc++-v3/testsuite/22_locale/time_get/get/char/1.cc
    trunk/libstdc++-v3/testsuite/22_locale/time_get/get/char/2.cc
    trunk/libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/
    trunk/libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/1.cc
    trunk/libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/2.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/abi/pre/gnu.ver
    trunk/libstdc++-v3/include/bits/locale_facets_nonio.h
    trunk/libstdc++-v3/include/bits/locale_facets_nonio.tcc
    trunk/libstdc++-v3/src/c++11/string-inst.cc
>From gcc-bugs-return-471549-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Dec 22 13:46:31 2014
Return-Path: <gcc-bugs-return-471549-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 758 invoked by alias); 22 Dec 2014 13:46:31 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 456 invoked by uid 55); 22 Dec 2014 13:46:26 -0000
From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/54354] TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)
Date: Mon, 22 Dec 2014 13:46:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libstdc++
X-Bugzilla-Version: 4.8.0
X-Bugzilla-Keywords: ABI
X-Bugzilla-Severity: minor
X-Bugzilla-Who: redi at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-54354-4-1vlQh5ImO8@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-54354-4@http.gcc.gnu.org/bugzilla/>
References: <bug-54354-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-12/txt/msg02556.txt.bz2
Content-length: 1422

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

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Mon Dec 22 13:45:52 2014
New Revision: 219013

URL: https://gcc.gnu.org/viewcvs?rev=219013&root=gcc&view=rev
Log:
2014-12-22  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>

    PR libstdc++/54354
    * include/std/iomanip (_Get_time): New struct.
    (get_time): New manipulator.
    (operator<<): New overloaded function.
    * testsuite/27_io/manipulators/extended/get_time/char/1.cc: New.
    * testsuite/27_io/manipulators/extended/get_time/char/2.cc: New.
    * testsuite/27_io/manipulators/extended/get_time/wchar_t/1.cc: New.
    * testsuite/27_io/manipulators/extended/get_time/wchar_t/2.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/
    trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/char/
    trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/char/1.cc
    trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/char/2.cc
    trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/wchar_t/
   
trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/wchar_t/1.cc
   
trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/wchar_t/2.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/iomanip
>From gcc-bugs-return-471550-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Dec 22 13:48:28 2014
Return-Path: <gcc-bugs-return-471550-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 2318 invoked by alias); 22 Dec 2014 13:48:25 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 2294 invoked by uid 48); 22 Dec 2014 13:48:21 -0000
From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/60396] Missing time_get<>::get() functions
Date: Mon, 22 Dec 2014 13:48:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libstdc++
X-Bugzilla-Version: 4.8.2
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: redi at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-60396-4-NQOlYFRSYR@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60396-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60396-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-12/txt/msg02557.txt.bz2
Content-length: 433

https://gcc.gnu.org/bugzilla/show_bug.cgi?id`396

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed for GCC 5


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

end of thread, other threads:[~2014-12-22 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-02 23:19 [Bug c++/60396] New: Missing time_get<>::get() functions lcarreon at bigpond dot net.au
2014-03-03  9:41 ` [Bug libstdc++/60396] " redi at gcc dot gnu.org
2014-09-19 11:13 ` redi at gcc dot gnu.org
2014-12-22 13:46 ` 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).