This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/66632] Incorrect use of default constructor to initialize isolated rvalue.
- From: "jasonxbell at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 22 Jun 2015 23:57:43 +0000
- Subject: [Bug c++/66632] Incorrect use of default constructor to initialize isolated rvalue.
- Auto-submitted: auto-generated
- References: <bug-66632-4 at http dot gcc dot gnu dot org/bugzilla/>
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".