[cfarm-users] Two problems on the gcc119 machine

Jonathan Wakely jwakely.gcc at gmail.com
Wed Sep 21 02:10:32 CEST 2022


On Tue, 20 Sept 2022 at 21:44, Kaz Kylheku via cfarm-users
<cfarm-users at lists.tetaneutral.net> wrote:
>
> On 2022-09-18 07:14, Bruno Haible via cfarm-users wrote:
> > On the gcc119 (AIX 7.2) machine, there are two problems:
>
> Should I be porting anythnig to AIX? Does anyone use it any more?
>
> Simple code like this doesn't compile:
>
>   #include <netinet/in.h>
>
>   // ...
>
>   void foo(struct in6_addr *addr)
>   {
>     return bar(addr->s6_addr, 16);
>   }
>
> gcc complains: error: 'union <anonymous>' has no member named 's6_addr'; did you mean 's6_addr8'?

I don't get that error.


>
> Getting stuff working on this platform seems like make-work, for the benefit of approximately
> zero users.

Nobody is forcing you to use the AIX machine, feel free to ignore it.


More information about the cfarm-users mailing list