]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/25087 (Error for missing explicit interface needed.)
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 22 Nov 2006 00:05:10 +0000 (00:05 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Wed, 22 Nov 2006 00:05:10 +0000 (00:05 +0000)
commit92c59193a16f4bf1731e62a07e0540171269c36e
tree7917653e404c26436bdce630f8d57f59116c5d61
parent991f3b1289865f843d1724594f3dd57f4abf87ec
re PR fortran/25087 (Error for missing explicit interface needed.)

2006-11-22 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25087
* resolve.c (resolve_fl_procedure): Add an error if an external
automatic character length function does not have an explicit
interface.

2006-11-22 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25087
* gfortran.dg/auto_char_len_4.f90: New test.

From-SVN: r119077
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/auto_char_len_4.f90 [new file with mode: 0644]