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++/71576] [4.9/5/6/7 Regression] ICE on valid C++11 code (with xvalue and bitfield) on x86_64-linux-gnu: in build_target_expr, at cp/tree.c:385


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71576

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Sun Jul 24 02:25:36 2016
New Revision: 238683

URL: https://gcc.gnu.org/viewcvs?rev=238683&root=gcc&view=rev
Log:
        PR c++/71576 - bitfield and rvalue reference

        * call.c (convert_like_real): Use lvalue_kind.

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

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