This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dc6c3bfb59b c++: ICE with noexcept and local specialization [PR114114] new 93e1d4d24ed Fortran: error recovery while simplifying expressions [PR10 [...] new 10cbfcd60f9 [PR target/113001] Fix incorrect operand swapping in condit [...]
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/config/riscv/riscv.cc | 2 - gcc/fortran/arith.cc | 134 +++++++++++++++------ .../riscv/{zicond-ice-2.c => zicond-ice-3.c} | 16 ++- gcc/testsuite/gcc.target/riscv/zicond-ice-4.c | 22 ++++ .../gfortran.dg/arithmetic_overflow_3.f90 | 48 ++++++++ gcc/testsuite/gfortran.dg/pr99350.f90 | 2 +- 6 files changed, 175 insertions(+), 49 deletions(-) copy gcc/testsuite/gcc.target/riscv/{zicond-ice-2.c => zicond-ice-3.c} (60%) create mode 100644 gcc/testsuite/gcc.target/riscv/zicond-ice-4.c create mode 100644 gcc/testsuite/gfortran.dg/arithmetic_overflow_3.f90