diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 586a32c..529f37f 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -5368,7 +5368,7 @@ finalize_literal_type_property (tree t) DECL_DECLARED_CONSTEXPR_P (fn) = false; if (!DECL_GENERATED_P (fn) && pedwarn (DECL_SOURCE_LOCATION (fn), OPT_Wpedantic, - "enclosing class of constexpr non-static member " + "enclosing class of %<constexpr%> non-static member " "function %q+#D is not a literal type", fn)) explain_non_literal_class (t); } @@ -5406,7 +5406,7 @@ explain_non_literal_class (tree t) { inform (UNKNOWN_LOCATION, " %q+T is not an aggregate, does not have a trivial " - "default constructor, and has no constexpr constructor that " + "default constructor, and has no %<constexpr%> constructor that " "is not a copy or move constructor", t); if (type_has_non_user_provided_default_constructor (t)) /* Note that we can't simply call locate_ctor because when the |