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

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



Joined: 31 Oct 2006
Posts: 1884

PostPosted: Sun Dec 23, 2018 1:30 pm    Post subject: Internal compiler error Reply with quote

The following code causes the 8.30.279 compiler to issue "Internal Compiler Error" when the option combinations /64, /64 /opt or /64 /debug are used. No such error occurs for 32-bit compilations or if the /check or /checkmate options are used with 64-bit compilations.

Code:
    subroutine rg(nm, n, a, wr, wi, matz, z, iv1, fv1, ierr)

       integer :: n, nm, is1, is2, ierr, matz
       double precision :: a(nm, n), wr(n), wi(n), z(nm, n), fv1(n)
       integer :: i, iv1(n)
!
       print *,'Before BALANC'
       write(*,10)(i,a(i,1:n),i=1,n)
       call balanc(nm, n, a, is1, is2, fv1)
       print *,'After BALANC, is1,is2= ',is1,is2
       print 10,(i,a(i,1:n),i=1,n)
       print *
       print '(8ES12.4)',fv1(1:n)
      return
   10 format(1x,i2,8ES12.4)
    end subroutine
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


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

PostPosted: Mon Dec 24, 2018 7:46 am    Post subject: Reply with quote

Many thanks for the bug report. I have logged this as needing urgent attention.
Back to top
View user's profile Send private message AIM Address
PaulLaidler
Site Admin


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

PostPosted: Mon Dec 24, 2018 5:27 pm    Post subject: Reply with quote

This has now been fixed for the next release of FTN95.
Back to top
View user's profile Send private message AIM Address
mecej4



Joined: 31 Oct 2006
Posts: 1884

PostPosted: Mon Dec 24, 2018 7:46 pm    Post subject: Reply with quote

Thanks for the speedy response.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> 64-bit 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