On Fri, Dec 11, 2020 at 2:01 AM Ilya Leoshkevich via Gcc-patches
<[email protected]> wrote:
>
> Tested on gcc121 (x86_64 CentOS Linux 7). Ok for master?
OK
>
>
> After 92648faa1cb2 ("aix: Fixinclude") make check-fixincludes began to
> fail (at least on gcc121 machine). Fix by updating fixincludes/tests
> and rerunning genfixes.
>
> fixincludes/ChangeLog:
>
> 2020-12-11 Ilya Leoshkevich <[email protected]>
>
> * fixincl.x: Rerun genfixes.
> * tests/base/sys/types.h: Add AIX_PHYSADR_T_CHECK.
> ---
> fixincludes/fixincl.x | 4 ++--
> fixincludes/tests/base/sys/types.h | 5 +++++
> 2 files changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x
> index 21439652bce..cc17edfba0b 100644
> --- a/fixincludes/fixincl.x
> +++ b/fixincludes/fixincl.x
> @@ -2,11 +2,11 @@
> *
> * DO NOT EDIT THIS FILE (fixincl.x)
> *
> - * It has been AutoGen-ed October 21, 2020 at 10:43:22 AM by AutoGen 5.18.16
> + * It has been AutoGen-ed December 9, 2020 at 11:16:08 AM by AutoGen
> 5.18.16
> * From the definitions inclhack.def
> * and the template file fixincl
> */
> -/* DO NOT SVN-MERGE THIS FILE, EITHER Wed Oct 21 10:43:22 EDT 2020
> +/* DO NOT SVN-MERGE THIS FILE, EITHER Wed Dec 9 11:16:08 EST 2020
> *
> * You must regenerate it. Use the ./genfixes script.
> *
> diff --git a/fixincludes/tests/base/sys/types.h
> b/fixincludes/tests/base/sys/types.h
> index 683b5e93ecd..a318f9b713b 100644
> --- a/fixincludes/tests/base/sys/types.h
> +++ b/fixincludes/tests/base/sys/types.h
> @@ -9,6 +9,11 @@
>
>
>
> +#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
> --
> 2.25.4
>