Hi, I checked in this patch to fix a typo.
-- H.J. --- Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.44 diff -u -p -r1.44 changes.html --- changes.html 4 Oct 2011 09:27:31 -0000 1.44 +++ changes.html 4 Oct 2011 14:33:01 -0000 @@ -54,7 +54,7 @@ <h2>General Optimizer Improvements</h2> <ul> - <li>Support for a new parameter <code>--param case-value-threshold=n</code> + <li>Support for a new parameter <code>--param case-values-threshold=n</code> was added to allow users to control the cutoff between doing switch statements as a series of if statements and using a jump table. </li>