971105 strange g++ pb (still)
Hyman Rosen
hymie@prolifics.com
Fri Nov 7 10:35:00 GMT 1997
I would guess that the error comes from the use of 'status' inside
the union -
union { __typeof( status ) __in; int __i; } __u;
The union declares a new class type. I don't know what gcc's rules
are for what may appear in __typeof, but since the union is not a
friend of KProcess, I doubt that private names of KProcess will be
permitted under any circumstances.
More information about the Gcc-bugs
mailing list