On Wed, Jul 30, 2014 at 8:35 AM, Marek Polacek <pola...@redhat.com> wrote: > On Wed, Jul 30, 2014 at 08:31:35AM +0200, Tobias Burnus wrote: >> This patch adds the files gcc-5/{changes,criteria}.html - and populates the >> former with Fortran changes; the latter is a copy of the GCC 4.9 file. >> >> Is the patch OK? > > Thanks for the patch! > >> gcc-5/changes.html | 60 +++++++++++++++++++++ >> gcc-5/criteria.html | 144 >> ++++++++++++++++++++++++++++++++++++++++++++++++++++ >> index.html | 3 - >> 3 files changed, 206 insertions(+), 1 deletion(-) >> >> Index: htdocs/index.html >> =================================================================== >> RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v >> retrieving revision 1.932 >> diff -u -r1.932 index.html >> --- htdocs/index.html 16 Jul 2014 14:26:39 -0000 1.932 >> +++ htdocs/index.html 30 Jul 2014 06:30:21 -0000 >> @@ -161,7 +161,8 @@ >> </dd> >> >> <dt><span class="version">Development:</span> >> - GCC 4.10.0 (<a href="gcc-4.9/criteria.html">release criteria</a>) >> + GCC 4.10.0 (<a href="gcc-5/criteria.html">release criteria</a>, > > I guess s/GCC 4.10.0/GCC 5.0/. > >> + <a href="gcc-5/changes.html">changes</a>) >> </dt><dd> >> Status: >> <!--GCC 4.10 status below--> > > Here as well.
Ok with those changes. Richard. > Marek