This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 84066338f53 x86: Use DRAP only if there are outgoing arguments on stack new 829231a6af3 2017-06-09 Thomas Koenig tkoenig@gcc.gnu.org
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/testsuite/ChangeLog | 6 + .../gfortran.dg/{eoshift_3.f90 => eoshift_4.f90} | 75 +++++---- gcc/testsuite/gfortran.dg/eoshift_5.f90 | 182 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/eoshift_6.f90 | 181 ++++++++++++++++++++ libgfortran/ChangeLog | 13 ++ libgfortran/generated/eoshift1_16.c | 23 ++- libgfortran/generated/eoshift1_4.c | 23 ++- libgfortran/generated/eoshift1_8.c | 23 ++- libgfortran/generated/eoshift3_16.c | 24 ++- libgfortran/generated/eoshift3_4.c | 24 ++- libgfortran/generated/eoshift3_8.c | 24 ++- libgfortran/intrinsics/eoshift2.c | 23 ++- libgfortran/m4/eoshift1.m4 | 23 ++- libgfortran/m4/eoshift3.m4 | 24 ++- 14 files changed, 581 insertions(+), 87 deletions(-) copy gcc/testsuite/gfortran.dg/{eoshift_3.f90 => eoshift_4.f90} (71%) create mode 100644 gcc/testsuite/gfortran.dg/eoshift_5.f90 create mode 100644 gcc/testsuite/gfortran.dg/eoshift_6.f90