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 

Internal Compiler Error (V 8.70)

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

PostPosted: Wed Jan 13, 2021 3:27 pm    Post subject: Internal Compiler Error (V 8.70) Reply with quote

When one tries to compile the program below with FTN95 Version 8.70, an internal error occurs.

Code:
program charset
   implicit none
   integer i
   character :: alfbet(26) = [(char(i+64),i=1,26)]
   do i=2,26,2
      print 10,i,alfbet(i)
   end do
10 format(1x,i2,1x,A1)
end program
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


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

PostPosted: Thu Jan 14, 2021 10:17 am    Post subject: Reply with quote

mecej4

Thank you for the bug report.

The failure occurs for this initialisation statement not for the runtime assignment...

Code:
   alfbet = [(char(i+64),i=1,26)]
Back to top
View user's profile Send private message AIM Address
PaulLaidler
Site Admin


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

PostPosted: Mon Feb 15, 2021 12:59 pm    Post subject: Reply with quote

This failure has now been fixed for the next release of FTN95.
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