This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/41607] Cannot build LTO without stdint.h



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]