[Bug c++/41131] [4.3 Regression] non-lvalue in unary `&' wrongly accepted

2010-01-02 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-01-02 16:25 --- Wontfix on the 4.3 branch, we usually do not backport accepts-invalid fixes. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/41131] [4.3 Regression] non-lvalue in unary `&' wrongly accepted

2009-08-31 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2009-08-31 16:45 --- *** Bug 40224 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41131

[Bug c++/41131] [4.3 Regression] non-lvalue in unary `&' wrongly accepted

2009-08-25 Thread bangerth at gmail dot com
--- Comment #10 from bangerth at gmail dot com 2009-08-25 13:39 --- Was already confirmed. -- bangerth at gmail dot com changed: What|Removed |Added CC|

[Bug c++/41131] [4.3 Regression] non-lvalue in unary `&' wrongly accepted

2009-08-21 Thread sergei_lus at yahoo dot com
--- Comment #9 from sergei_lus at yahoo dot com 2009-08-21 18:17 --- This patch works for me. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41131

[Bug c++/41131] [4.3 Regression] non-lvalue in unary `&' wrongly accepted

2009-08-21 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2009-08-21 07:23 --- Fixed for 4.4/4.5 so far. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Assig