[Bug c++/60258] Member initialization for atomic fail.

2014-11-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60258] Member initialization for atomic fail.

2014-02-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/60258] Member initialization for atomic fail.

2014-02-18 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 --- Comment #5 from Daniel Krügler --- (In reply to Daniel Krügler from comment #4) > Reduced example: More reduced by eliminating library dependencies: //-- struct atomic_bool { atomic_bool(const atomic_bool&) = delete; cons

[Bug c++/60258] Member initialization for atomic fail.

2014-02-18 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug c++/60258] Member initialization for atomic fail.

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 --- Comment #3 from Jakub Jelinek --- Sure, my comment was about this stylistic issue, not about the real bug (if any, haven't tried it). Note your testcase isn't self-contained, you probably need #include .

[Bug c++/60258] Member initialization for atomic fail.

2014-02-18 Thread ja.gcc.bugzilla at aptsketch dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 --- Comment #2 from ja.gcc.bugzilla at aptsketch dot com --- auto foo() -> void vs void foo() is more of just a stylistic issue. There is nothing wrong with both. To me both are good. The bug is about std::atomic member initialization. Where if t

[Bug c++/60258] Member initialization for atomic fail.

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f