projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e053cf0
)
re PR translation/53764 (Typo in translatable string: "literalto")
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Mon, 19 Nov 2012 16:28:04 +0000
(16:28 +0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Mon, 19 Nov 2012 16:28:04 +0000
(16:28 +0000)
PR translation/53764
compiler: Fix typo in error message.
Reported by Roland Stigge.
From-SVN: r193626
gcc/go/gofrontend/parse.cc
patch
|
blob
|
history
diff --git
a/gcc/go/gofrontend/parse.cc
b/gcc/go/gofrontend/parse.cc
index ab2bb7cf29d036a340450c9a0565aefd61d373e3..72059b88a55631518903f819d1a711e827dad443 100644
(file)
--- 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)