This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 522307281ce syscall: remove Sendfile on NetBSD new 495ec0b2aa8 Convert -Walloca pass to ranger. new e864d395b4e Convert -Wrestrict pass to ranger. new d962ef77dad libbacktrace: use __attribute__((__fallthrough__)) new 15b8e2af421 c++: block-scope extern decl with default args
The 4 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 | 26 +- gcc/calls.h | 2 + gcc/cp/name-lookup.c | 46 +++ gcc/gimple-ssa-warn-alloca.c | 351 +++------------------ gcc/gimple-ssa-warn-restrict.c | 99 +++--- gcc/gimple-ssa-warn-restrict.h | 3 + gcc/testsuite/g++.dg/lookup/local-extern.C | 13 + gcc/testsuite/g++.dg/torture/pr92421.C | 4 + gcc/testsuite/gcc.dg/Walloca-1.c | 3 +- gcc/testsuite/gcc.dg/Walloca-12.c | 2 +- gcc/testsuite/gcc.dg/Walloca-13.c | 2 +- gcc/testsuite/gcc.dg/Walloca-2.c | 6 +- gcc/testsuite/gcc.dg/Walloca-3.c | 4 +- gcc/testsuite/gcc.dg/Walloca-6.c | 1 - gcc/testsuite/gcc.dg/Wrestrict-22.c | 9 + gcc/testsuite/gcc.dg/Wvla-larger-than-2.c | 1 - libbacktrace/elf.c | 16 +- libbacktrace/internal.h | 8 + .../21_strings/basic_string/capacity/1.cc | 2 + 19 files changed, 230 insertions(+), 368 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/local-extern.C create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-22.c