From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4798 invoked by alias); 10 May 2010 17:00:12 -0000 Received: (qmail 4758 invoked by uid 22791); 10 May 2010 17:00:08 -0000 X-SWARE-Spam-Status: No, hits=-5.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; Mon, 10 May 2010 17:00:04 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4AGxsBt006119 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 10 May 2010 12:59:54 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o4AGxr5Z015641 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 May 2010 12:59:53 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (localhost [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.3/8.14.3) with ESMTP id o4AH8JWb030280; Mon, 10 May 2010 19:08:19 +0200 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.3/8.14.3/Submit) id o4AH8JKt030279; Mon, 10 May 2010 19:08:19 +0200 Date: Mon, 10 May 2010 17:00:00 -0000 From: Jakub Jelinek To: Jason Merrill , "Joseph S. Myers" , Ian Lance Taylor Cc: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20100510170818.GB2817@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.20 (2009-08-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: 2010-05/txt/msg00678.txt.bz2 Hi! [4.6] http://gcc.gnu.org/ml/gcc-patches/2010-05/msg00400.html - improve debug info with SRA optimized objects (only tree-sra changes reviewed so far, the 2 extra break; stmts removed in my copy) [4.6] http://gcc.gnu.org/ml/gcc-patches/2010-04/msg01762.html - fix up .debug_macinfo [4.6] http://gcc.gnu.org/ml/gcc-patches/2010-04/msg01045.html - improve -### Jakub