This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37204] [c++0x] reinterpret_cast<T&&>(v) incorrectly yields an lvalue
- From: "jason at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Oct 2009 07:41:06 -0000
- Subject: [Bug c++/37204] [c++0x] reinterpret_cast<T&&>(v) incorrectly yields an lvalue
- References: <bug-37204-5473@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from jason at gcc dot gnu dot org 2009-10-19 07:41 -------
Thanks, though that's not a regression, that's the new PR37204 testcase. The
execution test is testing direct binding, which is a separate issue that isn't
fixed in 4.4 yet, so I've just disabled the execution test on the 4.4 branch
for now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37204