> On Mon, Sep 1, 2008 at 2:22 PM, Eli Friedman <[EMAIL PROTECTED]>
> wrote:
>>> +
>>> +// ptrs are constant
>>> +struct soft_segment_descriptor {
>>> + int ssd_base;
>>> +};
>>> +static int dblfault_tss;
>>> +
>>> +union uniao { int ola; } xpto[1];
>>> +
>>> +struct soft_segment_descriptor gdt_segs[] = {
>>> + {(int) &dblfault_tss},
>>> + { (int)xpto},
>>> +};
>>
>> Thank you for the testcase. However, the fix isn't correct. I'll file
>> a bug momentarily for this issue, and I'll generally try to be
>> responsive for issues like this.
>
> Actually, this testcase already passes with trunk clang... what
> exactly is the patch trying to fix?
very weird.. Or I'm crazy or I dunno what happened. But yesterday I saw that
test failing.
But if it passes, well maybe it can be readded to the test suite..
Nuno
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits