This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 085968bdf56 2018-07-20 Andrew Benson abenson@carnegiescience.edu new 8e18705e1fb PR middle-end/82063 - issues with arguments enabled by -Wall
The 1 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/ChangeLog | 62 ++++++ gcc/ada/ChangeLog | 6 + gcc/ada/gcc-interface/misc.c | 5 +- gcc/brig/ChangeLog | 6 + gcc/brig/brig-lang.c | 2 +- gcc/builtins.c | 21 +- gcc/c-family/ChangeLog | 15 ++ gcc/c-family/c-common.h | 3 +- gcc/c-family/c-opts.c | 12 +- gcc/c-family/c.opt | 21 +- gcc/calls.c | 73 +------ gcc/cgraphunit.c | 12 +- gcc/common.opt | 29 +-- gcc/doc/invoke.texi | 163 ++++++++++----- gcc/doc/options.texi | 43 +++- gcc/final.c | 10 +- gcc/fortran/ChangeLog | 7 + gcc/fortran/gfortran.h | 2 +- gcc/fortran/options.c | 2 +- gcc/function.c | 11 +- gcc/gimple-ssa-warn-alloca.c | 95 ++++++--- gcc/go/ChangeLog | 6 + gcc/go/go-lang.c | 2 +- gcc/langhooks-def.h | 4 +- gcc/langhooks.c | 3 +- gcc/langhooks.h | 4 +- gcc/lto/ChangeLog | 6 + gcc/lto/lto-lang.c | 3 +- gcc/opt-functions.awk | 41 +++- gcc/optc-gen.awk | 21 +- gcc/optc-save-gen.awk | 14 +- gcc/opth-gen.awk | 17 +- gcc/opts-common.c | 235 +++++++++++++++++----- gcc/opts.c | 17 +- gcc/opts.h | 26 ++- gcc/stor-layout.c | 15 +- gcc/testsuite/ChangeLog | 15 ++ gcc/testsuite/c-c++-common/pr68657-2.c | 4 +- gcc/testsuite/c-c++-common/pr68657-3.c | 12 +- gcc/testsuite/gcc.dg/Walloc-size-larger-than-16.c | 33 +-- gcc/testsuite/gcc.dg/Walloca-larger-than-2.c | 24 +++ gcc/testsuite/gcc.dg/Walloca-larger-than.c | 26 +++ gcc/testsuite/gcc.dg/Wframe-larger-than-2.c | 19 ++ gcc/testsuite/gcc.dg/Wlarger-than3.c | 12 ++ gcc/testsuite/gcc.dg/Wvla-larger-than-3.c | 68 +++++++ gcc/testsuite/gcc.dg/pr42611.c | 2 +- gcc/testsuite/gnat.dg/frame_overflow.adb | 4 +- gcc/toplev.c | 6 +- 48 files changed, 862 insertions(+), 377 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Walloca-larger-than-2.c create mode 100644 gcc/testsuite/gcc.dg/Walloca-larger-than.c create mode 100644 gcc/testsuite/gcc.dg/Wframe-larger-than-2.c create mode 100644 gcc/testsuite/gcc.dg/Wlarger-than3.c create mode 100644 gcc/testsuite/gcc.dg/Wvla-larger-than-3.c