From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18798 invoked by alias); 9 Nov 2010 15:46:24 -0000 Received: (qmail 18788 invoked by uid 22791); 9 Nov 2010 15:46:22 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_TM,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; Tue, 09 Nov 2010 15:46:16 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA9FkEwg017695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 9 Nov 2010 10:46:14 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oA9FkEmD008123; Tue, 9 Nov 2010 10:46:14 -0500 Received: from [10.3.113.72] (ovpn-113-72.phx2.redhat.com [10.3.113.72]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id oA9FkDSw032455; Tue, 9 Nov 2010 10:46:13 -0500 Message-ID: <4CD96CC4.6050703@redhat.com> Date: Tue, 09 Nov 2010 15:48:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Lightning/1.0b3pre Thunderbird/3.1.4 MIME-Version: 1.0 To: Jakub Jelinek CC: gcc-patches@gcc.gnu.org Subject: Re: Patch ping References: <20101105200223.GM29412@tyan-ft48-01.lab.bos.redhat.com> In-Reply-To: <20101105200223.GM29412@tyan-ft48-01.lab.bos.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-11/txt/msg00913.txt.bz2 On 11/05/10 14:02, Jakub Jelinek wrote: > Hi! > > Patches awaiting review for more than ~ a week: > > http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02318.html > - Fix dead_debug_* ICE (PR debug/46171, P1) OK. > http://gcc.gnu.org/ml/gcc-patches/2010-09/msg01243.html > - Fix up guality/sra-1.c testcase (PR middle-end/45663, P3) OK. > http://gcc.gnu.org/ml/gcc-patches/2010-10/msg01524.html > - DW_OP_GNU_entry_value + DW_TAG_GNU_call_site support > > http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02633.html > - Improve debug info for params only referenced in DEBUG > stmts at expand time (PR debug/45882) I'm leaving these two for someone who understands this stuff better. If nobody responds in a week or so, let me know and I'll take a closer look at them. Jeff