From: Nicholas Nethercote Date: Sat, 24 Sep 2005 19:14:12 +0000 (+0000) Subject: Make 3.1.0 work with gcc 2.95. X-Git-Tag: svn/VALGRIND_3_1_0~450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbfb353ffaaed8480620b114d24a61167978158;p=thirdparty%2Fvalgrind.git Make 3.1.0 work with gcc 2.95. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4750 --- diff --git a/docs/internals/roadmap.txt b/docs/internals/roadmap.txt index 32e99e2b6f..2fad28021a 100644 --- a/docs/internals/roadmap.txt +++ b/docs/internals/roadmap.txt @@ -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