From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20265 invoked by alias); 10 Nov 2008 16:23:35 -0000 Received: (qmail 20227 invoked by uid 22791); 10 Nov 2008 16:23:35 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Nov 2008 16:22:39 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id mAAGMWIN017426; Mon, 10 Nov 2008 11:22:32 -0500 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mAAGMVRB030014; Mon, 10 Nov 2008 11:22:31 -0500 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.2/8.14.2/Submit) id mAAGMU2O009062; Mon, 10 Nov 2008 17:22:30 +0100 Date: Mon, 10 Nov 2008 16:53:00 -0000 From: Jakub Jelinek To: Eric Botcazou , Jason Merrill , Ian Lance Taylor , Nick Clifton Cc: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20081110162230.GT3572@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.18 (2008-05-17) 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: 2008-11/txt/msg00367.txt.bz2 Hi! - PR middle-end/37316 RTL fix for assign_parm_remove_parallels 4.4 regression http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00982.html - PR rtl-optimization/36998 Dwarf2 DW_CFA_GNU_args_size fixes http://gcc.gnu.org/ml/gcc-patches/2008-10/msg01322.html - PR target/37170 RTL/target fix for arm (and xtensa in followup) missing assemble_external calls http://gcc.gnu.org/ml/gcc-patches/2008-11/msg00063.html Jakub