Path: utzoo!attcan!uunet!convex!mozart.convex.com!gargulak From: gargulak@mozart.convex.com (Tom Gargulak) Newsgroups: comp.std.c Subject: Re: MIPS varargs (Was Re: Reality check) Message-ID: <108240@convex.convex.com> Date: 5 Nov 90 14:44:08 GMT References: <14322@smoke.brl.mil> <1171@dms.UUCP> <14199@smoke.BRL.MIL> <108077@convex.convex.com> Sender: news@convex.com Reply-To: gargulak@mozart.convex.com (Tom Gargulak) Organization: Convex Computer Corporation, Richardson, Texas Lines: 13 In article <14322@smoke.brl.mil>, gwyn@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