[Bug c++/15076] [3.3/3.4/3.5 regression] result of reinterpret_cast is an lvalue
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon May 3 05:07:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-03 05:07 -------
Most likely what is happening is that the old style class is returning a non-lvalue tree type
(either a NOP or a NON_LVALUE) but the reinterpret_cast is not doing that.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15076
More information about the Gcc-bugs
mailing list