diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index d54cf8a..48dbca1 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -3171,7 +3171,7 @@ cp_parser_diagnose_invalid_type_name (cp_parser *parser, tree id, if (suggestion) { gcc_rich_location richloc (location); - richloc.add_fixit_misspelled_id (location, suggestion); + richloc.add_fixit_replace (suggestion); error_at_rich_loc (&richloc, "%qE does not name a type; did you mean %qs?", id, suggestion); |