aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/parse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/parse.cc b/gcc/go/gofrontend/parse.cc
index ab2bb7c..72059b8 100644
--- a/gcc/go/gofrontend/parse.cc
+++ b/gcc/go/gofrontend/parse.cc
@@ -2941,7 +2941,7 @@ Parse::primary_expr(bool may_be_sink, bool may_be_composite_lit,
if (t->named_type() != NULL
|| t->forward_declaration_type() != NULL)
error_at(start_loc,
- _("parentheses required around this composite literal"
+ _("parentheses required around this composite literal "
"to avoid parsing ambiguity"));
}
else if (is_parenthesized)