This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 865ea74800b 2017-12-07 Tamar Christina tamar.christina@arm.com new dab0e385e3d PR c/81544 - attribute noreturn and warn_unused_result on t [...]
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 | 47 ++++ gcc/ada/ChangeLog | 6 + gcc/ada/gcc-interface/utils.c | 40 +-- gcc/attribs.c | 277 +++++++++++++++++++- gcc/attribs.h | 2 +- gcc/brig/brig-lang.c | 12 +- gcc/c-family/ChangeLog | 17 ++ gcc/c-family/c-attribs.c | 410 ++++++++++++++++++++---------- gcc/c-family/c-warn.c | 29 +-- gcc/c/ChangeLog | 6 + gcc/c/c-decl.c | 11 +- gcc/config/alpha/alpha.c | 7 +- gcc/config/arc/arc.c | 14 +- gcc/config/arm/arm.c | 34 +-- gcc/config/avr/avr.c | 24 +- gcc/config/bfin/bfin.c | 31 +-- gcc/config/cr16/cr16.c | 6 +- gcc/config/epiphany/epiphany.c | 15 +- gcc/config/h8300/h8300.c | 18 +- gcc/config/i386/i386.c | 50 ++-- gcc/config/ia64/ia64.c | 12 +- gcc/config/m32c/m32c.c | 12 +- gcc/config/m32r/m32r.c | 8 +- gcc/config/m68k/m68k.c | 8 +- gcc/config/mcore/mcore.c | 10 +- gcc/config/microblaze/microblaze.c | 12 +- gcc/config/mips/mips.c | 28 +- gcc/config/msp430/msp430.c | 33 ++- gcc/config/nds32/nds32.c | 24 +- gcc/config/nvptx/nvptx.c | 10 +- gcc/config/powerpcspe/powerpcspe.c | 14 +- gcc/config/rl78/rl78.c | 10 +- gcc/config/rs6000/rs6000.c | 14 +- gcc/config/rx/rx.c | 12 +- gcc/config/s390/s390.c | 8 +- gcc/config/sh/sh.c | 20 +- gcc/config/sparc/sparc.c | 4 +- gcc/config/spu/spu.c | 8 +- gcc/config/stormy16/stormy16.c | 10 +- gcc/config/v850/v850.c | 14 +- gcc/config/visium/visium.c | 7 +- gcc/cp/ChangeLog | 11 + gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.c | 3 +- gcc/cp/decl2.c | 26 +- gcc/cp/tree.c | 16 +- gcc/doc/extend.texi | 18 +- gcc/fortran/ChangeLog | 6 + gcc/fortran/f95-lang.c | 8 +- gcc/lto/ChangeLog | 6 + gcc/lto/lto-lang.c | 82 ++++-- gcc/selftest-run-tests.c | 3 + gcc/selftest.h | 1 + gcc/testsuite/ChangeLog | 13 + gcc/testsuite/c-c++-common/attributes-3.c | 10 +- gcc/testsuite/gcc.dg/attr-noinline.c | 4 +- gcc/testsuite/gcc.dg/pr44964.c | 3 +- gcc/testsuite/gcc.dg/torture/pr42363.c | 14 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-2.c | 11 +- gcc/tree-core.h | 14 + libstdc++-v3/ChangeLog | 6 + libstdc++-v3/include/ext/mt_allocator.h | 2 +- 62 files changed, 1116 insertions(+), 477 deletions(-)