This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/17477] gcc-3.4.2 Sparc Solaris9 Build crash libiberty fibheap
- From: "dj at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Sep 2004 19:36:35 -0000
- Subject: [Bug bootstrap/17477] gcc-3.4.2 Sparc Solaris9 Build crash libiberty fibheap
- References: <20040914141400.17477.pieter.donche@ua.ac.be>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dj at redhat dot com 2004-09-14 19:36 -------
Subject: Re: gcc-3.4.2 Sparc Solaris9 Build crash libiberty fibheap
This is the actual problem:
> fibheap.c: In function `fibheap_delete_node':
> fibheap.c:285: `LONG_MIN' undeclared (first use in this function)
Check your installed system headers and/or installed gcc headers and
find out why LONG_MIN isn't defined. It should be in <limits.h>.
Alternately, check your config.log and config.h, and see if it didn't
detect <limits.h> properly and thus didn't define HAVE_LIMITS_H.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17477