[Bug bootstrap/17477] gcc-3.4.2 Sparc Solaris9 Build crash libiberty fibheap
dj at redhat dot com
gcc-bugzilla@gcc.gnu.org
Tue Sep 14 19:36:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list