This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a6a15bc5b77 c++: Disallow decomposition of lambda bases [PR90321] new 18f0b7d5f37 opts: Use OPTION_SET_P instead of magic value 2 for -fshort [...] new 9537ca5ad9b warn-access: Fix up matching_alloc_calls_p [PR118024] new 7f4e85a954d gimple-fold: Fix the recent ifcombine optimization for _Bit [...]
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/ada/gcc-interface/misc.cc | 2 +- gcc/gimple-fold.cc | 4 +- gcc/gimple-ssa-warn-access.cc | 85 +++++++++++++++++++-------------------- gcc/opts.cc | 3 -- gcc/testsuite/gcc.dg/bitint-119.c | 11 +++++ gcc/testsuite/gcc.dg/pr118024.c | 15 +++++++ gcc/toplev.cc | 2 +- 7 files changed, 72 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-119.c create mode 100644 gcc/testsuite/gcc.dg/pr118024.c