From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6627 invoked by alias); 25 Sep 2008 23:17:08 -0000 Received: (qmail 6618 invoked by uid 22791); 25 Sep 2008 23:17:07 -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; Thu, 25 Sep 2008 23:16:13 +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 m8PNGBTj001809 for ; Thu, 25 Sep 2008 19:16:11 -0400 Received: from hs20-bc2-1.build.redhat.com (hs20-bc2-1.build.redhat.com [10.10.28.34]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m8PNGAo0005622; Thu, 25 Sep 2008 19:16:10 -0400 Received: from hs20-bc2-1.build.redhat.com (localhost.localdomain [127.0.0.1]) by hs20-bc2-1.build.redhat.com (8.13.1/8.13.1) with ESMTP id m8PNGAUh006594; Thu, 25 Sep 2008 19:16:10 -0400 Received: (from jakub@localhost) by hs20-bc2-1.build.redhat.com (8.13.1/8.13.1/Submit) id m8PNGACt006590; Thu, 25 Sep 2008 19:16:10 -0400 Date: Fri, 26 Sep 2008 00:33:00 -0000 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Cc: Jason Merrill Subject: Patch ping Message-ID: <20080925231610.GG11114@hs20-bc2-1.build.redhat.com> Reply-To: Jakub Jelinek Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i 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-09/txt/msg01802.txt.bz2 Hi! - http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00592.html fix dwarf2out ICE on UNSPEC in DECL_RTL, PR middle-end/37275 - http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01387.html fix gcc -v --help, PR middle-end/37576 Jakub