Re: Mesa strict aliasing probs fixed

2005-09-02 Thread Brian Paul
Matthias Hopf wrote: find a patch attached that fixes all remaining strict-aliasing problems when compiling Mesa with gcc 4 (at least for me). Are you sure you've got the #ifdef logic correct? Actually, no. And I didn't recognize what you were referring to until today... You are right, it

Re: Mesa strict aliasing probs fixed

2005-09-01 Thread Matthias Hopf
find a patch attached that fixes all remaining strict-aliasing problems when compiling Mesa with gcc 4 (at least for me). Are you sure you've got the #ifdef logic correct? Actually, no. And I didn't recognize what you were referring to until today... You are right, it should have been the

Re: Mesa strict aliasing probs fixed

2005-07-14 Thread Matthias Hopf
Would mind creating a new patch? I don't have any time to do so. Sure. Just don't expect this to happen today. I'll have a couple of other patches next week, some of which are likely to be debatable. Matthias -- Matthias Hopf [EMAIL PROTECTED] ____ __ Maxfeldstr. 5 / 90409

Re: Mesa strict aliasing probs fixed

2005-07-13 Thread Brian Paul
Matthias Hopf wrote: Hi, find a patch attached that fixes all remaining strict-aliasing problems when compiling Mesa with gcc 4 (at least for me). Are you sure you've got the #ifdef logic correct? #if defined(GLX_VERSION_1_1) defined(GLX_SGIX_fbconfig) typedef void *fbc_t; #else typedef

Re: Mesa strict aliasing probs fixed

2005-07-13 Thread Matthias Hopf
On Jul 13, 05 09:16:32 -0600, Brian Paul wrote: find a patch attached that fixes all remaining strict-aliasing problems when compiling Mesa with gcc 4 (at least for me). Are you sure you've got the #ifdef logic correct? I just copied the one that was already present and didn't think much

Re: Mesa strict aliasing probs fixed

2005-07-13 Thread Brian Paul
Matthias Hopf wrote: On Jul 13, 05 09:16:32 -0600, Brian Paul wrote: find a patch attached that fixes all remaining strict-aliasing problems when compiling Mesa with gcc 4 (at least for me). Are you sure you've got the #ifdef logic correct? I just copied the one that was already present