From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7120 invoked by alias); 27 Jul 2010 17:39:20 -0000 Received: (qmail 7110 invoked by uid 22791); 27 Jul 2010 17:39:19 -0000 X-SWARE-Spam-Status: No, hits=-6.9 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, 27 Jul 2010 17:39:14 +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 o6RHdCEm014239 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 27 Jul 2010 13:39:13 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6RHdCRH011712; Tue, 27 Jul 2010 13:39:12 -0400 Received: from [10.3.113.34] (ovpn-113-34.phx2.redhat.com [10.3.113.34]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o6RHdAqf010547; Tue, 27 Jul 2010 13:39:11 -0400 Message-ID: <4C4F19BE.9020009@redhat.com> Date: Tue, 27 Jul 2010 17:39:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Lightning/1.0b2pre Thunderbird/3.1.1 MIME-Version: 1.0 To: Jakub Jelinek CC: gcc-patches@gcc.gnu.org Subject: Re: Patch ping References: <20100720170154.GG19172@tyan-ft48-01.lab.bos.redhat.com> In-Reply-To: <20100720170154.GG19172@tyan-ft48-01.lab.bos.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg02105.txt.bz2 On 07/20/10 11:01, Jakub Jelinek wrote: > Hi! > > - Fix DECL_ALIGN during expand > PR target/44542 > http://gcc.gnu.org/ml/gcc-patches/2010-06/msg01803.html OK. > - 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 OK, after removing the extraneous "Note that on PowerPC targets," as suggested by Andreas. jeff