This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 938c4b30221 2018-10-01 Richard Biener rguenther@suse.de new 1212cc77e47 [ARC] Check for odd-even register when emitting double mac ops. new cd29e157eef [ARC] Avoid specific constants to end in limm field. new 384be95ab81 * c-ada-spec.c (get_underlying_decl): Get to the main type [...]
The 3 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 | 18 +++++++++++ gcc/c-family/ChangeLog | 5 ++++ gcc/c-family/c-ada-spec.c | 19 +++++++----- gcc/config/arc/arc.md | 53 +++++++++++++-------------------- gcc/config/arc/constraints.md | 6 ++++ gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/gcc.target/arc/tmac-3.c | 17 +++++++++++ gcc/testsuite/gcc.target/arc/tph_addx.c | 53 +++++++++++++++++++++++++++++++++ 8 files changed, 139 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/tmac-3.c create mode 100644 gcc/testsuite/gcc.target/arc/tph_addx.c