[Bug libstdc++/58929] condition_variable does not wait without -pthread

2013-10-31 Thread lundberj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58929 --- Comment #3 from Johan Lundberg lundberj at gmail dot com --- (In reply to Jonathan Wakely from comment #2) I suppose we could turn all timed waiting functions into sleeps, and wait() into an infinite loop, when libpthread is not linked

[Bug c++/58929] New: condition_variable does not wait without -pthread

2013-10-30 Thread lundberj at gmail dot com
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: lundberj at gmail dot com A warning would have been helpful for this case of missed -pthread. Normally a runtime error is at least generated but the following C++11 code compiles fine with all warnings enabled, and also

[Bug c++/58931] New: condition_variable::wait_until overflowed by large time_pointsteady_clock

2013-10-30 Thread lundberj at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: lundberj at gmail dot com With valid but large steady clock time_points, condition_variable.wait_until does not sleep at all, but instead continues as if the time was passed

[Bug c++/57758] New: gcc accepts incorrect in-class brace initializers

2013-06-29 Thread lundberj at gmail dot com
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: lundberj at gmail dot com In summary, having a class member in-class copy-construct from itself (!) compiles without warning when curly-brace syntax is used. The result is that the class invariants are never established

[Bug c++/57758] gcc accepts incorrect in-class brace initializers

2013-06-29 Thread lundberj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57758 --- Comment #2 from Johan Lundberg lundberj at gmail dot com --- Yes. I'm sorry, it's almost word-for-word identical to 48483.

[Bug c++/55708] New: g++ crashes: constexpr function with reference parameters.

2012-12-15 Thread lundberj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55708 Bug #: 55708 Summary: g++ crashes: constexpr function with reference parameters. Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug c++/54316] New: [C++11] move constructor for string_stream

2012-08-18 Thread lundberj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Bug #: 54316 Summary: [C++11] move constructor for string_stream Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/54316] [C++11] move constructor for string_stream

2012-08-18 Thread lundberj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Johan Lundberg lundberj at gmail dot com changed: What|Removed |Added CC||lundberj

[Bug c++/39813] improve __PRETTY_FUNCTION__ for templated methos

2012-08-18 Thread lundberj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39813 Johan Lundberg lundberj at gmail dot com changed: What|Removed |Added CC||lundberj

[Bug c++/20313] anonymous in diagnostic is confusing

2012-08-18 Thread lundberj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20313 Johan Lundberg lundberj at gmail dot com changed: What|Removed |Added CC||lundberj

[Bug c++/52748] [C++11] N3276 changes to decltype

2012-08-09 Thread lundberj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52748 --- Comment #1 from Johan Lundberg lundberj at gmail dot com 2012-08-09 08:08:46 UTC --- confirmed... I agree with this. Among other things it's important for boost/C++11 interop.