[Bug c++/71214] Typo in feature test macro for rvalue references

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jul 5 17:56:00 GMT 2016


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

--- Comment #5 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Author: trippels
Date: Tue Jul  5 17:55:36 2016
New Revision: 238019

URL: https://gcc.gnu.org/viewcvs?rev=238019&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-6-branch/gcc/c-family/ChangeLog
    branches/gcc-6-branch/gcc/c-family/c-cppbuiltin.c
    branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/feat-cxx11.C
    branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C
    branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/feat-cxx98-neg.C
    branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C


More information about the Gcc-bugs mailing list