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

danglin@gcc.gnu.org danglin@gcc.gnu.org
Sat Mar 8 04:29:00 GMT 2003


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



More information about the Gcc-bugs mailing list