This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5d2a330dee3 testsuite: Fix up testsuite/gcc.c-torture/execute/builtins/ [...] new f30e65e94d1 testsuite: avoid analyzer asm failures on non-Linux new 9d2c0fad597 analyzer: fixes to memcpy [PR103872] new 0c04ac0e158 analyzer: fix ICE on realloc of non-heap [PR104417]
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/analyzer/region-model-impl-calls.cc | 28 ++--- gcc/analyzer/sm-taint.cc | 9 -- gcc/testsuite/gcc.dg/analyzer/asm-x86-1.c | 2 +- gcc/testsuite/gcc.dg/analyzer/asm-x86-lp64-1.c | 2 +- gcc/testsuite/gcc.dg/analyzer/asm-x86-lp64-2.c | 2 +- gcc/testsuite/gcc.dg/analyzer/memcpy-1.c | 125 +++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr104417.c | 7 ++ gcc/testsuite/gcc.dg/analyzer/taint-size-1.c | 9 ++ .../asm-x86-linux-array_index_mask_nospec.c | 2 +- .../torture/asm-x86-linux-cpuid-paravirt-1.c | 2 +- .../torture/asm-x86-linux-cpuid-paravirt-2.c | 2 +- .../gcc.dg/analyzer/torture/asm-x86-linux-cpuid.c | 2 +- .../torture/asm-x86-linux-rdmsr-paravirt.c | 2 +- .../gcc.dg/analyzer/torture/asm-x86-linux-rdmsr.c | 2 +- .../asm-x86-linux-wfx_get_ps_timeout-full.c | 2 +- .../asm-x86-linux-wfx_get_ps_timeout-reduced.c | 2 +- 16 files changed, 166 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104417.c