comment fixes
authorJason Merrill <jason@gcc.gnu.org>
Wed, 26 Nov 2014 18:20:25 +0000 (13:20 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 26 Nov 2014 18:20:25 +0000 (13:20 -0500)
From-SVN: r218094

gcc/cp/cp-tree.h
gcc/cp/typeck2.c

index 19b72919ef44e023d034a0d81321f540ff69cca6..f1064e9ae24ba58664df6608ca5ab955a53c313a 100644 (file)
@@ -82,7 +82,7 @@ c-common.h, not after.
       CONVERT_EXPR_VBASE_PATH (in CONVERT_EXPR)
       OVL_ARG_DEPENDENT (in OVERLOAD)
       PACK_EXPANSION_LOCAL_P (in *_PACK_EXPANSION)
-      TINFO_RECHECK_ACCESS_P (in TEMPLATE_INFO)
+      TINFO_HAS_ACCESS_ERRORS (in TEMPLATE_INFO)
       SIZEOF_EXPR_TYPE_P (in SIZEOF_EXPR)
    1: IDENTIFIER_VIRTUAL_P (in IDENTIFIER_NODE)
       TI_PENDING_TEMPLATE_FLAG.
index 5748650ccf45c866241af6633dc7990ec932eb8a..92c04178c213f694170462b958e4453afb0ddb91 100644 (file)
@@ -790,7 +790,7 @@ store_init_value (tree decl, tree init, vec<tree, va_gc>** cleanups, int flags)
 
   value = extend_ref_init_temps (decl, value, cleanups);
 
-  /* In C++0x constant expression is a semantic, not syntactic, property.
+  /* In C++11 constant expression is a semantic, not syntactic, property.
      In C++98, make sure that what we thought was a constant expression at
      template definition time is still constant and otherwise perform this
      as optimization, e.g. to fold SIZEOF_EXPRs in the initializer.  */