This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3cec4911968 libssp: Fix gets-chk.c compilation on Solaris new 760a1a5b5e4 tree-ssa-math-opts: Fix up convert_{mult,plusminus}_to_wide [...] new 483c061d699 lower-bitint: Encode address space qualifiers in VIEW_CONVE [...] new d3eac7d96de asan: Don't fold some strlens with -fsanitize=address [PR110676]
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/gimple-fold.cc | 5 ++ gcc/gimple-lower-bitint.cc | 13 +++-- gcc/testsuite/gcc.c-torture/compile/pr113759.c | 20 +++++++ .../gcc.dg/asan/{pr105396.c => pr110676.c} | 13 ++--- gcc/testsuite/gcc.dg/bitint-86.c | 40 +++++++++++++ gcc/tree-ssa-math-opts.cc | 66 +++++++++++----------- 6 files changed, 112 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr113759.c copy gcc/testsuite/gcc.dg/asan/{pr105396.c => pr110676.c} (55%) create mode 100644 gcc/testsuite/gcc.dg/bitint-86.c