[Bug bootstrap/58840] Problem compiling gcc 4.7.3 using gcc 4.4.6
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 23 08:05:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58840
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2013-10-23
Ever confirmed|0 |1
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
splay-tree.h does
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
so please check gcc/auto-host.h, you should have stdint.h.
More information about the Gcc-bugs
mailing list