This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fd9ea52 Replace spaces with tabs and remove trailing whitespaces new c5e4f59 PR c/63326 * c-parser.c (c_parser_compound_statement_nostar [...] new d411bc7 PR tree-optimization/68552 * optabs.c (expand_vec_perm_1): [...]
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/ChangeLog | 7 + gcc/c/ChangeLog | 11 + gcc/c/c-parser.c | 11 +- gcc/cp/ChangeLog | 5 + gcc/cp/parser.c | 2 + gcc/optabs.c | 49 ++- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/c-c++-common/gomp/pr63326.c | 479 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/gomp/barrier-2.c | 2 +- libgomp/ChangeLog | 7 + libgomp/testsuite/libgomp.c++/cancel-parallel-2.C | 4 +- libgomp/testsuite/libgomp.c/cancel-parallel-2.c | 4 +- 12 files changed, 566 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr63326.c