This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/41607] New: Cannot build LTO without stdint.h
- From: "sje at cup dot hp dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Oct 2009 15:53:03 -0000
- Subject: [Bug lto/41607] New: Cannot build LTO without stdint.h
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
After the LTO merge GCC will not bootstrap on HPPA HP-UX because this system
does not have stdint.h and this header is included unconditionally in
lto-streamer.h.
This header file was not a requirement for building before the merge. We
should either document this requirement, remove the requirement, or allow
platforms to turn off the LTO part of the build by default if they cannot meet
this requirement. I am not sure which approach we want to take.
--
Summary: Cannot build LTO without stdint.h
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Keywords: build, lto
Severity: normal
Priority: P3
Component: lto
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: sje at cup dot hp dot com
GCC build triplet: hppa*-hp-hpux*
GCC host triplet: hppa*-hp-hpux*
GCC target triplet: hppa*-hp-hpux*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41607