bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Port to PGI 16.10 x86-64


From: Bruno Haible
Subject: Re: [PATCH] Port to PGI 16.10 x86-64
Date: Tue, 31 Jan 2017 08:17:15 +0100
User-agent: KMail/4.8.5 (Linux/3.8.0-44-generic; KDE/4.8.5; x86_64; ; )

Hi Paul,

> -# define ASYNCSAFE(type) *(volatile type *)&
> +# define ASYNCSAFE(type) *(type volatile *)&

Thanks, a good catch!!

> +#if (defined __DECC || defined _MSC_VER \
> +     || (defined __MVS__ && defined __IBMC__)   \
> +     || defined __PGI)

Just curious: Why the added parentheses? Because of some (broken) compiler,
or just aesthetics?

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]