From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id B5A52398A48C; Wed, 28 Jul 2021 07:40:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B5A52398A48C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id BFB4822284; Wed, 28 Jul 2021 07:40:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1627458003; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type; bh=pKSQvqbHkZy8aTO68vBzBuY8QWIWPLn5ErkFr8vBPII=; b=DEQ0cf+rfiETimcDiEc8D2rWeg7bjLtIdCeOoQeJcWBDkO1MuqClaVSnqyX5sy6050thMZ vW2nD4XvspJxTr6BWt/tlt9lxgoo1+cqFY+ak5bpsIjOnqoMF4qe/dQwmX6vA/fEK0495Y jZY+bcC+TfgQnvOzbVIyXjCUKOWxlYQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1627458003; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type; bh=pKSQvqbHkZy8aTO68vBzBuY8QWIWPLn5ErkFr8vBPII=; b=pDZtS9YJx1GlBup652nzak9cr55vCAhnWDX5xFLctHlQtVg5IAyq9cchqZGuRmN9ZrWHy4 Gmb5MJTy+NkneYAQ== Received: from murzim.suse.de (murzim.suse.de [10.160.4.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id A3ED3A3B84; Wed, 28 Jul 2021 07:40:03 +0000 (UTC) Date: Wed, 28 Jul 2021 09:40:03 +0200 (CEST) From: Richard Biener Reply-To: gcc@gcc.gnu.org To: gcc-announce@gcc.gnu.org cc: gcc@gcc.gnu.org, info-gnu@gnu.org Subject: GCC 11.2 Released Message-ID: User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-Mailman-Approved-At: Wed, 28 Jul 2021 10:18:33 +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: Wed, 28 Jul 2021 07:40:05 -0000 The GNU Compiler Collection version 11.2 has been released. GCC 11.2 is a bug-fix release from the GCC 11 branch containing important fixes for regressions and serious bugs in GCC 11.1 with more than 95 bugs fixed since the previous release. This release is available from the WWW and FTP servers listed here: https://sourceware.org/pub/gcc/releases/gcc-11.2.0/ https://gcc.gnu.org/mirrors.html Please do not contact me directly regarding questions or comments about this release. Instead, use the resources available from http://gcc.gnu.org. As always, a vast number of people contributed to this GCC release -- far too many to thank them individually!