Add gcc floating point regression to 5.3 show-stopper list.

This commit is contained in:
Robert Watson 2004-02-25 04:33:08 +00:00
parent 4d96b7762f
commit 06cd41052d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20161

View file

@ -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.9 2004/01/25 03:08:52 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.10 2004/01/27 04:44:25 rwatson Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -42,6 +42,16 @@
the product of a locking problem, and must be fixed for 5.3.</td>
</tr>
<tr>
<td>gcc 3.3 floating point alignment regression</td>
<td>&status.new;</td>
<td>&nbsp;</td>
<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>
</tr>
</table>
<h3>Required features for 5.3-RELEASE</h3>