On Sat, 2009-08-29 at 06:15 -0700, Joakim Sindholt wrote:
> Regarding the recent addition of llvmpipe I decided to try it out and
> found that it wouldn't compile using gcc 4.4 but would using gcc 4.3. I
> tracked the bug down to the -std=c99 flag and it was caused by an
> illegal declaration:
>
>
Regarding the recent addition of llvmpipe I decided to try it out and
found that it wouldn't compile using gcc 4.4 but would using gcc 4.3. I
tracked the bug down to the -std=c99 flag and it was caused by an
illegal declaration:
union U
{
struct
{
short a;
short b;
};