This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/58850] Conversion error in chrono


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

--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Wed Oct 23 15:31:26 2013
New Revision: 203978

URL: http://gcc.gnu.org/viewcvs?rev=203978&root=gcc&view=rev
Log:
2013-10-23  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/58850
    * include/std/chrono (minutes, hours): Change typedefs to uniformly
    use int64_t.
    * testsuite/20_util/duration/arithmetic/58850.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/20_util/duration/arithmetic/58850.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/chrono


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]