This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f906dcc33dd * cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_v [...] new 80ab40d67e2 [gcc] 2017-05-05 Michael Meissner meissner@linux.vnet.ibm.com new 70218e81089 RISC-V: Unify indention in riscv.md new 284b54c9817 RISC-V: Add -mstrict-align option
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 | 46 +++ gcc/config/riscv/riscv.c | 20 +- gcc/config/riscv/riscv.h | 10 +- gcc/config/riscv/riscv.md | 559 +++++++++++++------------- gcc/config/riscv/riscv.opt | 4 + gcc/config/rs6000/rs6000.md | 96 ++++- gcc/doc/invoke.texi | 6 + gcc/testsuite/ChangeLog | 8 + gcc/testsuite/gcc.target/powerpc/ppc-round2.c | 25 +- gcc/testsuite/gcc.target/powerpc/ppc-round3.c | 45 +++ 10 files changed, 513 insertions(+), 306 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/ppc-round3.c