Re: [PATCH] [amdgcn] Remove dependency on stdint.h in libgcc

2020-01-10 Thread Andrew Stubbs
On 10/01/2020 14:21, Kwok Cheung Yeung wrote: The patch for sub-word atomics support added an include of stdint.h for the definition of uintptr_h, but this can result in GCC compilation failing if the stdint.h header has not been installed (from newlib in the case of AMD GCN). I have fixed th

[PATCH] [amdgcn] Remove dependency on stdint.h in libgcc

2020-01-10 Thread Kwok Cheung Yeung
The patch for sub-word atomics support added an include of stdint.h for the definition of uintptr_h, but this can result in GCC compilation failing if the stdint.h header has not been installed (from newlib in the case of AMD GCN). I have fixed this by removing the stdint.h include and replacin