Add gcc floating point regression to 5.3 show-stopper list.
This commit is contained in:
parent
4d96b7762f
commit
06cd41052d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20161
1 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY email 'freebsd-qa'>
|
<!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 title "FreeBSD 5.3 Open Issues">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||||
|
@ -42,6 +42,16 @@
|
||||||
the product of a locking problem, and must be fixed for 5.3.</td>
|
the product of a locking problem, and must be fixed for 5.3.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>gcc 3.3 floating point alignment regression</td>
|
||||||
|
<td>&status.new;</td>
|
||||||
|
<td> </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>
|
</table>
|
||||||
|
|
||||||
<h3>Required features for 5.3-RELEASE</h3>
|
<h3>Required features for 5.3-RELEASE</h3>
|
||||||
|
|
Loading…
Reference in a new issue