re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 character...
authorThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 1 Nov 2018 11:55:43 +0000 (11:55 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 1 Nov 2018 11:55:43 +0000 (11:55 +0000)
commit508da9f932741f7273cfd6bf22829bfefe01e7e8
treedafc47b7ba41c69ce8a38490bcb734f40c05919b
parentff5115e20368297ec8caac7e249b64601adeee6c
re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 character return type)

2018-11-01  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/46020
    * gfortran.dg/bind_c_usage_7.f90: Adjust error message.
    * gfortran.dg/bind_c_usage_32.f90: New test.

From-SVN: r265716
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bind_c_usage_7.f03