From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31658 invoked by alias); 28 Feb 2011 08:52:50 -0000 Received: (qmail 31650 invoked by uid 22791); 28 Feb 2011 08:52:50 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Feb 2011 08:52:44 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1S8qgI7019964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 28 Feb 2011 03:52:43 -0500 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p1S8qf1L001652 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 28 Feb 2011 03:52:42 -0500 Received: from tyan-ft48-01.lab.bos.redhat.com (localhost.localdomain [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4) with ESMTP id p1S8qfdp027598 for ; Mon, 28 Feb 2011 09:52:41 +0100 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4/Submit) id p1S8qfkY027596 for gcc-patches@gcc.gnu.org; Mon, 28 Feb 2011 09:52:41 +0100 Date: Mon, 28 Feb 2011 10:38:00 -0000 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20110228085241.GH30899@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-02/txt/msg01721.txt.bz2 Hi! PR46790 P1 http://gcc.gnu.org/ml/gcc-patches/2011-02/msg01410.html (or http://gcc.gnu.org/ml/gcc-patches/2011-02/msg01426.html ) workaround for older ld --gc-sections issues PR47893 P1 http://gcc.gnu.org/ml/gcc-patches/2011-02/msg01647.html add_frame_space vs. temp_slot tracking of stack slots PR47283 P4 http://gcc.gnu.org/ml/gcc-patches/2011-02/msg01166.html debug fix for Pmode!=ptr_mode and special address mode targets now tested on both ia64-hpux and spu-elf Jakub