------- Comment #18 from joseph at codesourcery dot com 2009-04-08 15:49 ------- Subject: Re: <stdint.h>-related issues (C99 issues)
On Wed, 8 Apr 2009, hp at gcc dot gnu dot org wrote: > Adding the libstdc++ regressions I've seen as a dependent, see PR39644 comment > #23. > (That is, the PR448 solution in progress relies on newlib providing the > missing > INTPTR_MAX, INTPTR_MIN and UINTPTR_MAX which it doesn't do - yet.) Thanks for pointing this out - the intptr_t and uintptr_t types are optional, but the limits are required if the types are provided. I'll look at adding extra testcases verifying that GCC and the header agree on whether the limits are available. Someone should also fix newlib upstream to provide the limits and add appropriate fixincludes to GCC to fix older newlib headers. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=448