This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: help :: virtual-incoming-args


Chin-Hua Chang wrote:
There is got a problem in 64-bit return value,

There isn't enough info here for us to understand the problem. You haven't given us any info about the target architecture or the target ABI. Also, you have given us only incomplete snips of RTL and assembly.


There is some documentation for virtual registers. Search for FIRST_VIRTUAL_REGISTER and VIRTUAL_INCOMING_ARGS_REGISTER in the gcc/doc/rtl.texi file.

I'm guessing that there are problems with the calling convention related macros for your port. You will probably have to spend some time stepping through this code to figure out what is wrong.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]