This is the mail archive of the gcc-patches@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: PATCH for va_list type on IRIX6


>>>>> "Jeffrey" == Jeffrey A Law <law@cygnus.com> writes:

    Jeffrey> Are you sure this isn't the problem that I recently fixed
    Jeffrey> with a change to fixinc.irix?

Pretty sure.  In that I had a version with your change, and I still
saw the bug.  Here's what the fixed header has in my tree:

  extern int	vprintf(const char *, /* __gnuc_va_list */ char *);

So, the va_list became __gnuc_va_list, but that's inside a comment.

Besides, I think The Right Thing is for va_list to be what IRIX
expects it to be, right?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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