This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: V3/AIX


On Tue, Jan 23, 2001 at 10:16:52AM -0800, Mark Mitchell wrote:
> ! /* This should match the type pointed to by atomic_p in
> !    <sys/atomic_op.h>.  */
>   typedef int _Atomic_word;

Perhaps 

  typedef __typeof__(*(atomic_p)0) _Atomic_word;

?


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]