http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58840
Bug ID: 58840
Summary: Problem compiling gcc 4.7.3 using gcc 4.4.6
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: bugzi...@poradnik-webmastera.com
make[3]: Entering directory `[path]/gcc/obj/gcc'
build/gengtype \
-S ../../gcc-4.7.3/gcc -I gtyp-input.list -w
tmp-gtype.state
../../gcc-4.7.3/gcc/../include/splay-tree.h:55: unidentified type `uintptr_t'
../../gcc-4.7.3/gcc/../include/splay-tree.h:56: unidentified type `uintptr_t'
make[3]: *** [s-gtype] Error 1
make[3]: Leaving directory `[path]/gcc/obj/gcc'
make[2]: *** [all-stage1-gcc] Error 2
GCC is configured in this way:
../gcc-4.7.3/configure --prefix=[myprefix] --enable-languages=c,c++
--disable-nls
Installed compiler:
gcc --version
gcc (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.