C++ PATCH to fix typo in cp-tree.h

2019-05-30 Thread Marek Polacek
Noticed this is -> if typo. Applying to trunk as obvious. 2019-05-30 Marek Polacek * cp-tree.h (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Fix a typo. diff --git gcc/cp/cp-tree.h gcc/cp/cp-tree.h index 7a74fd4fac5..edd59d5f000 100644 --- gcc/cp/cp-tree.h +++ gcc/cp/cp-tree.h @@ -4295,7 +4295,7

C++ PATCH to fix typo in cp-tree.h

2018-08-21 Thread Marek Polacek
We don't have INDIRECT_EXPR. Applying as obvious. 2018-08-21 Marek Polacek * cp-tree.h: Fix typo. --- gcc/cp/cp-tree.h +++ gcc/cp/cp-tree.h @@ -3656,7 +3656,7 @@ struct GTY(()) lang_decl { (LANG_DECL_FN_CHECK (FUNCTION_DECL_CHECK (NODE)) \ ->u.saved_language_function) -/