Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: MIPS varargs (Was Re: Reality check) Message-ID: <14322@smoke.brl.mil> Date: 3 Nov 90 02:37:23 GMT References: <1171@dms.UUCP> <14199@smoke.BRL.MIL> <108077@convex.convex.com> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 8 In article <108077@convex.convex.com> gargulak@mozart.convex.com (Tom Gargulak) 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.