This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7dbfb42 * gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*- [...] new 7739537 gofrontend: add missing break in Builtin_call_expression: [...] new 9753b54 [ARM] Add support for -mpure-code option new ec64528 2016-09-22 Paolo Carlini paolo.carlini@oracle.com
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/ChangeLog | 21 +++++ gcc/config/arm/arm.c | 145 +++++++++++++++++++++++++++++++++-- gcc/config/arm/arm.h | 4 + gcc/config/arm/arm.md | 2 +- gcc/config/arm/arm.opt | 4 + gcc/config/arm/elf.h | 3 +- gcc/doc/invoke.texi | 11 ++- gcc/doc/tm.texi | 12 +++ gcc/doc/tm.texi.in | 2 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 1 + gcc/hooks.c | 10 +++ gcc/target.def | 16 ++++ gcc/testsuite/ChangeLog | 12 +++ gcc/testsuite/g++.dg/cpp0x/pr61019.C | 10 +++ gcc/varasm.c | 50 +++++++----- 16 files changed, 274 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr61019.C