From: Tobias Burnus Date: Fri, 14 May 2021 05:58:15 +0000 (+0200) Subject: Merge branch 'releases/gcc-11' into devel/omp/gcc-11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c208fa3caef6c25aaffc2a019f4d6033f5be3457;p=thirdparty%2Fgcc.git Merge branch 'releases/gcc-11' into devel/omp/gcc-11 Merge from 250f234988b6231669a720c52101d3686d64507 (last common commit of GCC 11+12, one commit before tag basepoints/gcc-12) up to current releases/gcc-11, which is 'Daily bump.' commit e3f08b40a1f7195f72bcb1651884562c4b891157 (May 14, 2021) --- c208fa3caef6c25aaffc2a019f4d6033f5be3457 diff --cc gcc/cp/semantics.c index ba7d869cdb5e,3a6468fd5f3b..2ef838df37bb --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@@ -6583,9 -6527,8 +6583,9 @@@ finish_omp_clauses (tree clauses, enum has been seen, -2 if mixed inscan/normal reduction diagnosed. */ int reduction_seen = 0; bool allocate_seen = false; - bool detach_seen = false; + tree detach_seen = NULL_TREE; bool mergeable_seen = false; + bool oacc_gang_seen = false; bitmap_obstack_initialize (NULL); bitmap_initialize (&generic_head, &bitmap_default_obstack);