This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5ec2f858b7 aix: only create named section for VAR_DECL or FUNCTION_DECL new 865362954f7 Daily bump. new c19f95fb1b8 RISC-V: Fix regular expression in target-specific test new 505032d97d0 value-range: Fix handling of POLY_INT_CST anti-ranges [PR96146] new 2ea10cbd66d ChangeLog: add missing Bugzilla PR. new 90efb2512d4 Fix ICE on warning with new interface check. new 2b4bbc17077 middle-end: Improve RTL expansion in expand_mul_overflow, new e7d6d8f9f7b compiler: handle aliases to pointer types with interfaces new e109f6e438b compiler: avoid generating unnamed bool type descriptor new 42f19c385db Daily bump.
The 9 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: contrib/ChangeLog | 4 + gcc/ChangeLog | 187 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 279 +++++++++++++++++++++ gcc/cp/ChangeLog | 21 ++ gcc/fortran/ChangeLog | 26 ++ gcc/fortran/frontend-passes.c | 1 + gcc/fortran/interface.c | 3 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 5 +- gcc/go/gofrontend/gogo.cc | 6 +- gcc/go/gofrontend/names.cc | 9 +- gcc/go/gofrontend/types.cc | 17 +- gcc/internal-fn.c | 3 + gcc/testsuite/ChangeLog | 110 ++++++++ .../gcc.target/aarch64/sve/acle/general/pr96146.c | 20 ++ .../gcc.target/riscv/read-thread-pointer.c | 2 +- gcc/testsuite/gfortran.dg/interface_48.f90 | 31 +++ gcc/value-range.cc | 47 ++-- libgomp/ChangeLog | 50 ++++ libiberty/ChangeLog | 8 + 21 files changed, 799 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr96146.c create mode 100644 gcc/testsuite/gfortran.dg/interface_48.f90