Thanks for the patch, Andreas. It's a pain you can't use the
(f ? a->b : a->c) = x;
to
*(f ? &a->b : &a->c) = x;
transformation with bitfields and fields of different widths. The
"Generalised Lvalues" GCC extension was useful in this situation.

Cheers,
Shaun

On Mar 22, 2005 12:29 PM, Andreas Jochens <[EMAIL PROTECTED]> wrote:
> Package: romeo
> Severity: normal
> Tags: patch
> 
> When building 'romeo' on amd64 with gcc-4.0,
> I get the following error:
[clip]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to