From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 758AE386103A; Thu, 2 Jul 2020 08:45:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 758AE386103A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593679535; bh=N+0EIvTRFxcNzpgHMAtyPLcWFWfFcAb1U2gynHzvIhw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gQaK+8jSacD37/5+SFSCxTVGok+uDe56PrBaDFuoNzkuLTME49i4mKdA9rGVcPPRu CylEaCoe1lYL895PizkyzoKLnjyeuuLDILHn0sWX+ezC/2xsRFEAKTHSETX35zuo8b 5O3EnX7SyVC0F4+ylO2KHUJjeYaj66onH0J3Qnww= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/94594] struct containing an aligned obj with stronger alignment, change the alignment accordingly instead of throwing an error, inconsistent with the C++ standard Date: Thu, 02 Jul 2020 08:45:35 +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: 10.0 X-Bugzilla-Keywords: accepts-invalid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution keywords bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2020 08:45:35 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94594 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Keywords| |accepts-invalid Status|UNCONFIRMED |RESOLVED --- Comment #3 from Jonathan Wakely --- I reported this as PR 65685 a few years ago. *** This bug has been marked as a duplicate of bug 65685 ***=