This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0b3bf55cacb Add missing header file attribs.h to couple of targets. new b4ae034c3ad PR c/69389 * gimplify.c (goa_stabilize_expr): Handle BIT_ [...]
The 1 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 | 6 ++ gcc/c-family/ChangeLog | 5 ++ gcc/c-family/c-omp.c | 90 ++++++++++++++++++++--- gcc/gimplify.c | 6 ++ libgomp/ChangeLog | 6 ++ libgomp/testsuite/libgomp.c++/pr69389.C | 3 + libgomp/testsuite/libgomp.c/pr69389.c | 124 ++++++++++++++++++++++++++++++++ 7 files changed, 231 insertions(+), 9 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c++/pr69389.C create mode 100644 libgomp/testsuite/libgomp.c/pr69389.c