This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/36361] attribute declaration outside of INTERFACE body



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]