This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-coroutines in repository gcc.
from 49abbd2a8aa Merge master r11-2911. adds 33a55fdb1e7 Fix shadd-2.c scan assembler count. adds 82030d51017 libstdc++: Make std::chrono::duration use reduced ratio for period adds cad843c7e7a gotest: use a space rather than a middle dot in target lists adds 8b394f011a8 Daily bump. adds 6ba09730375 Fix: AVX512VP2INTERSECT should imply AVX512DQ. adds 58d6eea0e07 Add expander for movp2hi and movp2qi. adds 3ba43155d2b testsuite: Run gcc.dg/pr96579.c only on targets with dfp support. adds 9d463ce7f98 This patch fixes PR96624. adds 43f3e695699 aarch64: Disable mem-shift-canonical test on ILP32 adds 3b062fc43e1 fix a typo in rtl.texi adds b648814c02e [PATCH PR96357][GCC][AArch64]: could not split insn UNSPEC_ [...] adds cb3c3d63315 Fortran: Fix absent-optional handling for nondescriptor arr [...] adds ba6373a3978 PR c/96596 - ICE in match_builtin_function_types on a decla [...] adds 1ad755dcbbd Correct calls to vec::safe_grow in conditionally compiled code. adds 1c1e41b0650 amdgcn: Update vec_safe_grow_cleared usage adds 26c24398d36 rs6000: r12 copy cleanup new 55179eb2451 Merge master r11-2927.
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 | 208 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 + gcc/c/ChangeLog | 5 + gcc/c/c-decl.c | 5 +- gcc/common/config/i386/i386-common.c | 4 +- gcc/config/aarch64/aarch64-sve.md | 42 ++++- gcc/config/gcn/gcn-tree.c | 2 +- gcc/config/i386/i386-expand.c | 6 + gcc/config/i386/sse.md | 24 +++ gcc/config/rs6000/rs6000.c | 6 +- gcc/cp/ChangeLog | 11 ++ gcc/doc/rtl.texi | 2 +- gcc/fortran/ChangeLog | 11 ++ gcc/fortran/simplify.c | 14 +- gcc/fortran/trans-array.c | 10 +- gcc/ggc-common.c | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/jit/jit-recording.c | 2 +- gcc/lto/ChangeLog | 5 + gcc/testsuite/ChangeLog | 50 +++++ .../gcc.dg/Wbuiltin-declaration-mismatch-16.c | 12 ++ gcc/testsuite/gcc.dg/pr96579.c | 2 +- .../gcc.target/aarch64/mem-shift-canonical.c | 1 + gcc/testsuite/gcc.target/aarch64/sve/pr96357.c | 25 +++ gcc/testsuite/gcc.target/hppa/shadd-2.c | 2 +- gcc/testsuite/gcc.target/i386/double_mask_reg-1.c | 19 ++ .../gfortran.dg/optional_assumed_charlen_2.f90 | 48 +++++ gcc/testsuite/gfortran.dg/reshape_8.f90 | 14 ++ libgo/testsuite/gotest | 4 +- libstdc++-v3/ChangeLog | 92 +++++++++ libstdc++-v3/include/std/chrono | 45 ++++- .../duration/requirements/reduced_period.cc | 131 +++++++++++++ .../20_util/duration/requirements/typedefs_neg2.cc | 3 +- 34 files changed, 780 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wbuiltin-declaration-mismatch-16.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr96357.c create mode 100644 gcc/testsuite/gcc.target/i386/double_mask_reg-1.c create mode 100644 gcc/testsuite/gfortran.dg/optional_assumed_charlen_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/reshape_8.f90 create mode 100644 libstdc++-v3/testsuite/20_util/duration/requirements/reduced_period.cc