------- Comment #1 from hjl dot tools at gmail dot com  2009-03-16 18:26 -------
Also

void
ix86_expand_call (rtx retval, rtx fnaddr, rtx callarg1,
                  rtx callarg2,
                  rtx pop, int sibcall)
{
  rtx use = NULL, call; 
  enum calling_abi function_call_abi;

  if (callarg2 && INTVAL (callarg2) == -2)
    function_call_abi = MS_ABI;
  else  
    function_call_abi = SYSV_ABI;

doesn't look right either. Where does -2 come from? Shouldn't it check
TARGET_64BIT?


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ktietz at onevision dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39473

Reply via email to