[wwwdocs] Document --enable-libstdcxx-allocator changes

Message ID 20211202171712.368364-1-jwakely@redhat.com
State Committed
Headers
Series [wwwdocs] Document --enable-libstdcxx-allocator changes |

Commit Message

Jonathan Wakely Dec. 2, 2021, 5:17 p.m. UTC
  Pushed to wwwdocs.


---
 htdocs/gcc-12/changes.html | 5 +++++
 1 file changed, 5 insertions(+)
  

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 000501fb..c2b87a53 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -41,6 +41,11 @@  a work-in-progress.</p>
     member instead of a literal <code>0</code>, as this is portable to other
     C++ implementations.
   </li>
+  <li>The configuration option <code>--enable-libstdcxx-allocator</code>
+    no longer supports the <code>bitmap</code>, <code>mt</code>, and
+    <code>pool</code> arguments. Those configurations had been broken for
+    some time.
+  </li>
   <li>
     <strong>Fortran:</strong>
     OpenMP code using the <code>omp_lib.h</code> include file can no longer be