This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 5d872d7 2015-11-24 Szabolcs Nagy szabolcs.nagy@arm.com new ea91c2a 2015-11-24 Paul Thomas pault@gcc.gnu.org new db51b84 2015-11-24 Andreas Tobler andreast@gcc.gnu.org new d3d5bf9 2015-11-24 Michael Meissner meissner@linux.vnet.ibm.com
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 | 32 +++++++++ gcc/config/i386/freebsd.h | 20 ++++-- gcc/config/rs6000/rs6000.md | 106 +++++++++++++++++++----------- gcc/fortran/ChangeLog | 15 +++++ gcc/fortran/check.c | 10 ++- gcc/fortran/class.c | 4 ++ gcc/fortran/trans-types.c | 14 +++- gcc/testsuite/ChangeLog | 16 ++++- gcc/testsuite/gfortran.dg/pr66465.f90 | 23 +++++++ gcc/testsuite/gfortran.dg/proc_ptr_47.f90 | 37 +++++++++++ 10 files changed, 229 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr66465.f90 create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_47.f90