This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/41607] Cannot build LTO without stdint.h
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Oct 2009 15:59:18 -0000
- Subject: [Bug lto/41607] Cannot build LTO without stdint.h
- References: <bug-41607-3107@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from joseph at codesourcery dot com 2009-10-06 15:59 -------
Subject: Re: New: Cannot build LTO without stdint.h
On Tue, 6 Oct 2009, sje at cup dot hp dot com wrote:
> 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.
Via plugin-api.h - I didn't notice this as a problem because:
- it was included in the plugin patch not the streamer patch;
- I knew the plugin was non-portable anyway so didn't look for portability
issues in it;
- gcc/configure.ac uses GCC_STDINT_TYPES so the use of these *types* in
LTO source files isn't a problem; only requiring <stdint.h> rather than a
possible replacement is the problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41607