This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1e52a582103 PR c/81887 c-family/ * c-pragma.c (omp_pragmas): Move "or [...] new 46e21f534be [ARC] Use TARGET_USE_ANCHORS_FOR_SYMBOL_P. new a5f8ade69b3 [ARC] Update various patterns new 208d1b220c9 [ARC] Fix errors in arc_ifcvt. new f1885171a83 [ARC] Reimplement ZOL support.
The 4 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 | 61 ++ gcc/config/arc/arc-c.c | 2 + gcc/config/arc/arc.c | 783 ++++++++++++++------------ gcc/config/arc/arc.h | 10 +- gcc/config/arc/arc.md | 461 +++++---------- gcc/config/arc/arc.opt | 25 + gcc/config/arc/constraints.md | 6 +- gcc/config/arc/predicates.md | 2 + gcc/doc/invoke.texi | 14 +- gcc/testsuite/ChangeLog | 13 + gcc/testsuite/gcc.target/arc/arc.exp | 2 +- gcc/testsuite/gcc.target/arc/loop-1.c | 45 -- gcc/testsuite/gcc.target/arc/pr9001184797.c | 19 + gcc/testsuite/gcc.target/arc/tdelay_slots.cpp | 42 ++ 14 files changed, 741 insertions(+), 744 deletions(-) delete mode 100644 gcc/testsuite/gcc.target/arc/loop-1.c create mode 100644 gcc/testsuite/gcc.target/arc/pr9001184797.c create mode 100644 gcc/testsuite/gcc.target/arc/tdelay_slots.cpp