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 

|AMD backend failure

 
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: 1936
Location: USA

PostPosted: Sun Dec 21, 2025 3:53 am    Post subject: |AMD backend failure Reply with quote

A short source file which gets compiled OK in 32-bit mode gives an error (see title of post) with /64:
Code:

module absi
abstract interface
  real function fun()
  end function fun
end interface
contains
subroutine sub(f)
  procedure(fun), pointer, intent(in) :: f
  real :: a
  a = f()
end subroutine sub
end module absi

The error message is "AMD backend failure:Failed to do memory-register emit for MOVSS at 7"
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 -> 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