===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.31
@@ -47,7 +47,19 @@
</li>
</ul>
-<h2>New Languages and Language specific improvements</h2>
+<h2 id="languages">New Languages and Language specific improvements</h2>
+
+ <ul>
+ <li>Version 4.0 of the <a href="http://openmp.org/wp/openmp-specifications/"
+ >OpenMP specification</a> is now supported for the C and C++ compilers.
+ The new <code>-fopenmp-simd</code> option can be used to enable OpenMP's
+ SIMD directives, while ignoring other OpenMP directives.</li>
+ <li>The <code>-Wdate-time</code> option has been added for the C, C++ and
+ Fortran compilers, which warns when the <code>__DATE__</code>,
+ <code>__TIME__</code> or <code>__TIMESTAMP__</code> macros are used.
+ Those macros might prevent bit-wise-identical reproducable
+ compilations.</li>
+ </ul>
<h3 id="ada">Ada</h3>