This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 63ac7eadf52 Fix wrong declaration. new 836dcd391d3 optinfo-emit-json.cc: fix trivial memory leak new 7b6e4948fe7 [ARC] Add more additional register names new cb0d954467a [ARC] Fix uncache attribute. new 92a5af1b329 [ARC] Improve instruction selection for fp moves. new a0382b38240 Regenerate .pot files. new 7a598c011c3 [ARC] Update default optimizations for size.
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/ChangeLog | 31 + gcc/common/config/arc/arc-common.c | 13 +- gcc/config/arc/arc.c | 40 +- gcc/config/arc/arc.h | 10 +- gcc/config/arc/arc.md | 25 +- gcc/config/arc/constraints.md | 6 + gcc/config/arc/fpu.md | 59 +- gcc/optinfo-emit-json.cc | 2 +- gcc/po/ChangeLog | 4 + gcc/po/gcc.pot | 18794 ++++++++++++++-------------- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.target/arc/uncached-1.c | 11 + gcc/testsuite/gcc.target/arc/uncached-2.c | 9 + libcpp/po/ChangeLog | 4 + libcpp/po/cpplib.pot | 52 +- 15 files changed, 9676 insertions(+), 9389 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/uncached-1.c create mode 100644 gcc/testsuite/gcc.target/arc/uncached-2.c