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 

Another undef issue

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



Joined: 12 Oct 2016
Posts: 159

PostPosted: Fri Dec 18, 2020 11:00 am    Post subject: Another undef issue Reply with quote

This only happens with the full code, not with a simple example, but nevertheless I am showing it here in case you see anything that may explain it.
The error is

Attempt to call a routine with six hundred and ninety two arguments when one was required.

Code:

! **   acknowledge message         *****  AW_Mess          *****
SUBROUTINE AW_Mess (MESS)
   CHARACTER*(*)   MESS
   print*,"mess=",mess
end subroutine

program main
#ifdef bit64   
    call aw_mess("DS_BlFSort not implemented!!")
#endif
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: Fri Dec 18, 2020 12:29 pm    Post subject: Reply with quote

StamK

I would need to see some code that produces the failure.

I comes from one of the /CHECK components that checks the number of arguments in the call against the number in the subroutine but report is obviously spurious.

If you are not able to send me some code then all you can do is switch off /CHECK for this routine.
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 -> 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