This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ad9058c042 Daily bump. new 32bab8b57dd opts: -Werror=foo always implies -Wfoo [PR106213] new 4d9e0f3f211 c++: computed goto warning [PR37722]
The 2 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/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 150 ++++++++++++++++++++++++++------ gcc/cp/parser.cc | 2 + gcc/doc/extend.texi | 3 + gcc/opts-common.cc | 12 +-- gcc/testsuite/g++.dg/cpp0x/depr-copy5.C | 16 ++++ gcc/testsuite/g++.dg/ext/label15.C | 36 ++++++++ gcc/testsuite/g++.dg/torture/pr42739.C | 6 +- 8 files changed, 192 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/depr-copy5.C create mode 100644 gcc/testsuite/g++.dg/ext/label15.C