This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30511] False array bound check causes gcc failed to boostrap
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2007 13:27:49 -0000
- Subject: [Bug bootstrap/30511] False array bound check causes gcc failed to boostrap
- References: <bug-30511-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from dominiq at lps dot ens dot fr 2007-01-20 13:27 -------
On Mac OSX 10.3.9, after the same failure I have applied the patch of comment
#1. Now the build fails
with:
/sw/src/fink.build/gcc4-4.3.0-20070120/darwin_objdir/./gcc/xgcc
-B/sw/src/fink.build/gcc4-4.3.0-20070120/darwin_objdir/./gcc/
-B/sw/lib/gcc4/powerpc-apple-darwin7/bin/
-B/sw/lib/gcc4/powerpc-apple-darwin7/lib/ -isystem
/sw/lib/gcc4/powerpc-apple-darwin7/include -isystem
/sw/lib/gcc4/powerpc-apple-darwin7/sys-include -DHAVE_CONFIG_H -I.
-I../../../gcc-4.3-20070120/libgfortran -I.
-iquote../../../gcc-4.3-20070120/libgfortran/io
-I../../../gcc-4.3-20070120/libgfortran/../gcc
-I../../../gcc-4.3-20070120/libgfortran/../gcc/config -I../.././gcc
-D_GNU_SOURCE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wextra -Wwrite-strings -O2 -g -O2 -MT error.lo -MD -MP
-MF .deps/error.Tpo -c ../../../gcc-4.3-20070120/libgfortran/runtime/error.c
-fno-common -DPIC -o .libs/error.o
In file included from ../../../gcc-4.3-20070120/libgfortran/runtime/error.c:52:
/usr/include/sys/resource.h:81: error: field 'ru_utime' has incomplete type
/usr/include/sys/resource.h:82: error: field 'ru_stime' has incomplete type
Any idea?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30511