Fix a typo
Submitted by: delphij at frontfree net
This commit is contained in:
parent
0f0204eec4
commit
5c28fb28e8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20371
1 changed files with 4 additions and 4 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.16 2004/03/19 07:57:03 scottl Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.17 2004/03/20 20:57:26 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -35,9 +35,9 @@
|
|||
<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. If gcc-3.4 is imported instead, it must
|
||||
be checked for this regression.</td>
|
||||
degradation. Newer gcc 3.3.3 snapshots fix this, and must be
|
||||
imported before 5.3-RELEASE. If gcc-3.4 is imported instead, it
|
||||
must be checked for this regression.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue