* decl.c (build_enumerator): Tweak diagnostic.
authorJason Merrill <jason@redhat.com>
Fri, 29 Jul 2016 15:10:58 +0000 (11:10 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 29 Jul 2016 15:10:58 +0000 (11:10 -0400)
From-SVN: r238873

gcc/cp/ChangeLog
gcc/cp/decl.c

index 62c6e53b99a25c179e50c58d1b0a0680a0049c77..71aa08478066658c309a88a27a958f35268e7060 100644 (file)
@@ -1,5 +1,7 @@
 2016-07-29  Jason Merrill  <jason@redhat.com>
 
+       * decl.c (build_enumerator): Tweak diagnostic.
+
        PR c++/72457
        * init.c (expand_aggr_init_1): Only handle value-init of bases.
        * constexpr.c (build_data_member_initialization): Handle multiple
index c7bad41c99b79ddc4906eecf66d1aefc0b876ce3..d2ba7baadc72207e94d42b07c012f3229523a8a3 100644 (file)
@@ -13590,7 +13590,7 @@ build_enumerator (tree name, tree value, tree enumtype, tree attributes,
              if (! INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P
                  (TREE_TYPE (value)))
                {
-                 error ("enumerator for %qD must have integral or "
+                 error ("enumerator value for %qD must have integral or "
                         "unscoped enumeration type", name);
                  value = NULL_TREE;
                }