This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2fcfc03459a Avoid using unavailable objects in jt_state. new 943c65c4494 Fortran: Fix Bind(C) char-len check, add ptr-contiguous check
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/fortran/decl.c | 39 ++--- gcc/testsuite/gfortran.dg/bind_c_char_6.f90 | 22 ++- gcc/testsuite/gfortran.dg/bind_c_char_7.f90 | 15 +- gcc/testsuite/gfortran.dg/bind_c_char_8.f90 | 12 +- gcc/testsuite/gfortran.dg/bind_c_char_9.f90 | 161 ++++++++++++--------- gcc/testsuite/gfortran.dg/bind_c_contiguous.f90 | 33 +++++ gcc/testsuite/gfortran.dg/iso_c_binding_char_1.f90 | 1 + gcc/testsuite/gfortran.dg/pr32599.f03 | 2 +- 8 files changed, 164 insertions(+), 121 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/bind_c_contiguous.f90