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

2015-06-22 Thread jasonxbell at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jasonxbell at gmail dot com Target Milestone: --- Created attachment 35828 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35828&action=edit Preprocessed source file

[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".