This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15076] [3.3/3.4/3.5 regression] result of reinterpret_cast is an lvalue


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]