This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Calling va_start multiple times vs __va_copy


On Aug  8, 2001, Carlo Wood <carlo@alinoe.com> wrote:

> It will work with almost all OS, but there is at least one
> that I know of where va_list is not a struct but a pointer to
> a struct.  In the latter case it doesn't work.

Well, it should work, according to the standard.  Which combination of
OS and compiler was that?  Perhaps you should file a bug report to the
maintainer of that compiler?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]