This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 127c05f4933 forwprop: Recongize a store of integral zero for optimize_a [...] new b0927c5c8c8 D: Adjust the code-gen for a string constant. new 2aac5a6fa77 Fortran: gfortran rejects procedure binding on PDT [PR121398] new 7fe1caf81f1 Update gcc .po files new 041248ca43b c++: Quoting in -fmodules-mapper new fb3be07b05e aarch64: Fix spelling of BRANCH_LEN_N_1KiB new dd9f0d402b3 aarch64: Remove an indentation level from aarch64_if_then_e [...] new aa14b355ca7 aarch64: Reorg aarch64_if_the_else_costs, conditional branch new d91b9432f3d aarch64: Use aarch64_gen_compare_zero_and_branch in aarch64 [...] new 75097ad09e8 aarch64: Fix gcs save/restore_stack_nonlocal new ed101b98e25 aarch64: Rename and improve aarch64_split_imm24 new 21d94bf16f1 aarch64: Fix aarch64_split_imm24 patterns new 5a2d86939c7 aarch64: Disable TARGET_CMPBR with aarch64_track_speculation new 976bad6ea48 aarch64: Remove cc clobber from *aarch64_tbz<LTGE><ALLI>1 new 23b878dfa29 aarch64: Fix gcc.target/aarch64/cmpbr.c enable new 2af897e11b3 aarch64: Consider TARGET_CMPBR in rtx costs new afd6aa80b37 aarch64: CMPBR branches must be invertable new bc11cbff9e6 aarch64: Fix condition accepted by mov<ALLI>cc new 1afd70fa2e5 Daily bump. new 9992c0a0e1b cobol: Bring EBCDIC NumericDisplay variables into IBM compliance. new 1b5b461428f Improve initial code generation for addsi/adddi new 587b8a62f50 fortran: add optional lower arg to c_f_pointer new 6d9c1aad2c4 Restrict aggregate copy VN generalization new 5294840e3c7 tree-optimization/121493 - another missed VN with aggregate copy new bceae48c3c0 Do not use STMT_VINFO_VECTYPE in vectorizable_reduction new 5e76090d320 Pass down vector type to avoid STMT_VINFO_VECTYPE on reduc-info new 1786be14e94 Do not set STMT_VINFO_VECTYPE for non-dataref stmts new 2fe432175ef forwprop: Fix non-call exceptions some more with copy prop [...] new a440b382e43 tree-optimization/121514 - ICE with recent VN improvement new c5dab6fb402 tree-optimization/121509 - failure to detect unvectorizable loop new e82c8413eda fwprop: Don't propagate asms [PR121253]
The 30 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 | 140 + gcc/DATESTAMP | 2 +- gcc/cobol/genapi.cc | 462 +- gcc/cobol/genmath.cc | 1 - gcc/cobol/genutil.cc | 104 +- gcc/config/aarch64/aarch64-protos.h | 4 + gcc/config/aarch64/aarch64-sme.md | 3 +- gcc/config/aarch64/aarch64.cc | 134 +- gcc/config/aarch64/aarch64.h | 5 +- gcc/config/aarch64/aarch64.md | 184 +- gcc/config/aarch64/constraints.md | 10 +- gcc/config/aarch64/iterators.md | 20 +- gcc/config/aarch64/predicates.md | 23 +- gcc/config/riscv/riscv-protos.h | 1 + gcc/config/riscv/riscv.cc | 94 + gcc/config/riscv/riscv.md | 28 +- gcc/cp/ChangeLog | 25 + gcc/cp/mapper-client.cc | 46 +- gcc/d/ChangeLog | 6 + gcc/d/d-codegen.cc | 6 +- gcc/fortran/ChangeLog | 16 + gcc/fortran/check.cc | 40 +- gcc/fortran/intrinsic.cc | 5 +- gcc/fortran/intrinsic.h | 2 +- gcc/fortran/intrinsic.texi | 18 +- gcc/fortran/resolve.cc | 42 +- gcc/fortran/trans-intrinsic.cc | 98 +- gcc/fwprop.cc | 14 + gcc/po/ChangeLog | 6 + gcc/po/be.po | 11433 +++++++++--------- gcc/po/da.po | 11466 +++++++++--------- gcc/po/de.po | 11576 +++++++++--------- gcc/po/el.po | 11448 +++++++++--------- gcc/po/es.po | 11489 +++++++++--------- gcc/po/fi.po | 11473 +++++++++--------- gcc/po/fr.po | 11575 +++++++++--------- gcc/po/hr.po | 11455 +++++++++--------- gcc/po/id.po | 11465 +++++++++--------- gcc/po/ja.po | 11465 +++++++++--------- gcc/po/ka.po | 11424 +++++++++--------- gcc/po/nl.po | 11454 +++++++++--------- gcc/po/ru.po | 11489 +++++++++--------- gcc/po/sr.po | 11454 +++++++++--------- gcc/po/sv.po | 11595 ++++++++++--------- gcc/po/tr.po | 11467 +++++++++--------- gcc/po/uk.po | 11497 +++++++++--------- gcc/po/vi.po | 11461 +++++++++--------- gcc/po/zh_CN.po | 11480 +++++++++--------- gcc/po/zh_TW.po | 11465 +++++++++--------- gcc/testsuite/ChangeLog | 148 + ...CATE_Rule_8_OPTION_INITIALIZE_with_figconst.out | 6 +- gcc/testsuite/gcc.dg/torture/pr121514.c | 20 + gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-109.c | 23 + gcc/testsuite/gcc.dg/vect/pr121509.c | 42 + gcc/testsuite/gcc.target/aarch64/cmpbr-1.c | 25 + gcc/testsuite/gcc.target/aarch64/cmpbr-2.c | 110 + gcc/testsuite/gcc.target/aarch64/cmpbr-3.c | 15 + gcc/testsuite/gcc.target/aarch64/cmpbr.c | 9 +- gcc/testsuite/gcc.target/aarch64/gcs-nonlocal-3.c | 2 +- .../aarch64/ifcvt_multiple_sets_rewire.c | 4 +- gcc/testsuite/gcc.target/aarch64/pr121253.c | 16 + gcc/testsuite/gcc.target/riscv/add-synthesis-1.c | 40 + .../gfortran.dg/c_f_pointer_shape_tests_7.f90 | 35 + .../gfortran.dg/c_f_pointer_shape_tests_8.f90 | 24 + .../gfortran.dg/c_f_pointer_shape_tests_9.f90 | 17 + gcc/testsuite/gfortran.dg/pdt_generic_1.f90 | 94 + gcc/tree-ssa-forwprop.cc | 5 + gcc/tree-ssa-sccvn.cc | 28 +- gcc/tree-vect-loop.cc | 11 +- gcc/tree-vect-stmts.cc | 25 +- libgcobol/common-defs.h | 53 +- libgcobol/configure | 1 - libgcobol/libgcobol.cc | 360 +- libgcobol/stringbin.cc | 2 +- 74 files changed, 117816 insertions(+), 114469 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr121514.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-109.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr121509.c create mode 100644 gcc/testsuite/gcc.target/aarch64/cmpbr-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/cmpbr-2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/cmpbr-3.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr121253.c create mode 100644 gcc/testsuite/gcc.target/riscv/add-synthesis-1.c create mode 100644 gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_7.f90 create mode 100644 gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_8.f90 create mode 100644 gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_9.f90 create mode 100644 gcc/testsuite/gfortran.dg/pdt_generic_1.f90