This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 006693a59f7 libgfortran: Fix negation for largest integer [PR81986] new 4ad5b1915d5 cfgrtl: Fix up fixup_partitions caused ICE [PR99085] new b5040344b9c dwarf2out: Fix -gsplit-dwarf on riscv or other non-.uleb128 [...] new ba09d11a9d0 c-family: Avoid ICE on va_arg [PR99324]
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/c-family/c-common.c | 6 +-- gcc/cfgrtl.c | 59 ++++++++++++++++++++++++--- gcc/dwarf2out.c | 31 ++++++++++---- gcc/testsuite/gcc.c-torture/compile/pr99324.c | 19 +++++++++ gcc/testsuite/gcc.dg/graphite/pr99085.c | 20 +++++++++ 5 files changed, 120 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr99324.c create mode 100644 gcc/testsuite/gcc.dg/graphite/pr99085.c