]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make 3.1.0 work with gcc 2.95.
authorNicholas Nethercote <njn@valgrind.org>
Sat, 24 Sep 2005 19:14:12 +0000 (19:14 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 24 Sep 2005 19:14:12 +0000 (19:14 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4750

docs/internals/roadmap.txt

index 32e99e2b6f9c205b1450435933b005db18bca713..2fad28021a141b89611fa769074c997298dc1315 100644 (file)
@@ -32,6 +32,11 @@ Definite
 * Rewrite address space manager;  statically link the core with
   each tool;  remove all glibc dependencies (Julian).
 
+* Make it work with GCC 2.95 (bug #111781) -- don't put declarations after
+  statements in blocks.  Do it after merging ASPACEM with the trunk.
+  -Wdeclaration-after-statement is the GCC warning that detects this, but
+  it is only present in GCC after 3.4.0 (ie. not in 3.0.X--3.3.X)...
+
 Maybe
 -----
 * Get pthread modelling and Helgrind working again.  Requires function