From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30A903858C27; Mon, 25 Oct 2021 11:32:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30A903858C27 From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/102837] [12 regression] Many 32-bit gdc tests FAIL Date: Mon, 25 Oct 2021 11:32:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: 12.0 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: Mon, 25 Oct 2021 11:32:29 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102837 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #2 from Andrew Pinski --- > (In reply to Andrew Pinski from comment #1) >> It is one of the following: >> g:8088a33df5f62fd6416fb8cb158b791e639aa707 > > Most likely this one. Actually, it's commit efa5449a094d3887e124d400ff0410af2c745b2d Author: Iain Buclaw Date: Sat Sep 25 19:50:52 2021 +0200 libphobos: Give _Unwind_Exception an alignment that best resembles __attribute__((aligned)) in particular +else version (X86) private enum __aligned__ =3D 16; I don't yet see where/how struct _Unwind_Execption is allocated to guarantee that alignment. Depending on the answer PR libstdc++/77691 (32-bit Solaris/x86 malloc only returns 8-byte aligned memory) or the fact that the stack is only 4-byte aligned following the i386 psABI) may be relevant.=