From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 00CC33858C5E; Mon, 27 Mar 2023 15:09:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00CC33858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679929779; bh=DqznHEzRatvZUbXpFSl/JWRq+QuBJwOKCSMYiUNXrco=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vXBcI5p+HS9ot2Qb8yBYYE9gyo0+5qB/1k/E34XZQdEV6MUSDjgvshKtiJbT7XGhq dTUj9fW7O3Ti4T1LOcP3pGH4WZEmnQKjCFcMCJjaUTefGNI8c8eEkiT0OVB7GZmbKO qUsbbJqI1AInEgT0teaKvXuRDaFas2s83S11bpns= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109276] [11/12/13 Regression] ICE: in assign_stack_local_1, at function.cc:429 with -mpreferred-stack-boundary=2 Date: Mon, 27 Mar 2023 15:09:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109276 --- Comment #11 from Jakub Jelinek --- Reduced testcase: /* PR target/109276 */ /* { dg-do compile } */ /* { dg-options "-march=3Dx86-64" } */ /* { dg-additional-options "-mpreferred-stack-boundary=3D2" } */ long long a; long double b; void foo (void) { b +=3D a; }=