* cp-gimplify.c (cp_fold): Add variable name.
authorJason Merrill <jason@redhat.com>
Sun, 9 Oct 2016 02:41:47 +0000 (22:41 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 9 Oct 2016 02:41:47 +0000 (22:41 -0400)
From-SVN: r240897

gcc/cp/ChangeLog
gcc/cp/cp-gimplify.c

index 32b011f..02adc2b 100644 (file)
@@ -1,5 +1,7 @@
 2016-10-08  Jason Merrill  <jason@redhat.com>
 
+       * cp-gimplify.c (cp_fold): Add variable name.
+
        * cp-gimplify.c (cp_fold): Distribute cp_truthvalue_conversion
        into COND_EXPR.
 
index 4879632..b085f3a 100644 (file)
@@ -2255,7 +2255,7 @@ cp_fold (tree x)
 
       if (TREE_CODE (TREE_TYPE (x)) == BOOLEAN_TYPE)
        {
-         warning_sentinel (warn_int_in_bool_context);
+         warning_sentinel (warn_int_in_bool_context);
          if (!VOID_TYPE_P (TREE_TYPE (op1)))
            op1 = cp_truthvalue_conversion (op1);
          if (!VOID_TYPE_P (TREE_TYPE (op2)))