From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20122 invoked by alias); 20 Jun 2011 06:42:14 -0000 Received: (qmail 20113 invoked by uid 22791); 20 Jun 2011 06:42:14 -0000 X-SWARE-Spam-Status: No, hits=-6.5 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, 20 Jun 2011 06:41:55 +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.14.4/8.14.4) with ESMTP id p5K6fpAZ001966 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 20 Jun 2011 02:41:51 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p5K6fn8E006972 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Jun 2011 02:41:49 -0400 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 p5K6fmfC016454; Mon, 20 Jun 2011 08:41:48 +0200 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4/Submit) id p5K6flAK016452; Mon, 20 Jun 2011 08:41:47 +0200 Date: Mon, 20 Jun 2011 09:22:00 -0000 From: Jakub Jelinek To: Jason Merrill , Richard Henderson , Richard Guenther , Mike Stump , Rainer Orth Cc: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20110620064147.GA16443@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-06/txt/msg01433.txt.bz2 [testsuite] http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01069.html PR tree-optimization/48377, PR middle-end/49191 trunk/4.6 non_strict_align testsuite support [debug] http://gcc.gnu.org/ml/gcc-patches/2011-06/msg00649.html trunk only DW_OP_GNU_parameter_ref support [debug] http://gcc.gnu.org/ml/gcc-patches/2011-06/msg00751.html trunk only DW_OP_GNU_convert <0> support Jakub