This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from f8a1c619be1 Fortran "declare create"/allocate support for OpenACC: adju [...] adds f170f1e73fb Daily bump. adds f755e367117 openmp: Fix handling of target constructs in static member [...] adds a46f71c1a5c openmp, c: Tighten up c_tree_equal [PR106981] adds c8dc6b06daf openmp: Fix ICE with taskgroup at -O0 -fexceptions [PR107001] adds 7d5e6cd2d3f tree-cfg: Fix a verification diagnostic typo [PR107121] adds 07a310153b6 libgomp: Fix up creation of artificial teams adds 20ef7d7c578 c++: Fix up constexpr handling of char/signed char/short pr [...] adds 31f25cf4ef9 c, c++: Fix up excess precision handling of scalar_to_vecto [...] adds 35e8b889af1 i386: Fix uninitialized register after peephole2 conversion [...] adds 14a92220a2f Daily bump. new ac4836203ad Merge branch 'releases/gcc-12' into devel/omp/gcc-12 new f9d5362918e Align with: "OpenMP/Fortran: 'target update' with DT components"
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 | 33 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 19 +++++++++ gcc/c/c-typeck.cc | 4 +- gcc/config/i386/i386.md | 3 +- gcc/cp/ChangeLog | 19 +++++++++ gcc/cp/constexpr.cc | 12 ++++++ gcc/fortran/ChangeLog.omp | 7 ++++ gcc/fortran/openmp.cc | 9 +---- gcc/testsuite/ChangeLog | 48 ++++++++++++++++++++++ gcc/testsuite/c-c++-common/pr107358.c | 30 ++++++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-105774.C | 15 +++++++ gcc/testsuite/g++.target/i386/pr107404.C | 53 +++++++++++++++++++++++++ gcc/tree-cfg.cc | 2 +- libgomp/ChangeLog | 21 ++++++++++ libgomp/ChangeLog.omp | 5 +++ libgomp/testsuite/libgomp.fortran/target-13.f90 | 13 +++--- 17 files changed, 275 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr107358.c create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-105774.C create mode 100644 gcc/testsuite/g++.target/i386/pr107404.C