summaryrefslogtreecommitdiffstats
path: root/gcc/cp/pt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r--gcc/cp/pt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 027e04a4df7..8ded3335e65 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -6324,7 +6324,7 @@ tsubst (t, args, complain, in_decl)
Attempting to create an array with a size that is
zero or negative. */
if (complain)
- cp_error ("creating array with size `%E'", max);
+ cp_error ("creating array with size zero (`%E')", max);
return error_mark_node;
}
OpenPOWER on IntegriCloud