On Wed, Jul 23, 2008 at 10:19 PM, Zhongxing Xu <mymlreader at gmail.com> wrote:
> typedef union
> {
> union wait *__uptr;
> int *__iptr;
> } __WAIT_STATUS __attribute__ ((__transparent_union__));
>
> How should we deal with such case?
transparent_union is current unimplemented.
-Eli