public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)
@ 2012-08-23  2:43 facorread at gmail dot com
  2012-08-23  7:39 ` [Bug libstdc++/54354] " redi at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: facorread at gmail dot com @ 2012-08-23  2:43 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54354
           Summary: TODO extended iomanip manipulators std::get_time and
                    std::put_time (C++11, section 27.7.5)
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: facorread@gmail.com


Hello, keep up the great work with GCC.

I wanted to bring to your attention that the extended <iomanip> manipulators
std::get_time and std::put_time have not been declared (C++11, section 27.7.5).

I checked iomanip at
http://repo.or.cz/w/official-gcc.git/blob_plain/HEAD:/libstdc%2B%2B-v3/include/std/iomanip

For the time being, you might want to put a notice about the lack of these two
manipulators in
http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#iso.2011.specific


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

* [Bug libstdc++/54354] TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)
  2012-08-23  2:43 [Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) facorread at gmail dot com
@ 2012-08-23  7:39 ` redi at gcc dot gnu.org
  2012-08-23  8:37 ` redi at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2012-08-23  7:39 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-08-23
     Ever Confirmed|0                           |1


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

* [Bug libstdc++/54354] TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)
  2012-08-23  2:43 [Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) facorread at gmail dot com
  2012-08-23  7:39 ` [Bug libstdc++/54354] " redi at gcc dot gnu.org
@ 2012-08-23  8:37 ` redi at gcc dot gnu.org
  2012-08-23  9:33 ` paolo.carlini at oracle dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2012-08-23  8:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-08-23 08:37:24 UTC ---
