|
From: Igmar P. <mai...@jd...> - 2004-03-12 19:12:26
|
Hi, VG 2.1.0 starts to use anonymous unions. That works when your compiler is GCC 3.x.x based, but not when you're using a C89 compiler like gcc 2.94.x. Would a patch to revert this behaviour be accepted ? I'm willing to fix this. Regards, |
|
From: Igmar P. <mai...@jd...> - 2004-03-12 19:20:34
|
> VG 2.1.0 starts to use anonymous unions. That works when your compiler is > GCC 3.x.x based, but not when you're using a C89 compiler like gcc 2.94.x. > Would a patch to revert this behaviour be accepted ? I'm willing to fix > this. Forget this, wrong source tree :( Igmar |
|
From: <ar...@de...> - 2004-03-12 19:26:10
Attachments:
11_c89vg.dpatch
|
I've already included this patch to valgrind-2.1.0 on the Debian version. The patch is attached. Let me know if it works for you. Regards. |