This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ddd2a3d Implement C++17 [[nodiscard]] attribute. new fc3cb33 * gdbinit.in: Skip line-map.h. new 11bc289 2016-04-28 Joern Rennecke joern.rennecke@embecosm.com [...] new 2940fc4 * config/i386/i386.md (peephole2s for operations with memory [...] new 50075d7 compiler: Export String_index_expression. new 1a60079 2016-04-28 Andrew Burgess andrew.burgess@embecosm.com
The 5 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 | 19 +++++++ gcc/config/arc/arc.c | 12 ++--- gcc/config/i386/i386.md | 86 +++++++++++++------------------- gcc/gdbinit.in | 3 ++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 61 +--------------------- gcc/go/gofrontend/expressions.h | 74 +++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 9 ++++ gcc/testsuite/gcc.target/arc/movh_cl-1.c | 27 ++++++++++ gcc/testsuite/gcc.target/arc/nps400-1.c | 23 +++++++++ 10 files changed, 196 insertions(+), 120 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/movh_cl-1.c create mode 100644 gcc/testsuite/gcc.target/arc/nps400-1.c