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]

[Bug middle-end/14286] ICE with __builtin_va_start prototype


------- Additional Comments From danglin at gcc dot gnu dot org  2004-02-26 22:00 -------
I suspect an installation problem.  GCC has its own internal
version of stdarg.h.  It doesn't include varargs.h.  The problem
below is a result of including the HP version of stdarg.h.  This
might be caused by an incorrect installation (e.g., a bad path
or the header fixes have been deleted).

With the prefix shown below, GCC's fixed headers should be in
/usr/local/gcc33/lib/gcc-lib/hppa2.0w-hp-hpux11.11/3.3/include.

You can see the header search path used by GCC if you compile
using "-v".

TWW == The Written Word
You should talk to them.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14286


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