From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 2E9A7385C420; Thu, 2 Dec 2021 17:15:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2E9A7385C420 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. a8f744e6ae8ffec20e8b8fad46b79e44712068ae X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8dcfec72dbe5d3d341a1c20e626f40010a11eae0 X-Git-Newrev: a8f744e6ae8ffec20e8b8fad46b79e44712068ae Message-Id: <20211202171539.2E9A7385C420@sourceware.org> Date: Thu, 2 Dec 2021 17:15:39 +0000 (GMT) From: Jonathan Wakely X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2021 17:15:39 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via a8f744e6ae8ffec20e8b8fad46b79e44712068ae (commit) from 8dcfec72dbe5d3d341a1c20e626f40010a11eae0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a8f744e6ae8ffec20e8b8fad46b79e44712068ae Author: Jonathan Wakely Date: Thu Dec 2 17:15:08 2021 +0000 Document --enable-libstdcxx-allocator changes 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.

member instead of a literal 0, as this is portable to other C++ implementations. +
  • The configuration option --enable-libstdcxx-allocator + no longer supports the bitmap, mt, and + pool arguments. Those configurations had been broken for + some time. +
  • Fortran: OpenMP code using the omp_lib.h include file can no longer be ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- gcc-wwwdocs