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.
This commit is contained in:
parent
ca21dd0425
commit
6ac702030b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15151
1 changed files with 20 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.76 2002/12/03 19:51:49 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.77 2002/12/03 20:07:36 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -334,6 +334,25 @@
|
|||
ENOENT. A further race appears to exist in which truss will return
|
||||
"PIOCWAIT: Input/output error" occasionally on startup.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>gcc 3.2.1 upgrade</td>
|
||||
<td>--</td>
|
||||
<td>obrien@</td>
|
||||
<td>Upgrade to 3.2.1 release from pre-release desired, preferably
|
||||
soon, as it fixes known bugs. However, it's not tested on ia64.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>gcc 3.3 ABI hack</td>
|
||||
<td>--</td>
|
||||
<td>obrien</td>
|
||||
<td>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.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Areas requiring immediate testing due to 5.0 changes</h3>
|
||||
|
|
Loading…
Reference in a new issue