From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 609 invoked by alias); 9 Aug 2010 07:03:20 -0000 Received: (qmail 472 invoked by uid 22791); 9 Aug 2010 07:03:19 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from smtp-vbr4.xs4all.nl (HELO smtp-vbr4.xs4all.nl) (194.109.24.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Aug 2010 07:02:46 +0000 Received: from mx.ellipsbv.local (mail.ellips.nl [213.84.68.77]) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id o7972htE058648; Mon, 9 Aug 2010 09:02:43 +0200 (CEST) (envelope-from hans.kester@ellips.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: GCC 4.5.1 Released (2) Date: Mon, 09 Aug 2010 08:07:00 -0000 Message-ID: <5EC08AEC9A25D746ABB7341DCE1E7A60C5C7CF@mx.ellipsbv.local> In-Reply-To: References: From: "Hans Kester (Ellips B.V.)" To: , Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-08/txt/msg00159.txt.bz2 Ik zie ook wat leuke dingen in de release notes: * MIPS targets now support the -fstack-protector option. Uit de handleiding: -fstack-protector Emit extra code to check for buffer overflows, such as stack smashing attacks. This is done by adding a guard variable to functions with vulnerable objects. This includes functions that call alloca, and functions with buffers larger than 8 bytes. The guards are initialized when a function is entered and then checked when the function exits. If a guard check fails, an error message is printed and the program exits. -fstack-protector-all Like '-fstack-protector' except that all functions are protected. -----Original Message----- From: gcc-announce-owner@gcc.gnu.org [mailto:gcc-announce-owner@gcc.gnu.org] On Behalf Of Richard Guenther Sent: Sunday, August 08, 2010 10:47 AM To: gcc-announce@gcc.gnu.org Cc: gcc@gcc.gnu.org Subject: GCC 4.5.1 Released The GNU Compiler Collection version 4.5.1 has been released. GCC 4.5.1 is a bug-fix release containing fixes for regressions and serious bugs in GCC 4.5.0. This release is available from the FTP servers listed at: http://www.gnu.org/order/ftp.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 individually!