From 6ac702030bf419e8ddef1bcb42d66f04b5094734 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 3 Dec 2002 20:12:16 +0000 Subject: [PATCH] Add gcc 3.2.1 and g++ 3.3 ABI tasks to the "desired list". We're still working on scheduling, so don't commit them to a particular RC yet. --- en/releases/5.0R/todo.sgml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/en/releases/5.0R/todo.sgml b/en/releases/5.0R/todo.sgml index 5ac652567f..d5bea1b1fc 100644 --- a/en/releases/5.0R/todo.sgml +++ b/en/releases/5.0R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; ]> @@ -334,6 +334,25 @@ ENOENT. A further race appears to exist in which truss will return "PIOCWAIT: Input/output error" occasionally on startup. + + + gcc 3.2.1 upgrade + -- + obrien@ + Upgrade to 3.2.1 release from pre-release desired, preferably + soon, as it fixes known bugs. However, it's not tested on ia64. + + + + gcc 3.3 ABI hack + -- + obrien + Hack the C++ ABI in our in-tree version of g++ to match what + will be used for gcc 3.3. This would permit us forward + ABI compatibility, avoiding future breakage when we want to + import the new gcc 3.3 during 5.x lifetime. + +

Areas requiring immediate testing due to 5.0 changes