Re: [Mesa3d-dev] llvmpipe and C99

2009-08-29 Thread José Fonseca
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: > >

[Mesa3d-dev] llvmpipe and C99

2009-08-29 Thread Joakim Sindholt
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; };