From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from us-smtp-delivery-124.mimecast.com
(us-smtp-delivery-124.mimecast.com [170.10.133.124])
by sourceware.org (Postfix) with ESMTPS id 7B582385DC0C
for ; Thu, 2 Dec 2021 17:17:17 +0000 (GMT)
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7B582385DC0C
Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com
[209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS
(version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id
us-mta-586-oC1F-3UUMZ6ctTch0oz_Ww-1; Thu, 02 Dec 2021 12:17:14 -0500
X-MC-Unique: oC1F-3UUMZ6ctTch0oz_Ww-1
Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com
[10.5.11.12])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 72CD084B9A7;
Thu, 2 Dec 2021 17:17:13 +0000 (UTC)
Received: from localhost (unknown [10.33.36.16])
by smtp.corp.redhat.com (Postfix) with ESMTP id 06E7260C13;
Thu, 2 Dec 2021 17:17:12 +0000 (UTC)
From: Jonathan Wakely
To: libstdc++@gcc.gnu.org,
gcc-patches@gcc.gnu.org
Subject: [wwwdocs] Document --enable-libstdcxx-allocator changes
Date: Thu, 2 Dec 2021 17:17:12 +0000
Message-Id: <20211202171712.368364-1-jwakely@redhat.com>
In-Reply-To:
References:
MIME-Version: 1.0
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12
X-Mimecast-Spam-Score: 0
X-Mimecast-Originator: redhat.com
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
X-Spam-Status: No, score=-14.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH,
DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0,
RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE,
TXREP autolearn=unavailable autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
server2.sourceware.org
X-BeenThere: libstdc++@gcc.gnu.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Libstdc++ mailing list
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 02 Dec 2021 17:17:18 -0000
Pushed to wwwdocs.
---
htdocs/gcc-12/changes.html | 5 +++++
1 file changed, 5 insertions(+)
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
--
2.31.1