This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a52cf2eb9d libstdc++: Avoid intercepting exception in ostream::write new fd51b344ca8 PR middle-end/101216 - spurious notes for function calls new 176289e50e3 jit: fix test-asm failures on i?86 new 99585d88a09 jit: fix test-vector-* failures
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/calls.c | 6 +++--- gcc/testsuite/gcc.dg/Wnonnull-7.c | 15 +++++++++++++++ gcc/testsuite/jit.dg/test-asm.c | 2 +- gcc/testsuite/jit.dg/test-asm.cc | 2 +- gcc/testsuite/jit.dg/test-vector-rvalues.cc | 8 ++++++++ gcc/testsuite/jit.dg/test-vector-types.cc | 8 ++++++++ 6 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wnonnull-7.c