From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6840 invoked by alias); 8 Apr 2009 18:16:46 -0000 Received: (qmail 6812 invoked by uid 22791); 8 Apr 2009 18:16:45 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Apr 2009 18:16:40 +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 n38IGc5Q000901 for ; Wed, 8 Apr 2009 14:16:38 -0400 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 n38IGgNC020552 for ; Wed, 8 Apr 2009 14:16:42 -0400 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.2/8.14.2/Submit) id n38IH10W012923 for gcc-patches@gcc.gnu.org; Wed, 8 Apr 2009 20:17:01 +0200 Date: Wed, 08 Apr 2009 18:16:00 -0000 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20090408181701.GS4537@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: 2009-04/txt/msg00639.txt.bz2 Hi! [4.4/4.5] P2 teach fwprop to propagate into asms to avoid reload asm regressions http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01361.html [4.5] Use DW_TAG_member instead of DW_TAG_variable for static data members http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00485.html Jakub