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 9c461798d5d Handle operator new with alignment in usm transform. adds cd29fc9e6f9 Daily bump. adds 4db0753959d x86: fix VENDOR_MAX enum value adds 2a2093a9d40 i386: fix pedantic warning adds 0737125ec0e IBM zSystems: Fix function_ok_for_sibcall [PR106355] adds da1f6e5260d Relax assertion in profiler adds 29a1eb400bd Daily bump. adds 4b54eb8afe8 aarch64: fix off-by-one in reading cpuinfo adds 3668a59ae22 aarch64: update Ampere-1 core definition adds e089e35af1e Daily bump. adds 72717ec3ab6 IRA: Make sure array is big enough adds ca0220d42e0 lto: do not load LTO stream for aliases [PR107418] new ceab31ff040 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 | 49 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/common/config/i386/i386-cpuinfo.h | 6 ++- gcc/config/aarch64/aarch64-cores.def | 2 +- gcc/config/aarch64/driver-aarch64.cc | 4 +- gcc/config/s390/s390.cc | 47 +++++++++++---------- gcc/ira.cc | 1 + gcc/lto/lto-dump.cc | 3 +- gcc/profile.cc | 12 +++--- gcc/testsuite/ChangeLog | 24 +++++++++++ gcc/testsuite/gcc.target/aarch64/cpunative/info_18 | 8 ++++ .../gcc.target/aarch64/cpunative/native_cpu_18.c | 15 +++++++ gcc/testsuite/gcc.target/s390/pr106355-1.c | 42 +++++++++++++++++++ gcc/testsuite/gcc.target/s390/pr106355-2.c | 8 ++++ gcc/testsuite/gcc.target/s390/pr106355-3.c | 8 ++++ gcc/testsuite/gcc.target/s390/pr106355.h | 18 ++++++++ gcc/testsuite/gnat.dg/specs/coverage1.ads | 10 +++++ gcc/testsuite/gnat.dg/specs/variant_part.ads | 1 + gcc/testsuite/gnat.dg/specs/weak1.ads | 2 + 19 files changed, 227 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/cpunative/info_18 create mode 100644 gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_18.c create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-1.c create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-2.c create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-3.c create mode 100644 gcc/testsuite/gcc.target/s390/pr106355.h create mode 100644 gcc/testsuite/gnat.dg/specs/coverage1.ads