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++/49389] [C++0x] Wrong value category for pointer-to-member expression with rvalue object expression


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49389

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2011-06-14 18:16:00 UTC ---
Author: jason
Date: Tue Jun 14 18:15:58 2011
New Revision: 175043

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175043
Log:
    PR c++/49389
    * typeck2.c (build_m_component_ref): Preserve rvalueness.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/rv-dotstar.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/typeck2.c
    trunk/gcc/testsuite/ChangeLog


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