From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32569 invoked by alias); 30 Jul 2010 16:14:11 -0000 Received: (qmail 32559 invoked by uid 22791); 30 Jul 2010 16:14:09 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM X-Spam-Check-By: sourceware.org Received: from mail-ey0-f175.google.com (HELO mail-ey0-f175.google.com) (209.85.215.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Jul 2010 16:14:03 +0000 Received: by eyf5 with SMTP id 5so755455eyf.20 for ; Fri, 30 Jul 2010 09:14:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.236.149 with SMTP id w21mr1863343weq.65.1280506440901; Fri, 30 Jul 2010 09:14:00 -0700 (PDT) Received: by 10.216.80.199 with HTTP; Fri, 30 Jul 2010 09:14:00 -0700 (PDT) In-Reply-To: <201007301556.o6UFuSAd014013@d12av02.megacenter.de.ibm.com> References: <201007282144.o6SLiOQV006321@d12av02.megacenter.de.ibm.com> <201007301556.o6UFuSAd014013@d12av02.megacenter.de.ibm.com> Date: Fri, 30 Jul 2010 16:22:00 -0000 Message-ID: Subject: Re: [PATCH] [4.5 regression] C++ ignores some aligned attributes From: Richard Guenther To: Ulrich Weigand Cc: gcc-patches@gcc.gnu.org, Steven Bosscher , dnovillo@google.com, froydnj@codesourcery.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg02353.txt.bz2 On Fri, Jul 30, 2010 at 5:56 PM, Ulrich Weigand wrote: >> ChangeLog: >> >> gcc/ >> =A0 =A0 =A0 PR c++/45112 >> =A0 =A0 =A0 * cp/decl.c (duplicate_decls): Merge DECL_USER_ALIGN and DEC= L_PACKED. >> >> gcc/testsuite/ >> =A0 =A0 =A0 PR c++/45112 >> =A0 =A0 =A0 * testsuite/g++.dg/pr45112.C: New test. > > I've checked this in to mainline now after an off-line approval > by Mark Mitchell. > > Should I check this in to 4.5 as well at this point? =A0The status > says "frozen for release preparation" ... Please wait until after the release. Thanks, Richard. > Bye, > Ulrich > > -- > =A0Dr. Ulrich Weigand > =A0GNU Toolchain for Linux on System z and Cell BE > =A0Ulrich.Weigand@de.ibm.com >