[Bug libstdc++/65543] rvalue stream insertion and extraction operators incorrectly implemented

2015-03-25 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65543 --- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Wed Mar 25 09:57:06 2015 New Revision: 221655 URL: https://gcc.gnu.org/viewcvs?rev=221655root=gccview=rev Log: 2015-03-25 Paolo Carlini

[Bug libstdc++/65543] rvalue stream insertion and extraction operators incorrectly implemented

2015-03-25 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65543 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/65543] rvalue stream insertion and extraction operators incorrectly implemented

2015-03-25 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65543 --- Comment #5 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Wed Mar 25 12:55:22 2015 New Revision: 221664 URL: https://gcc.gnu.org/viewcvs?rev=221664root=gccview=rev Log: 2015-03-25 Paolo Carlini

[Bug libstdc++/65543] rvalue stream insertion and extraction operators incorrectly implemented

2015-03-25 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65543 --- Comment #4 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Wed Mar 25 12:55:04 2015 New Revision: 221663 URL: https://gcc.gnu.org/viewcvs?rev=221663root=gccview=rev Log: 2015-03-25 Paolo Carlini

[Bug libstdc++/65543] rvalue stream insertion and extraction operators incorrectly implemented

2015-03-24 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65543 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug libstdc++/65543] rvalue stream insertion and extraction operators incorrectly implemented

2015-03-24 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65543 --- Comment #1 from TC rs2740 at gmail dot com --- (In reply to TC from comment #0) which breaks if the operator called does not return a reference stream. A similar issue affects operator for rvalue streams. I meant a reference to the