Hi,

I noticed the below, I'm committing the fix it as obvious.

Cheers, Paolo.

/////////////////

2018-01-18  Paolo Carlini  <paolo.carl...@oracle.com>

        * cp-tree.h: Fix comment typo (DECL_NON_TRIVIALLY_INITIALIZED_P
        vs DECL_NONTRIVIALLY_INITIALIZED_P).
Index: cp-tree.h
===================================================================
--- cp-tree.h   (revision 256864)
+++ cp-tree.h   (working copy)
@@ -407,7 +407,7 @@ extern GTY(()) tree cp_global_trees[CPTI_MAX];
       ICS_BAD_FLAG (in _CONV)
       FN_TRY_BLOCK_P (in TRY_BLOCK)
       BIND_EXPR_BODY_BLOCK (in BIND_EXPR)
-      DECL_NON_TRIVIALLY_INITIALIZED_P (in VAR_DECL)
+      DECL_NONTRIVIALLY_INITIALIZED_P (in VAR_DECL)
       CALL_EXPR_ORDERED_ARGS (in CALL_EXPR, AGGR_INIT_EXPR)
       DECLTYPE_FOR_REF_CAPTURE (in DECLTYPE_TYPE)
       CONSTRUCTOR_C99_COMPOUND_LITERAL (in CONSTRUCTOR)

Reply via email to