Add GCC 3.4 to the TODO list and victimize Alendaer Kabaev with the task.
This commit is contained in:
parent
7809a36fb6
commit
0f0204eec4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20369
1 changed files with 12 additions and 2 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.3R/todo.sgml,v 1.15 2004/03/18 01:53:40 obrien Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.16 2004/03/19 07:57:03 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -36,7 +36,8 @@
|
|||
<td>The current gcc snapshot includes regressions in alignment of
|
||||
floating point arguments, resulting in a substantial performance
|
||||
degradation. Newere gcc 3.3.3 snapshots fix this, and must be
|
||||
imported before 5.3-RELEASE.</td>
|
||||
imported before 5.3-RELEASE. If gcc-3.4 is imported instead, it must
|
||||
be checked for this regression.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
@ -45,6 +46,15 @@
|
|||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th></tr>
|
||||
<tr>
|
||||
<td>GCC 3.4 for all platforms</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.kan;</td>
|
||||
<td>GCC 3.4 is needed to support TLS on all our our Tier-1 platforms.
|
||||
It also is likely to be better maintained by the FSF during the
|
||||
lifespan on 5.x than GCC 3.3 is.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Updated binutils for all platforms</td>
|
||||
<td>--</td>
|
||||
|
|
Loading…
Reference in a new issue