This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aeb3c6b Fix PR hsa/70402 new 9b0e5d4 PR ipa/68881 * cgraph.h (symtab_node::copy_visibility_from) [...] new 68ab33a 2016-04-04 Richard Biener rguenther@suse.de new 89d4ebf gcc/fortran/ChangeLog:
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 | 16 +++++ gcc/alias.c | 14 ++++ gcc/cgraph.h | 3 + gcc/dse.c | 7 +- gcc/fortran/ChangeLog | 8 +++ gcc/fortran/trans-array.c | 4 +- gcc/ipa-visibility.c | 82 ++++++++++++++++++++++++ gcc/rtl.h | 2 + gcc/symtab.c | 55 ++++++++++++++++ gcc/testsuite/ChangeLog | 10 +++ gcc/testsuite/gcc.dg/torture/pr70484.c | 19 ++++++ gcc/testsuite/gfortran.dg/coarray_allocate_6.f08 | 27 ++++++++ 12 files changed, 241 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr70484.c create mode 100644 gcc/testsuite/gfortran.dg/coarray_allocate_6.f08