[Bug c++/19982] [3.3/3.4 Regression] The left side of the "=" operator must be an lvalue.

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19982

[Bug c++/19982] [3.3/3.4 Regression] The left side of the "=" operator must be an lvalue.

2005-03-02 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-03-02 15:08 --- Simpler testcase without casts: = void foo() { int i, &j=i; &j = &i; } = -- What|Removed |Added ---

[Bug c++/19982] [3.3/3.4 Regression] The left side of the "=" operator must be an lvalue.

2005-02-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-15 21:10 --- Confirmed but this is minor as this is an ICE after an error. Also note on the mainline we get one error message and no ICE (or "confused by earlier errors, bailing out"). -- What|Removed