https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98208
Bug ID: 98208 Summary: make check's check-fixincludes fails in sys/types.h around AIX_PHYSADR_T_CHECK Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: iii at linux dot ibm.com Target Milestone: --- With the recent master (f1b6e17b3f75) make check fails (on gcc121 machine) as follows: sys/types.h gcc/regtest-f1b6e17b3f75/fixincludes/tests/base/sys/types.h differ: byte 243, line 12 *** sys/types.h 2020-12-08 20:08:54.944208838 +0000 --- gcc/regtest-f1b6e17b3f75/fixincludes/tests/base/sys/types.h 2020-12-08 18:36:20.011729819 +0000 *************** *** 9,19 **** - #if defined( AIX_PHYSADR_T_CHECK ) - typedef struct __physadr_s { - #endif /* AIX_PHYSADR_T_CHECK */ - - #if defined( GNU_TYPES_CHECK ) #if !defined(_GCC_PTRDIFF_T) #define _GCC_PTRDIFF_T --- 9,14 ---- There were fixinclude test FAILURES Might be related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97865, but I haven't bisected yet.