+2017-03-03 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/79836
+ * c-parser.c (c_parser_generic_selection): Use %<_Generic%>
+ instead of %<_Generic>.
+ (c_parser_omp_ordered): Use %<depend%> instead of %<depend>.
+ (c_parser_omp_target_exit_data): Use %<release%> instead of
+ %<release>.
+
2017-02-28 Jakub Jelinek <jakub@redhat.com>
* c-parser.c (c_parser_asm_statement): Use cond ? G_("...") : G_("...")
else
{
error_at (assoc.type_location,
- "%<_Generic> selector matches multiple associations");
+ "%<_Generic%> selector matches multiple associations");
inform (matched_assoc.type_location,
"other match is here");
}
if (context == pragma_stmt)
{
error_at (loc,
- "%<#pragma omp ordered%> with %<depend> clause may "
+ "%<#pragma omp ordered%> with %<depend%> clause may "
"only be used in compound statements");
c_parser_skip_to_pragma_eol (parser, false);
return false;
map_seen |= 1;
error_at (OMP_CLAUSE_LOCATION (*pc),
"%<#pragma omp target exit data%> with map-type other "
- "than %<from%>, %<release> or %<delete%> on %<map%>"
+ "than %<from%>, %<release%> or %<delete%> on %<map%>"
" clause");
*pc = OMP_CLAUSE_CHAIN (*pc);
continue;