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 d8909f7d242 Reverted: c-c++-common/gomp/map-6.c: Fix dg-error due to ma [...] adds f1454a75c9a i386: Mark XMM4-XMM6 as clobbered by encodekey128/encodekey256 adds 2e81790f45c Fortran: NULL pointer dereference in invalid simplification [...] adds 22c2658a8b6 Fortran: fix ICE in generate_coarray_sym_init [PR82868] adds 2773a90c0f4 Fortran: error recovery while simplifying intrinsic UNPACK [...] adds aeba3e009b0 c++: fix triviality of class with unsatisfied op= adds 487307a1972 Daily bump. adds 1aa9ec7a030 Daily bump. adds 9de83c0939d Fortran: Fix function attributes [PR100132] adds 56275fd23e3 Fortran: Fix automatic reallocation inside select rank [PR100103] adds 13d3f27ab90 Daily bump. adds aca6668492f Daily bump. adds 59667a0a451 Update gcc sv.po adds 4b25752a297 gcc/config/t-i386: add build dependencies on i386-builtin-t [...] adds b947611dd47 Daily bump. adds 98508b96c53 Daily bump. adds 64e2d42de0f Daily bump. adds 4d2e2a761e2 Daily bump. adds d2e66295af7 Daily bump. adds 07da3856623 Fortran: Fix ICE and wrong code for assumed-rank arrays [PR [...] adds 39e4522e7dd Daily bump. adds 589bf05835e Daily bump. adds d6a5e8517c7 Add cpplib ro.po adds 97374f25e1e Daily bump. new b3f25511fb4 Merge branch 'releases/gcc-12' into devel/omp/gcc-12
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 | 30 ++ gcc/DATESTAMP | 2 +- gcc/config/i386/predicates.md | 20 +- gcc/config/i386/sse.md | 4 +- gcc/config/i386/t-i386 | 5 + gcc/cp/ChangeLog | 4 + gcc/cp/class.cc | 13 +- gcc/fortran/ChangeLog | 60 +++ gcc/fortran/expr.cc | 3 +- gcc/fortran/simplify.cc | 13 +- gcc/fortran/trans-array.cc | 4 +- gcc/fortran/trans-decl.cc | 1 + gcc/fortran/trans-expr.cc | 48 +- gcc/fortran/trans-types.cc | 15 +- gcc/po/ChangeLog | 4 + gcc/po/sv.po | 36 +- gcc/testsuite/ChangeLog | 73 +++ gcc/testsuite/g++.dg/cpp2a/cond-triv3.C | 44 ++ .../gcc.target/i386/keylocker-encodekey128.c | 1 - .../gcc.target/i386/keylocker-encodekey256.c | 1 - gcc/testsuite/gfortran.dg/PR100029.f90 | 22 + gcc/testsuite/gfortran.dg/PR100040.f90 | 36 ++ gcc/testsuite/gfortran.dg/PR100103.f90 | 76 +++ gcc/testsuite/gfortran.dg/PR100132.f90 | 75 +++ .../{associate_26.f90 => associate_26a.f90} | 6 +- gcc/testsuite/gfortran.dg/pr106985.f90 | 8 + gcc/testsuite/gfortran.dg/pr107054.f90 | 13 + libcpp/po/ChangeLog | 4 + libcpp/po/{zh_TW.po => ro.po} | 576 ++++++++++----------- libstdc++-v3/ChangeLog | 21 + 30 files changed, 860 insertions(+), 358 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/cond-triv3.C create mode 100644 gcc/testsuite/gfortran.dg/PR100029.f90 create mode 100644 gcc/testsuite/gfortran.dg/PR100040.f90 create mode 100644 gcc/testsuite/gfortran.dg/PR100103.f90 create mode 100644 gcc/testsuite/gfortran.dg/PR100132.f90 copy gcc/testsuite/gfortran.dg/{associate_26.f90 => associate_26a.f90} (65%) create mode 100644 gcc/testsuite/gfortran.dg/pr106985.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr107054.f90 copy libcpp/po/{zh_TW.po => ro.po} (52%)