diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index f1c3d9a..5a65943 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -7495,8 +7495,8 @@ potential_constant_expression_1 (tree t, bool want_rval, tsubst_flags_t flags) if (DECL_CONSTRUCTOR_P (DECL_CONTEXT (x)) && want_rval) { if (flags & tf_error) - error ("the value of the object being constructed is " - "not a constant expression"); + sorry ("use of the value of the object being constructed " + "in a constant expression"); return false; } return true; |