https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83737
Bug ID: 83737 Summary: FAIL: gcc.dg/stdint-width-1.c (test for excess errors) for with newlib stdint.h Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: vries at gcc dot gnu.org Target Milestone: --- Fox nvptx, I see the following failure: ... FAIL: gcc.dg/stdint-width-1.c (test for excess errors) ... In more detail: ... gcc/testsuite/gcc.dg/stdint-width-1.c:20:4: error: #error "missing INT8_WIDTH" ... The missing macro is available in ./gcc/ginclude/stdint-gcc.h, but the used stdint.h is from newlib. Tentatively setting component to testsuite.