This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: PURE function in INTERFACE block not resolved as being a function


On Thu, Jun 02, 2005 at 07:04:27PM -0700, Mark Hesselink wrote:
> 
> As mentioned in the subject, a PURE function that is part of an 
> INTERFACE block is not resolved as being a function. Gfortran gives the 
> following warning for the code attached at the end of this email:
> 
> module_procedure-1.f90: In function 'show':
> module_procedure-1.f90:30: warning: unused variable 'test'
> 
> I am using GNU Fortran 95 (GCC 4.1.0 20050602 (experimental)) on Darwin 
> 7.9.0.
> 

Mark,

Can you file a bug report?  I thought that this was
a known issue, but a (quick) search of the bugzilla
data base did not return an open PR.

-- 
Steve


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