This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 971e7f1 PR rtl-optimization/77919 * expr.c (expand_expr_real_1) <no [...] new 55c0151 S/390: Add support for arch<n> arch/tune options. new 987860a S/390: Add static OSC breaker if necessary.
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 | 18 +++ gcc/config.gcc | 2 +- gcc/config/s390/linux.h | 14 +- gcc/config/s390/s390.c | 152 +++++++++++++++++++++ gcc/config/s390/s390.md | 8 ++ gcc/config/s390/s390.opt | 24 ++++ gcc/config/s390/tpf.h | 17 ++- gcc/doc/invoke.texi | 16 ++- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/gcc.target/s390/oscbreak-1.c | 25 ++++ .../{tattr-m64-1.c => tattr-m64-33.c} | 38 +++--- 11 files changed, 293 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/oscbreak-1.c copy gcc/testsuite/gcc.target/s390/target-attribute/{tattr-m64-1.c => tattr-m64-33 [...]