This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae57688 Revert [testsuite][ARM target attributes] Fix effective_target tests new 1794836 2015-12-10 Richard Biener rguenther@suse.de new 307c7fd [ARC] Add support for atomic memory built-in.
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/ChangeLog | 32 +++ gcc/config/arc/arc-protos.h | 4 + gcc/config/arc/arc.c | 357 ++++++++++++++++++++++++++++++++++ gcc/config/arc/arc.h | 6 +- gcc/config/arc/arc.md | 9 + gcc/config/arc/arc.opt | 3 + gcc/config/arc/constraints.md | 6 + gcc/config/arc/predicates.md | 4 + gcc/doc/invoke.texi | 8 +- gcc/testsuite/ChangeLog | 13 ++ gcc/testsuite/gfortran.dg/pr68817.f90 | 11 ++ gcc/testsuite/lib/target-supports.exp | 11 ++ gcc/tree-vect-slp.c | 2 + 13 files changed, 464 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr68817.f90