diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index ed885a5..a2585a6 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -6585,7 +6585,7 @@ find_flexarrays (tree t, flexmems_t *fmem, bool base_p, if (TREE_CODE (fld) == TYPE_DECL && DECL_IMPLICIT_TYPEDEF_P (fld) && CLASS_TYPE_P (TREE_TYPE (fld)) - && anon_aggrname_p (DECL_NAME (fld))) + && IDENTIFIER_ANON_P (DECL_NAME (fld))) { /* Check the nested unnamed type referenced via a typedef independently of FMEM (since it's not a data member of |