This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6c9208959c3 * da.po, es.po: Update. new d96999c66fa PR middle-end/80853 * omp-low.c (lower_reduction_clauses) [...] new 2be704a8328 PR middle-end/80809 * gimplify.c (omp_add_variable): For [...] new b923886062f PR middle-end/80809 * omp-low.c (finish_taskreg_remap): N [...] new 5c05c939995 * c-fold.c (c_fully_fold_internal): Save the c_fully_fold_ [...]
The 4 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 | 19 ++++++++++++++ gcc/c/ChangeLog | 7 ++++++ gcc/c/c-fold.c | 16 +++++------- gcc/gimplify.c | 6 ++--- gcc/omp-low.c | 44 ++++++++++++++++++++++++++++++--- libgomp/ChangeLog | 12 +++++++++ libgomp/testsuite/libgomp.c/pr80809-1.c | 29 ++++++++++++++++++++++ libgomp/testsuite/libgomp.c/pr80809-2.c | 35 ++++++++++++++++++++++++++ libgomp/testsuite/libgomp.c/pr80809-3.c | 42 +++++++++++++++++++++++++++++++ libgomp/testsuite/libgomp.c/pr80853.c | 29 ++++++++++++++++++++++ 10 files changed, 223 insertions(+), 16 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/pr80809-1.c create mode 100644 libgomp/testsuite/libgomp.c/pr80809-2.c create mode 100644 libgomp/testsuite/libgomp.c/pr80809-3.c create mode 100644 libgomp/testsuite/libgomp.c/pr80853.c