From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id E643F3AA88E5; Thu, 27 Jul 2023 09:27:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E643F3AA88E5 Authentication-Results: sourceware.org; dmarc=pass (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-out2.suse.de (Postfix) with ESMTP id 224EF1F86C; Thu, 27 Jul 2023 09:27:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1690450066; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=6N/arZ2g2QJY4RcrS6sLJR06CsCJjkIGK5lKpG3rrHs=; b=AIN25qz0U9fCOJEi+78obm+VcMxQDdu01FD+R8TIVZae84BrD/zANl8uSyvllohNaat3H9 NkJ0BIsI42GYyHGnSVQCAwiu5zArrROs3FBl4MwW2ulonZK4kXalVW2hQviBVXdU0UaV+g XAnln4xqzVvGJDRoVxNrg7qocu5MPvo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1690450066; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=6N/arZ2g2QJY4RcrS6sLJR06CsCJjkIGK5lKpG3rrHs=; b=ap5pslMi90AtRrU9EAAiB7OcWsRo2S8AMxKQJxt2IY7F+NNjTm05ZNbjfjwNpdGk2yVLl+ nY1b/0eD/Dq4bZAQ== Received: from wotan.suse.de (wotan.suse.de [10.160.0.1]) (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 127CD2C142; Thu, 27 Jul 2023 09:27:46 +0000 (UTC) Date: Thu, 27 Jul 2023 09:27:45 +0000 (UTC) From: Richard Biener Reply-To: gcc@gcc.gnu.org To: gcc-announce@gcc.gnu.org, gcc@gcc.gnu.org, info-gnu@gnu.org Subject: GCC 13.2 Released Message-ID: User-Agent: Alpine 2.22 (LSU 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The GNU Compiler Collection version 13.2 has been released. GCC 13.2 is the first bug-fix release from the GCC 13 branch containing important fixes for regressions and serious bugs in GCC 13.1 with more than 58 bugs fixed since the previous release. This release is available from the WWW servers listed here: https://sourceware.org/pub/gcc/releases/gcc-13.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!