http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45086
Daniel Franke changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45086
Daniel Franke changed:
What|Removed |Added
CC||dfranke at gcc dot gnu.org
Bl
--- Comment #2 from burnus at gcc dot gnu dot org 2010-07-27 08:29 ---
subroutine foo(x)
integer, allocatable :: x
end subroutine
integer, allocatable :: ptr
call foo(ptr)
end
Error: Dummy argument 'x' of procedure 'foo' at (1) has an attribute that
requires an explicit
--- Comment #1 from burnus at gcc dot gnu dot org 2010-07-26 19:17 ---
Related - the original version of gfortran.dg/char_result_4.f90 shows:
pure elemental function double (x)
1
Error: ELEMENTAL procedure 'double' at (1) must have an explicit interface
Expected: This message i