|
From: Neil Y. <nei...@yo...> - 2005-09-22 20:32:05
|
I see that Valgrind 3 has a lot or code with declarations in the middle of blocks, so it no longer compiles on older systems with gcc 2. Is this a deliberate decision? Neil Youngman |
|
From: Nicholas N. <nj...@cs...> - 2005-09-22 20:40:33
|
On Thu, 22 Sep 2005, Neil Youngman wrote: > I see that Valgrind 3 has a lot or code with declarations in the middle of > blocks, so it no longer compiles on older systems with gcc 2. Is this a > deliberate decision? Not really. We should make a policy decision and turn on -Wdeclaration-after-statement if we decide to support older GCCs. Nick |