This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d79d12d3fae AVR: AVR-SD: Put a valid opcode prior to gs() table in .sub [...] new 9cc77226748 Ada: Fix incorrect renaming of primitive subprogram in obje [...] new d277d4e3745 [RISC-V] Ignore useless zero-initialization in conditional [...]
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/ada/exp_ch2.adb | 3 +- gcc/ada/exp_ch8.adb | 17 +------- gcc/ada/sem_ch8.adb | 64 ++++++++++++++++------------- gcc/config/riscv/riscv.cc | 7 ++++ gcc/testsuite/gcc.target/riscv/czero-bext.c | 17 ++++++++ gcc/testsuite/gnat.dg/renaming19.adb | 24 +++++++++++ gcc/testsuite/gnat.dg/renaming19_pkg.adb | 18 ++++++++ gcc/testsuite/gnat.dg/renaming19_pkg.ads | 16 ++++++++ 8 files changed, 120 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/czero-bext.c create mode 100644 gcc/testsuite/gnat.dg/renaming19.adb create mode 100644 gcc/testsuite/gnat.dg/renaming19_pkg.adb create mode 100644 gcc/testsuite/gnat.dg/renaming19_pkg.ads