This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from decbb5bf7cc libgfortran: Use `__gthread_t` instead of `pthread_t` new 5e81df88cae arc: Use negative enter pattern instruction's offsets new af681e948fb arc: Remove Rcr constraint new 5ebbdf9c4ea arc: Remove Rcw constraint new e8f5074f486 arc: Remove Rcq constraint. new 59d27853f10 arc: Remove obsolete mRcq and mRcw options. new 70f66a47fdf openmp, fortran: Fix up IFN_ASSUME call
The 6 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/common/config/arc/arc-common.cc | 2 - gcc/config/arc/arc.cc | 54 +++-- gcc/config/arc/arc.md | 372 ++++++++++++++--------------- gcc/config/arc/arc.opt | 10 +- gcc/config/arc/constraints.md | 44 ---- gcc/doc/invoke.texi | 8 +- gcc/fortran/trans-openmp.cc | 7 +- gcc/testsuite/gcc.target/arc/enter-dw2-1.c | 28 +++ gcc/testsuite/gcc.target/arc/tmac-2.c | 2 +- 9 files changed, 259 insertions(+), 268 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/enter-dw2-1.c