[Bug c++/19982] [3.3/3.4 Regression] The left side of the "=" operator must be an lvalue.
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 2 15:08:00 GMT 2005
------- 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
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored
Known to fail|3.3.3 3.2.3 3.4.0 3.3.1 |3.1 3.2.3 3.3.5 3.4.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19982
More information about the Gcc-bugs
mailing list