From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D3FF385BF83; Tue, 14 Apr 2020 12:51:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D3FF385BF83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586868688; bh=vp+RHN+9JcIiZEBRIU8p9OAmgI999mTbKu+RL51cCCQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mrgvr3bQuTS0H50+vEO8Nsv9skVAra6cleEe4oos9RxXmITE/BfVGcbblBxjvl94m +/LW9yTSE/HHxxkj0RGKDFgH9DDkHemW/DLTb4IvzeRC9IzmsXXDDgRakclj9cn9d7 0nl0I2mMfqoW2TxRUVyMN+SkH+EaMorE8GLiA93k= From: "sinbal2l at gmail dot com" 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: Tue, 14 Apr 2020 12:51:28 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: sinbal2l at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: 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: Tue, 14 Apr 2020 12:51:28 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94594 --- Comment #2 from Inbal Levi --- Also, an example with the first struct declaration being in the right form:= :) https://godbolt.org/z/G5rU5h=