From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22425 invoked by alias); 4 Sep 2007 10:02:16 -0000 Received: (qmail 22408 invoked by uid 22791); 4 Sep 2007 10:02:14 -0000 X-Spam-Check-By: sourceware.org Received: from atrey.karlin.mff.cuni.cz (HELO atrey.karlin.mff.cuni.cz) (195.113.31.123) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Sep 2007 10:02:07 +0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 4018) id 0AD9A8426B; Tue, 4 Sep 2007 12:02:05 +0200 (CEST) Date: Tue, 04 Sep 2007 10:02:00 -0000 From: Jan Hubicka To: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20070904100204.GC26095@atrey.karlin.mff.cuni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) 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: 2007-09/txt/msg00195.txt.bz2 Hi, please would be possible to review those few patches? They are blocking some other stuff. Copyprop sharing fix http://gcc.gnu.org/ml/gcc-patches/2007-08/msg01230.html Regrename fix (hopefully last needed for RTL sharing checker) http://gcc.gnu.org/ml/gcc-patches/2007-08/msg01103.html Kai's patch for MS/SYSV attribute handling (it would be nice feature to have in next release) http://gcc.gnu.org/ml/gcc-patches/2007-08/msg01515.html Honza