re PR fortran/86587 (Derived-type with attributes BIND(C) and PRIVATE raises an error...
authorSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 20 Jun 2019 21:39:43 +0000 (21:39 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 20 Jun 2019 21:39:43 +0000 (21:39 +0000)
commit966e7f731ef7ea019e681b7b53421c6857315c4a
tree6485f0b28abef1033edc631d2a0a55b4b2f1c00e
parent145f748f0ca4c9716e242ec03f134b7140f0e2c3
re PR fortran/86587 (Derived-type with attributes BIND(C) and PRIVATE raises an error but standard accepts it)

2019-06-20  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/86587
* symbol.c (verify_bind_c_derived_type): Remove erroneous error
checking for BIND(C) and PRIVATE attributes.

2019-06-20  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/86587
* gfortran.dg/pr86587.f90: New test.

From-SVN: r272524
gcc/fortran/ChangeLog
gcc/fortran/symbol.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr86587.f90 [new file with mode: 0644]