------- Comment #15 from hp at gcc dot gnu dot org 2009-04-06 13:36 ------- (In reply to comment #14) > In particular, I would like to know if on such targets stdint.h is > available at C++ library configure time, the configure tests succeed
Well *some* configure tests succeed (see "Description"), but grep says, of cris-elf/libstdc++-v3/include/cris-elf/bits/c++config.h: /* #undef _GLIBCXX_USE_C99_STDINT_TR1 */ > if the tests do not pass, the issue is probably > simpler, just matter of waiting for 448 to be closed I can't see that it is a matter of something depending on that PR since all the target stuff is there, but something definitely goes wrong for libstdc++: checking for ISO C99 support to TR1 in <math.h>... no Maybe that newlib provides an incomplete stdint.h which is picked up before the gcc-generated one; I definitely see two stdint.h. Anyway, later on that bit. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39644