This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7eddb05 PR target/49244 * gimple.c (gimple_builtin_call_types_compa [...] new 3c62cae [gcc] 2016-05-02 Michael Meissner meissner@linux.vnet.ibm.com
The 1 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 | 32 +++++ gcc/config/rs6000/rs6000.c | 92 +++++++++--- gcc/config/rs6000/rs6000.h | 12 +- gcc/doc/extend.texi | 7 +- gcc/fortran/ChangeLog | 4 + gcc/fortran/trans-types.c | 1 + gcc/genmodes.c | 21 ++- gcc/machmode.h | 4 + gcc/stor-layout.c | 12 +- gcc/testsuite/ChangeLog | 6 + .../gcc.target/powerpc/float128-complex-1.c | 157 ++++++++++++++++++++ .../gcc.target/powerpc/float128-complex-2.c | 160 +++++++++++++++++++++ gcc/tree.c | 1 + 13 files changed, 480 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/float128-complex-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/float128-complex-2.c