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++/71214] Typo in feature test macro for rvalue references


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

--- Comment #7 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Author: trippels
Date: Tue Jul  5 18:01:47 2016
New Revision: 238021

URL: https://gcc.gnu.org/viewcvs?rev=238021&root=gcc&view=rev
Log:
Fix PR c++/71214

        PR c++/71214
        * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_rvalue_references.

Modified:
    branches/gcc-4_9-branch/gcc/c-family/ChangeLog
    branches/gcc-4_9-branch/gcc/c-family/c-cppbuiltin.c
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp1y/feat-cxx11.C
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp1y/feat-cxx98-neg.C

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