diff options
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r-- | gcc/cp/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c index 003c3e6..079df97 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -772,7 +772,7 @@ is_admissible_throw_operand (expr) conversion. */ else if (CLASS_TYPE_P (type) && CLASSTYPE_PURE_VIRTUALS (type)) { - cp_error ("Expression '%E' of abstract class type '%T' cannot be used in throw-expression", expr, type); + cp_error ("expression '%E' of abstract class type '%T' cannot be used in throw-expression", expr, type); return false; } |