[Bug fortran/27586] Compile-time warn if arguments don't match in terms of precision

2006-05-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-13 23:05 --- This is really a dup of bug 26227. *** This bug has been marked as a duplicate of 26227 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/27586] Compile-time warn if arguments don't match in terms of precision

2006-05-13 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-05-13 23:01 --- The following is also not caught: - subroutine foo(y) character(len=20) :: y y = 'hello world' end program test