This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
- From: "gerald at pfeifer dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2004 15:11:35 -0000
- Subject: [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
- References: <20031206135657.13334.giovannibajo@libero.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gerald at pfeifer dot com 2004-06-20 15:11 -------
The patch looks fine, Andrew. I just suggest two minor changes:
+Note that using non-standard @code{CFLAGS} can cause bootstrap to fail in
+@file{libiberty}, if these trigger a warning with the new compiler. For
+example using @samp{-O2 -g -mcpu=i686} on @code{i686-pc-linux-gnu} will
+cause bootstrap failure as @code{-mcpu=} is deprecated in 3.4.0 and above.
+
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13334