------- Comment #2 from hjl dot tools at gmail dot com  2009-03-16 18:40 -------
(In reply to comment #1)
> 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?
> 

This was added by revision 142859:

http://gcc.gnu.org/ml/gcc-cvs/2008-12/msg00559.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jh at suse dot cz


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

Reply via email to