Author: redi
Date: Thu Aug 23 08:37:19 2012
New Revision: 190616

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190616
Log:
    PR libstdc++/54354
    * doc/xml/manual/status_cxx2011.xml: Note missing manipulators.
    * doc/html/*: Regenerate.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/html/api.html
    trunk/libstdc++-v3/doc/html/faq.html
    trunk/libstdc++-v3/doc/html/index.html
    trunk/libstdc++-v3/doc/html/manual/abi.html
    trunk/libstdc++-v3/doc/html/manual/algorithms.html
    trunk/libstdc++-v3/doc/html/manual/api.html
    trunk/libstdc++-v3/doc/html/manual/appendix_contributing.html
    trunk/libstdc++-v3/doc/html/manual/appendix_free.html
    trunk/libstdc++-v3/doc/html/manual/appendix_gpl.html
    trunk/libstdc++-v3/doc/html/manual/appendix_porting.html
    trunk/libstdc++-v3/doc/html/manual/atomics.html
    trunk/libstdc++-v3/doc/html/manual/backwards.html
    trunk/libstdc++-v3/doc/html/manual/bk01pt02.html
    trunk/libstdc++-v3/doc/html/manual/bk01pt03ch17s03.html
    trunk/libstdc++-v3/doc/html/manual/bk01pt03ch18s03.html
    trunk/libstdc++-v3/doc/html/manual/bk01pt03ch19s02.html
    trunk/libstdc++-v3/doc/html/manual/bk01pt03ch19s07.html
    trunk/libstdc++-v3/doc/html/manual/bk01pt03ch21s02.html
    trunk/libstdc++-v3/doc/html/manual/bk01pt03pr01.html
    trunk/libstdc++-v3/doc/html/manual/concurrency.html
    trunk/libstdc++-v3/doc/html/manual/configure.html
    trunk/libstdc++-v3/doc/html/manual/containers.html
    trunk/libstdc++-v3/doc/html/manual/debug.html
    trunk/libstdc++-v3/doc/html/manual/diagnostics.html
    trunk/libstdc++-v3/doc/html/manual/documentation_hacking.html
    trunk/libstdc++-v3/doc/html/manual/extensions.html
    trunk/libstdc++-v3/doc/html/manual/facets.html
    trunk/libstdc++-v3/doc/html/manual/index.html
    trunk/libstdc++-v3/doc/html/manual/intro.html
    trunk/libstdc++-v3/doc/html/manual/io.html
    trunk/libstdc++-v3/doc/html/manual/iterators.html
    trunk/libstdc++-v3/doc/html/manual/localization.html
    trunk/libstdc++-v3/doc/html/manual/memory.html
    trunk/libstdc++-v3/doc/html/manual/numerics.html
    trunk/libstdc++-v3/doc/html/manual/parallel_mode.html
    trunk/libstdc++-v3/doc/html/manual/policy_data_structures.html
    trunk/libstdc++-v3/doc/html/manual/policy_data_structures_design.html
    trunk/libstdc++-v3/doc/html/manual/policy_data_structures_using.html
    trunk/libstdc++-v3/doc/html/manual/profile_mode.html
    trunk/libstdc++-v3/doc/html/manual/status.html
    trunk/libstdc++-v3/doc/html/manual/strings.html
    trunk/libstdc++-v3/doc/html/manual/support.html
    trunk/libstdc++-v3/doc/html/manual/test.html
    trunk/libstdc++-v3/doc/html/manual/using.html
    trunk/libstdc++-v3/doc/html/manual/using_concurrency.html
    trunk/libstdc++-v3/doc/html/manual/using_dynamic_or_shared.html
    trunk/libstdc++-v3/doc/html/manual/using_exceptions.html
    trunk/libstdc++-v3/doc/html/manual/using_headers.html
    trunk/libstdc++-v3/doc/html/manual/using_macros.html
    trunk/libstdc++-v3/doc/html/manual/utilities.html
    trunk/libstdc++-v3/doc/xml/manual/status_cxx2011.xml


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

* [Bug libstdc++/54354] TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)
  2012-08-23  2:43 [Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) facorread at gmail dot com
  2012-08-23  7:39 ` [Bug libstdc++/54354] " redi at gcc dot gnu.org
  2012-08-23  8:37 ` redi at gcc dot gnu.org
@ 2012-08-23  9:33 ` paolo.carlini at oracle dot com
  2013-05-23 17:40 ` dmorilha at gmail dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-08-23  9:33 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ABI

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-08-23 09:33:37 UTC ---
This is also because of the ABI: I did the money ones but then noticed that in
C++11 time has an additional virtual. It's also a bit discussed in the mailing
list.


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

* [Bug libstdc++/54354] TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)
  2012-08-23  2:43 [Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) facorread at gmail dot com
                   ` (2 preceding siblings ...)
  2012-08-23  9:33 ` paolo.carlini at oracle dot com
@ 2013-05-23 17:40 ` dmorilha at gmail dot com
  2013-05-23 18:32 ` paolo.carlini at oracle dot com
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dmorilha at gmail dot com @ 2013-05-23 17:40 UTC (permalink / raw)
  To: gcc-bugs

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

Daniel Morilha <dmorilha at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmorilha at gmail dot com

--- Comment #3 from Daniel Morilha <dmorilha at gmail dot com> ---
any update on that? is there any workaround? I am trying to parse from ISO 8601
date/time format to C++11 time_points and relied on std::get_time to do the
parsing work. Any ideas on how to accomplish that by other means? Thanks


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

* [Bug libstdc++/54354] TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)
  2012-08-23  2:43 [Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) facorread at gmail dot com
                   ` (3 preceding siblings ...)
  2013-05-23 17:40 ` dmorilha at gmail dot com
@ 2013-05-23 18:32 ` paolo.carlini at oracle dot com
  2013-07-25  0:24 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-05-23 18:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> ---
We are trying to break the ABI for 4.9


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

* [Bug libstdc++/54354] TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)
  2012-08-23  2:43 [Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) facorread at gmail dot com
                   ` (4 preceding siblings ...)
  2013-05-23 18:32 ` paolo.carlini at oracle dot com
@ 2013-07-25  0:24 ` paolo.carlini at oracle dot com
  2014-09-19 13:05 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-07-25  0:24 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lcarreon at bigpond dot net.au

--- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 57976 has been marked as a duplicate of this bug. ***


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

* [Bug libstdc++/54354] TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)
  2012-08-23  2:43 [Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) facorread at gmail dot com
                   ` (5 preceding siblings ...)
  2013-07-25  0:24 ` paolo.carlini at oracle dot com
@ 2014-09-19 13:05 ` redi at gcc dot gnu.org
  2014-10-14 17:02 ` redi at gcc dot gnu.org
  2014-12-22 13:49 ` redi at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2014-09-19 13:05 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0


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

* [Bug libstdc++/54354] TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)
  2012-08-23  2:43 [Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) facorread at gmail dot com
                   ` (6 preceding siblings ...)
  2014-09-19 13:05 ` redi at gcc dot gnu.org
@ 2014-10-14 17:02 ` redi at gcc dot gnu.org
  2014-12-22 13:49 ` redi at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2014-10-14 17:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Tue Oct 14 17:01:25 2014
New Revision: 216211

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

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

Added:
    trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/
    trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/
    trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/1.cc
    trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/2.cc
    trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/
   
trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/1.cc
   
trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/2.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/iomanip
>From gcc-bugs-return-464063-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Oct 14 17:05:40 2014
Return-Path: <gcc-bugs-return-464063-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 31125 invoked by alias); 14 Oct 2014 17:05:40 -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 31100 invoked by uid 55); 14 Oct 2014 17:05:36 -0000
From: "ktietz at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/57440] Memory usage with future and std containers
Date: Tue, 14 Oct 2014 17:05: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.7.2
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ktietz 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: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-57440-4-cHXcI3c6kR@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57440-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57440-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-10/txt/msg01084.txt.bz2
Content-length: 631

https://gcc.gnu.org/bugzilla/show_bug.cgi?idW440

--- Comment #17 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Author: ktietz
Date: Tue Oct 14 17:05:04 2014
New Revision: 216212

URL: https://gcc.gnu.org/viewcvs?rev!6212&root=gcc&view=rev
Log:
    PR libstdc++/57440
    * config/os/mingw32/os_defines.h (_GTHREAD_USE_MUTEX_INIT_FUNC):
    Define to avoid leak.
    * config/os/mingw32-w64/os_defines.h: Likewise.

Modified:
    branches/gcc-4_9-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_9-branch/libstdc++-v3/config/os/mingw32-w64/os_defines.h
    branches/gcc-4_9-branch/libstdc++-v3/config/os/mingw32/os_defines.h


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

* [Bug libstdc++/54354] TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)
  2012-08-23  2:43 [Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) facorread at gmail dot com
                   ` (7 preceding siblings ...)
  2014-10-14 17:02 ` redi at gcc dot gnu.org
@ 2014-12-22 13:49 ` redi at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2014-12-22 13:49 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-23  2:43 [Bug libstdc++/54354] New: TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) facorread at gmail dot com
2012-08-23  7:39 ` [Bug libstdc++/54354] " redi at gcc dot gnu.org
2012-08-23  8:37 ` redi at gcc dot gnu.org
2012-08-23  9:33 ` paolo.carlini at oracle dot com
2013-05-23 17:40 ` dmorilha at gmail dot com
2013-05-23 18:32 ` paolo.carlini at oracle dot com
2013-07-25  0:24 ` paolo.carlini at oracle dot com
2014-09-19 13:05 ` redi at gcc dot gnu.org
2014-10-14 17:02 ` redi at gcc dot gnu.org
2014-12-22 13:49 ` 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).