Rainer Orth wrote:
Hi FX,
Here's a patch to add knowledge about C99 stdint.h types to the target
configuration for IRIX. I did that from the system headers of a
IRIX6.5 box, but can't bootstrap or regtest (I have very limited
access, can't run anything on it). If you can bootstrap and confirm
that tests gcc.dg/c99-stdint-*.c do not fail.
thanks for the patch. This was on my agenda anyway. A quick manual check
indicates that the patch is reasonable, with one exception: IRIX 5 doesn't
have a native <stdint.h>, so use_gcc_stdint needs to be set to provide
there.
All of IRIX 6.x is not equal and stdint.h was not added until IRIX 6.5.
Please consider extending the patch to wrap stdint.h for any IRIX < 6.5
and not just IRIX 5.
-tgc