From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15164 invoked by alias); 20 Jul 2010 16:59:58 -0000 Received: (qmail 15153 invoked by uid 22791); 20 Jul 2010 16:59:57 -0000 X-SWARE-Spam-Status: No, hits=-6.1 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; Tue, 20 Jul 2010 16:59:54 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6KGxqn8026107 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 20 Jul 2010 12:59:52 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6KGxqBk003661 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 20 Jul 2010 12:59:52 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4) with ESMTP id o6KH1sMN011678 for ; Tue, 20 Jul 2010 19:01:54 +0200 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4/Submit) id o6KH1s1A011677 for gcc-patches@gcc.gnu.org; Tue, 20 Jul 2010 19:01:54 +0200 Date: Tue, 20 Jul 2010 16:59:00 -0000 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20100720170154.GG19172@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-12-10) 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-07/txt/msg01587.txt.bz2 Hi! - Fix DECL_ALIGN during expand PR target/44542 http://gcc.gnu.org/ml/gcc-patches/2010-06/msg01803.html - Fix up asm-es-2.c testcase, update ppc/ia64 md.texi section on inline-asm side-effects testsuite/44701 http://gcc.gnu.org/ml/gcc-patches/2010-07/msg01051.html Jakub