[Bug c++/66602] std::tuple bug when constructed with temporary empty object

2015-08-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66602 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/66602] std::tuple bug when constructed with temporary empty object

2015-06-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66602 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW Known

[Bug c++/66602] std::tuple bug when constructed with temporary empty object

2015-06-19 Thread so61pi.re at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66602 --- Comment #3 from so61pi.re at gmail dot com --- My current version of GCC is 5.1.0 on Windows, but I also tested on Linux with same GCC version, and it produced the same bug, which printed random value like Daniel Krügler have showed.

[Bug c++/66602] std::tuple bug when constructed with temporary empty object

2015-06-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66602 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug c++/66602] std::tuple bug when constructed with temporary empty object

2015-06-19 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66602 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|