This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

Re: bootstrap/9989: [HPUX 11.00, gcc 3.3] fixing of stdio.h fails


Synopsis: [HPUX 11.00, gcc 3.3] fixing of stdio.h fails

State-Changed-From-To: open->feedback
State-Changed-By: danglin
State-Changed-When: Sat Mar  8 01:51:21 2003
State-Changed-Why:
    I don't see #include <varargs.h> in /usr/include/stdio.h
    in the headers that I have for HP-UX 10.20, 11.00 or 11.11.
    I suspect that you haven't applied the latest header patch,
    or possibly stdio.h has been edited.
    
    Normally, you should see
    
    #ifndef FIXINC_WRAP_STDIO_H_STDIO_STDARG_H
    #define FIXINC_WRAP_STDIO_H_STDIO_STDARG_H 1
    
    #define __need___va_list
    #include <stdarg.h>
    
    near the beginning of the fixed header.  There is no
    replacement of "#include <varargs.h>", only a wrap.
    
    If there is a problem, more details are needed.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9989


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