MIPS varargs (Was Re: Reality check)
    Tom Gargulak 
    gargulak at mozart.convex.com
       
    Tue Nov  6 01:44:08 AEST 1990
    
    
  
In article <14322 at smoke.brl.mil>, gwyn at smoke.brl.mil (Doug Gwyn) writes:
> >For example, the following two functions will have different codegen.
> >	test(Xa_alist) {}
> >	test(va_alist) {}
> >No include files required.
> 
> Well, that's clearly wrong behavior, since both these are merely functions
> having a single int-valued parameter.
Just because the codegen is different doesn't mean the behavior is.
In this case mentioned here, the behavior for both is the same.
Tom 
    
    
More information about the Comp.std.c
mailing list