|
From: <sv...@va...> - 2005-09-24 19:14:22
|
Author: njn Date: 2005-09-24 20:14:12 +0100 (Sat, 24 Sep 2005) New Revision: 4750 Log: Make 3.1.0 work with gcc 2.95. Modified: trunk/docs/internals/roadmap.txt Modified: trunk/docs/internals/roadmap.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/internals/roadmap.txt 2005-09-24 18:57:57 UTC (rev 4749) +++ trunk/docs/internals/roadmap.txt 2005-09-24 19:14:12 UTC (rev 4750) @@ -32,6 +32,11 @@ * Rewrite address space manager; statically link the core with each tool; remove all glibc dependencies (Julian). =20 +* Make it work with GCC 2.95 (bug #111781) -- don't put declarations aft= er + statements in blocks. Do it after merging ASPACEM with the trunk. + -Wdeclaration-after-statement is the GCC warning that detects this, bu= t + 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 |