[Bug c++/66632] Incorrect use of default constructor to initialize isolated rvalue.

2015-06-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66632 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/66632] Incorrect use of default constructor to initialize isolated rvalue.

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

[Bug c++/66632] Incorrect use of default constructor to initialize isolated rvalue.

2015-06-22 Thread jasonxbell at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66632 --- Comment #1 from jasonxbell at gmail dot com --- Correction: In the sentence "The lvalue q1 is then init'd via copy of the (incorrectly init'd) rvalue from the previous statement.", replace "q1" with "q2".