[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2018-08-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 Jonathan Wakely changed: What|Removed |Added Target Milestone|7.4 |6.5 --- Comment #13 from Jonathan

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2018-08-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 --- Comment #12 from Jonathan Wakely --- Author: redi Date: Wed Aug 8 15:40:41 2018 New Revision: 263420 URL: https://gcc.gnu.org/viewcvs?rev=263420=gcc=rev Log: PR libstdc++/68519 use native duration to avoid rounding errors Backport from

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2018-08-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 Jonathan Wakely changed: What|Removed |Added Target Milestone|8.0 |7.4 --- Comment #11 from Jonathan

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2018-08-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 --- Comment #10 from Jonathan Wakely --- Author: redi Date: Tue Aug 7 22:50:40 2018 New Revision: 263380 URL: https://gcc.gnu.org/viewcvs?rev=263380=gcc=rev Log: PR libstdc++/68519 use native duration to avoid rounding errors Backport from

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2017-12-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2017-12-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 --- Comment #8 from Jonathan Wakely --- Author: redi Date: Thu Dec 14 20:41:52 2017 New Revision: 255665 URL: https://gcc.gnu.org/viewcvs?rev=255665=gcc=rev Log: PR libstdc++/68519 use native duration to avoid rounding errors PR

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2017-12-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 --- Comment #7 from Jonathan Wakely --- The problem is that duration doesn't have sufficient precision to represent now+1s as a float (the value is the same as now) #include constexpr std::chrono::seconds now(1513266095); constexpr auto then =

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2017-12-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2017-12-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 --- Comment #6 from Jonathan Wakely --- That's why the bug is still open.

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2017-12-11 Thread jdbleretour at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 Adrien changed: What|Removed |Added CC||jdbleretour at free dot fr --- Comment #5 from

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2015-11-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2015-11-24 Thread jbellon at bsc dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 Jorge Bellon changed: What|Removed |Added Attachment #36824|0 |1 is obsolete|

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2015-11-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|NEW Last reconfirmed|

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2015-11-24 Thread jbellon at bsc dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 Jorge Bellon changed: What|Removed |Added CC||jbellon at bsc dot es --- Comment #1