This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7240a2d7f97 PR c++/79520 * g++.dg/cpp1y/constexpr-79520.C: New test. new 65182c061cc RISC-V: Fix C ABI for flattened struct with 0-length bitfield.
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 | 13 +++ gcc/config/riscv/riscv.c | 92 ++++++++++++++++++---- gcc/testsuite/ChangeLog | 6 ++ .../gcc.target/riscv/flattened-struct-abi-1.c | 9 +++ .../gcc.target/riscv/flattened-struct-abi-2.c | 9 +++ 5 files changed, 113 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/flattened-struct-abi-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/flattened-struct-abi-2.c