]> gcc.gnu.org Git - gcc.git/commit - gcc/c/ChangeLog
re PR c/79837 (incomplete diagnostic in c-parser: expected +, *, -, &, ^, |, &&,...
authorJakub Jelinek <jakub@redhat.com>
Fri, 3 Mar 2017 20:16:58 +0000 (21:16 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 3 Mar 2017 20:16:58 +0000 (21:16 +0100)
commit79c9b7a84f15938037fd209af24bbfa77ae02cbe
tree92b3c33e8e41e4f5ca4234383414dad00c861c17
parent883c8f06ff164714d1e62c954c6e035d197ccd61
re PR c/79837 (incomplete diagnostic in c-parser: expected +, *, -, &, ^, |, &&, ||, min or identifier)

PR c/79837
* c-parser.c (c_parser_omp_clause_reduction): Don't mention
%<min%> or %<max%> in the diagnostics, instead mention identifier.
(c_parser_omp_declare_reduction): Don't mention %<min%> in the
diagnostics.

From-SVN: r245885
gcc/c/ChangeLog
gcc/c/c-parser.c
This page took 0.059091 seconds and 5 git commands to generate.