[cfe-dev] wait3() bug

Zhongxing Xu mymlreader at gmail.com
Wed Jul 23 23:31:08 PDT 2008


I didn't notice the __attribute__ ((__transparent_union__)).

On Thu, Jul 24, 2008 at 2:30 PM, Zhongxing Xu <mymlreader at gmail.com> wrote:

> Thanks.
>
>
> On Thu, Jul 24, 2008 at 1:33 PM, Eli Friedman <eli.friedman at gmail.com>
> wrote:
>
>> 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
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080724/8f2a7a2f/attachment.html>


More information about the cfe-dev mailing list