From: Jonathan Wakely Date: Thu, 23 May 2019 09:15:42 +0000 (+0100) Subject: Add whitespace between operator and operand X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a9c52d28465513d107c77145fffed7fdc798d09;p=gcc.git Add whitespace between operator and operand * cp-tree.h (CP_AGGREGATE_TYPE_P): Fix whitespace. From-SVN: r271543 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 30b9bf59684..8dacb224a8c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ 2019-05-23 Jonathan Wakely + * cp-tree.h (CP_AGGREGATE_TYPE_P): Fix whitespace. + * init.c (std_placement_new_fn_p): Remove outdated TODO comment that was resolved by r254694. diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 7ad3c6b436d..fb5470dd8c2 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -4166,7 +4166,7 @@ more_aggr_init_expr_args_p (const aggr_init_expr_arg_iterator *iter) checks in ascending code order. */ #define CP_AGGREGATE_TYPE_P(TYPE) \ (TREE_CODE (TYPE) == VECTOR_TYPE \ - ||TREE_CODE (TYPE) == ARRAY_TYPE \ + || TREE_CODE (TYPE) == ARRAY_TYPE \ || (CLASS_TYPE_P (TYPE) && !CLASSTYPE_NON_AGGREGATE (TYPE))) /* Nonzero for a class type means that the class type has a