This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c82cdfc004a Fix gnat.dg/lto20.adb XPASS new 190f513b5d1 [ARC] Add 'uncached' attribute. new 21d0c9bcff4 [ARC] Add 'aux' variable attribute.
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 | 27 ++++ gcc/config/arc/arc-protos.h | 1 + gcc/config/arc/arc.c | 230 +++++++++++++++++++++++++++++++- gcc/config/arc/predicates.md | 7 +- gcc/doc/extend.texi | 24 ++++ gcc/testsuite/ChangeLog | 9 ++ gcc/testsuite/gcc.target/arc/taux-1.c | 38 ++++++ gcc/testsuite/gcc.target/arc/taux-2.c | 15 +++ gcc/testsuite/gcc.target/arc/uncached.c | 18 +++ 9 files changed, 362 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/taux-1.c create mode 100644 gcc/testsuite/gcc.target/arc/taux-2.c create mode 100644 gcc/testsuite/gcc.target/arc/uncached.c