This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a7e7d3 Daily bump. new 4067c0f Fix PR c++/68936 new bc24d01 Fix logic bug in Cilk Plus array expansion
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/cp/ChangeLog | 14 ++++++++++++++ gcc/cp/cp-array-notation.c | 4 ++-- gcc/cp/tree.c | 6 +++++- gcc/testsuite/ChangeLog | 12 ++++++++++++ gcc/testsuite/c-c++-common/cilk-plus/AN/an-if.c | 5 ++++- gcc/testsuite/c-c++-common/cilk-plus/AN/fn_ptr-2.c | 14 ++++++++++++++ gcc/testsuite/c-c++-common/cilk-plus/CK/pr60469.c | 5 ++++- gcc/testsuite/g++.dg/template/pr68936.C | 20 ++++++++++++++++++++ 8 files changed, 75 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cilk-plus/AN/fn_ptr-2.c create mode 100644 gcc/testsuite/g++.dg/template/pr68936.C