This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/14286] ICE with __builtin_va_start prototype
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Feb 2004 22:00:22 -0000
- Subject: [Bug middle-end/14286] ICE with __builtin_va_start prototype
- References: <20040225032613.14286.swarner@rambus.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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