This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f8e2f40 MIPS: Fix mode mismatch error between Loongson builtin argume [...] new 29beab7 2017-02-07 Richard Biener rguenther@suse.de new 700a976 2017-02-07 Richard Biener rguenther@suse.de
The 2 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 | 38 +++++++++++++++++++++ gcc/builtins.c | 6 ++-- gcc/c/ChangeLog | 7 ++++ gcc/c/gimple-parser.c | 67 +++++++------------------------------- gcc/config/arc/arc.h | 4 +-- gcc/config/epiphany/epiphany.c | 6 ++-- gcc/config/epiphany/epiphany.h | 4 +-- gcc/config/frv/frv.c | 3 +- gcc/config/frv/frv.h | 2 +- gcc/config/i386/i386.c | 3 +- gcc/config/i386/i386.h | 4 +-- gcc/config/rs6000/aix.h | 4 +-- gcc/config/rs6000/darwin.h | 2 +- gcc/config/rs6000/freebsd64.h | 6 ++-- gcc/config/rs6000/linux64.h | 6 ++-- gcc/config/rs6000/rs6000.c | 4 +-- gcc/config/rs6000/sysv4.h | 4 +-- gcc/doc/tm.texi | 12 ++++--- gcc/doc/tm.texi.in | 12 ++++--- gcc/go/ChangeLog | 6 ++++ gcc/go/go-backend.c | 6 +--- gcc/stor-layout.c | 13 ++++---- gcc/targhooks.c | 9 ++--- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gcc.dg/gimplefe-23.c | 33 +++++++++++++++++++ gcc/testsuite/gcc.dg/gimplefe-24.c | 9 +++++ libobjc/ChangeLog | 7 ++++ libobjc/encoding.c | 2 +- 28 files changed, 170 insertions(+), 114 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gimplefe-23.c create mode 100644 gcc/testsuite/gcc.dg/gimplefe-24.c