From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97385 invoked by alias); 26 Jun 2015 21:42:10 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 97089 invoked by uid 55); 26 Jun 2015 21:42:06 -0000 From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/66216] [6 Regression] Defaulted Operators and constructors not working with aligned attribute Date: Fri, 26 Jun 2015 21:42:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 5.1.0 X-Bugzilla-Keywords: ice-on-valid-code, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-06/txt/msg03201.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66216 --- Comment #5 from Jason Merrill --- Author: jason Date: Fri Jun 26 21:41:34 2015 New Revision: 225088 URL: https://gcc.gnu.org/viewcvs?rev=225088&root=gcc&view=rev Log: PR c++/66216 * class.c (finish_struct): Call fixup_attribute_variants. Added: branches/gcc-5-branch/gcc/testsuite/g++.dg/ext/attrib52.C Modified: branches/gcc-5-branch/gcc/cp/ChangeLog branches/gcc-5-branch/gcc/cp/class.c