The attached patch adds a news entry about the JIT merge to the frontpage of the website.
The page seems to have some pre-existing validation errors; I don't think this adds any new ones. OK? Thanks Dave
Index: htdocs/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.940 diff -u -p -r1.940 index.html --- htdocs/index.html 30 Oct 2014 10:06:07 -0000 1.940 +++ htdocs/index.html 12 Nov 2014 01:17:48 -0000 @@ -52,6 +52,12 @@ mission statement</a>.</p> <dl class="news"> +<dt><span>JIT support in GCC: <a href="https://gcc.gnu.org/wiki/JIT">libgccjit</a></span> + <span class="date">[2014-11-11]</span></dt> + <dd>GCC can now be built as a shared library, and + embedded inside interpreters and other language runtimes, for + Just-In-Time generation of machine code.</dd> + <dt><span><a href="gcc-4.9/">GCC 4.9.2</a> released</span> <span class="date">[2014-10-30]</span></dt> <dd></dd>