[Bug fortran/36361] attribute declaration outside of INTERFACE body
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed May 28 22:24:00 GMT 2008
------- Comment #1 from burnus at gcc dot gnu dot org 2008-05-28 22:23 -------
Similarly for:
interface
function bar()
real bar(:) ! wrong w/o allocatable
end function bar
end interface
ALLOCATABLE :: bar ! <<<< WRONG
end
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-05-28 22:23:43
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36361
More information about the Gcc-bugs
mailing list