forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Minor bug in FTN95-5.1

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
mecej4



Joined: 31 Oct 2006
Posts: 1886

PostPosted: Fri Jul 06, 2007 8:02 pm    Post subject: Minor bug in FTN95-5.1 Reply with quote

This test program is compiled with no messages when compiled with ftn95 with no flags; when the /debug flag is used, the incorrect comment

Quote:
0003) type :: t1
COMMENT - The derived-type T1 has been declared but not used


is generated.

Code:
program dg

  type :: t1
     integer :: i
     real :: r
  end type t1

  type :: t2
     type (t1) :: t
     integer :: j
  end type t2

  type (t2) :: tt

  tt%t%i = 1
  tt%t%r = 1.0
  tt%j   = 2

  write(*,*)tt

end program dg
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7925
Location: Salford, UK

PostPosted: Sat Jul 07, 2007 7:15 am    Post subject: Reply with quote

Thank you.

We will aim to get this fixed for the next release.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group