Though gcc most often installs a stdint-gcc.h, that's not necessarily
the case, and it isn't the case for sure when targeting vxworks.
The file history doesn't justify the oddity, so I'm assuming it was a
mistake.
for gcc/testsuite/ChangeLog
* gcc.target/aarch64/crc-builtin-pmul64.c: Include stdint.h.
/* { dg-options "-march=armv8-a+crypto" } */
-#include <stdint-gcc.h>
+#include <stdint.h>
int8_t crc8_data8 ()
{
return __builtin_crc8_data8 ('a', 0xff, 0x12);
{
return __builtin_rev_crc32_data32 (0xffffffff, 0x123546ff, 0x4002123);
}
-/* { dg-final { scan-assembler-times "pmull" 24 } } */
\ No newline at end of file
+/* { dg-final { scan-assembler-times "pmull" 24 } } */