[Bug fortran/37445] incorrect error reported

2008-09-09 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2008-09-09 18:06 --- reduced: MODULE M1 INTERFACE putaline MODULE PROCEDURE S1,S2 END INTERFACE CONTAINS SUBROUTINE S1(I) END SUBROUTINE SUBROUTINE S2(F) END SUBROUTINE END MODULE MODULE M2 USE M1 CONTAINS SUBROUTINE S3 CALL put

[Bug fortran/37445] incorrect error reported

2008-09-09 Thread clerman at fuse dot net
--- Comment #1 from clerman at fuse dot net 2008-09-09 16:03 --- Subject: bug 37445 Hello, Attached is a compressed archive containing the files you will need to reproduce bug 37445. Unpack the file and then invoke the shell script bug4.sh to accomplish this. I see that when I fil