This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 78a08bf4a16 Daily bump. new c9fd43a8df0 libiberty: Fix up > 64K section handling in simple_object_e [...] new 90a9c36dc3b c++: Fix get_member_function_from_ptrfunc with -fsanitize=b [...] new 5609246b561 c++: Disable deprecated/unavailable diagnostics when creati [...]
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/cp/method.cc | 6 + gcc/cp/typeck.cc | 19 ++- gcc/testsuite/g++.dg/ubsan/pr116449.C | 14 ++ gcc/testsuite/g++.dg/warn/deprecated-19.C | 22 ++++ libiberty/simple-object-elf.c | 210 ++++++++++++++++++++---------- 5 files changed, 201 insertions(+), 70 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/pr116449.C create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-19.C