This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/15545] New: stage1/xgcc fails to build cgraph.c
- From: "r at rogerh-c dot demon dot co dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 May 2004 23:26:48 -0000
- Subject: [Bug bootstrap/15545] New: stage1/xgcc fails to build cgraph.c
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
CVS update of 19 May 2004 22:55 UTC
version.c:const char version_string[] = "3.5.0 20040519 (experimental)";
configured with
tube:/usr/local/build $ ../gcc-cvs/gcc/configure \
--prefix=/usr/local/gcc-cvs/ \
--enable-languages=c,c++,f95
and then
tube:/usr/local/build $ make boostrap
will get this eventually:
stage1/xgcc -Bstage1/ -B/usr/local/gcc-cvs//bin/ -c -g -O2 -DIN_GCC -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-lo
ng -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONF
IG_H -I. -I. -I../../src/gcc-cvs/gcc/gcc -I../../src/gcc-cvs/gcc/gcc/. -I../.
./src/gcc-cvs/gcc/gcc/../include -I../../src/gcc-cvs/gcc/gcc/../libbanshee/libco
mpat -I../../src/gcc-cvs/gcc/gcc/../libbanshee -I../../src/gcc-cvs/gcc/gcc/../li
bbanshee/points-to ../../src/gcc-cvs/gcc/gcc/cgraph.c -o cgraph.o
../../src/gcc-cvs/gcc/gcc/cgraph.c: In function `eq_node':
../../src/gcc-cvs/gcc/gcc/cgraph.c:150: warning: cast from pointer to integer of
different size
../../src/gcc-cvs/gcc/gcc/cgraph.c: In function `cgraph_node':
../../src/gcc-cvs/gcc/gcc/cgraph.c:185: warning: cast to pointer from integer of
different size
../../src/gcc-cvs/gcc/gcc/cgraph.c: In function `cgraph_remove_node':
../../src/gcc-cvs/gcc/gcc/cgraph.c:330: warning: cast to pointer from integer of
different size
../../src/gcc-cvs/gcc/gcc/cgraph.c: In function `eq_cgraph_varpool_node':
../../src/gcc-cvs/gcc/gcc/cgraph.c:544: warning: cast from pointer to integer of
different size
../../src/gcc-cvs/gcc/gcc/cgraph.c: In function `cgraph_varpool_node':
../../src/gcc-cvs/gcc/gcc/cgraph.c:563: warning: cast to pointer from integer of
different size
make[2]: *** [cgraph.o] Error 1
make[2]: Leaving directory `/home/local/build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/home/local/build/gcc'
make: *** [bootstrap] Error 2
tube:/usr/local/build $
--
Summary: stage1/xgcc fails to build cgraph.c
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: r at rogerh-c dot demon dot co dot uk
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15545