From b39265d4fe13e3e8ce5021642e5092e74effb643 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Fri, 12 Nov 2021 00:16:32 +0000 Subject: Daily bump. --- gcc/c/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gcc/c') diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 306dadd..c291947 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,16 @@ +2021-11-11 Jakub Jelinek + + * c-parser.c (c_parser_omp_clause_num_teams): Parse optional + lower-bound and store it into OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR. + Use OMP_CLAUSE_NUM_TEAMS_UPPER_EXPR instead of + OMP_CLAUSE_NUM_TEAMS_EXPR. + (c_parser_omp_target): For OMP_CLAUSE_NUM_TEAMS evaluate before + combined target teams even lower-bound expression. + +2021-11-11 Richard Biener + + * gimple-parser.c: Shuffle bitmap.h include. + 2021-11-03 Joseph Myers PR c/103031 -- cgit v1.1