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 ESMTP id 0EC3B39450EB for ; Tue, 27 Apr 2021 12:37:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0EC3B39450EB Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-34-bQu4hxoQOLutsrQM8B7_GA-1; Tue, 27 Apr 2021 08:37:55 -0400 X-MC-Unique: bQu4hxoQOLutsrQM8B7_GA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6F115107ACCD for ; Tue, 27 Apr 2021 12:37:54 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-114-59.ams2.redhat.com [10.36.114.59]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1B02710016DB for ; Tue, 27 Apr 2021 12:37:53 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.16.1/8.16.1) with ESMTPS id 13RCbq0s1542511 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Tue, 27 Apr 2021 14:37:52 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.16.1/8.16.1/Submit) id 13RCbqkx1542510 for gcc-announce@gcc.gnu.org; Tue, 27 Apr 2021 14:37:52 +0200 Resent-From: Jakub Jelinek Resent-Date: Tue, 27 Apr 2021 14:37:52 +0200 Resent-Message-ID: <20210427123752.GK3748@tucnak> Resent-To: gcc-announce@gcc.gnu.org Date: Tue, 27 Apr 2021 14:28:56 +0200 From: Jakub Jelinek To: gcc-announce@gcc.gnu.org Subject: GCC 11.1 Released Message-ID: <20210427122856.GW1179226@tucnak> Reply-To: Jakub Jelinek MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Mailman-Approved-At: Tue, 27 Apr 2021 12:47:11 +0000 X-BeenThere: gcc-announce@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: gcc-announce mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2021 12:37:58 -0000 The GCC developers are proud to announce another major GCC release, 11.1. This release switches the default debugging format to DWARF 5 [1] on most targets and switches the default C++ language version to -std=gnu++17. It makes great progress in the C++20 language support, both on the compiler and library sides [2], adds experimental C++23 support, some C2X enhancements, various optimization enhancements and bug fixes, several new hardware enablement changes and enhancements to the compiler back-ends and many other changes. Some code that compiled successfully with older GCC versions might require source changes, see http://gcc.gnu.org/gcc-11/porting_to.html for details. See https://gcc.gnu.org/gcc-11/changes.html for more information about changes in GCC 11.1. This release is available from the WWW and FTP servers listed here: https://sourceware.org/pub/gcc/releases/gcc-11.1.0/ https://gcc.gnu.org/mirrors.html The release is in the gcc-11.1.0/ subdirectory. If you encounter difficulties using GCC 11.1, please do not contact me directly. Instead, please visit http://gcc.gnu.org for information about getting help. Driving a leading free software project such as GCC would not be possible without support from its many contributors. Not only its developers, but especially its regular testers and users which contribute to its high quality. The list of individuals is too large to thank individually! ---- [1] See http://dwarfstd.org/Dwarf5Std.php [2] See https://gcc.gnu.org/projects/cxx-status.html, and https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2020