Hello, These change adds mention of OpenMP4 offloading support in GCC: in release notes and in news section of main page.
Index: htdocs/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.942 diff -p -r1.942 index.html *** htdocs/index.html 17 Nov 2014 08:59:33 -0000 1.942 --- htdocs/index.html 12 Dec 2014 11:39:56 -0000 *************** mission statement</a>.</p> *** 52,57 **** --- 52,83 ---- <dl class="news"> + <dt><span>OpenMP 4.0 offloading support in GCC</span> + <span class="date">[2014-12-12]</span></dt> + <dd><a href="http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf"> + OpenMP 4.0</a> offloading features support was added to GCC. Generic changes: + <li>Generic infrastructure (suitable for any vendor).</li> + <li>Testsuite which covers offloading from + <a href="http://openmp.org/mp-documents/OpenMP4.0.0.Examples.pdf"> + OpenMP 4.0 Examples</a> document.</li> + Specific for upcoming Intel MIC products: + <li>Runtime library.</li> + <li>Card emulator.</li> + Contributed by Jakub Jelinek (RedHat), Thomas Schwinge (CodeSourcery), + Bernd Schmidt (CodeSourcery), Andrey Turetskiy (Intel), + Ilya Verbin (Intel) and Kirill Yukhin (Intel).</dd></dt> + <dt><span><a href="gcc-4.9/">GCC 4.9.2</a> released</span> <span class="date">[2014-10-30]</span></dt> <dd></dd> Index: htdocs/gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.50 diff -p -r1.50 changes.html *** htdocs/gcc-5/changes.html 10 Dec 2014 00:28:18 -0000 1.50 --- htdocs/gcc-5/changes.html 12 Dec 2014 11:39:56 -0000 *************** *** 83,88 **** --- 83,93 ---- </ul> <h2 id="languages">New Languages and Language specific improvements</h2> + <ul> + <li><a href="http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf"> OpenMP 4.0 + specification</a> offloading features are now supported in C/C++ and + Fortran compiler</li> + </ul> Is it ok to commit? -- Thanks, K