This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from eab76310e66 libstdc++: Remove overzealous static_asserts from std::span new afb81aab232 Daily bump. new 3444bed1a0b PR target/96759 - Handle global variable assignment from mi [...] new 523e6e5bd47 Fix PR97439
The 3 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 | 6 +++ gcc/DATESTAMP | 2 +- gcc/dfp.c | 2 + gcc/expr.c | 2 + gcc/testsuite/ChangeLog | 13 +++++ gcc/testsuite/g++.target/riscv/pr96759.C | 8 +++ gcc/testsuite/gcc.dg/dfp/pr97439.c | 27 ++++++++++ gcc/testsuite/gcc.target/riscv/pr96759.c | 13 +++++ libstdc++-v3/ChangeLog | 85 ++++++++++++++++++++++++++++++++ 9 files changed, 157 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.target/riscv/pr96759.C create mode 100644 gcc/testsuite/gcc.dg/dfp/pr97439.c create mode 100644 gcc/testsuite/gcc.target/riscv/pr96759.c