public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.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	[thread overview]
Message-ID: <bug-109276-4-LnG8PeAhHw@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-109276-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109276

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Reduced testcase:
/* PR target/109276 */
/* { dg-do compile } */
/* { dg-options "-march=x86-64" } */
/* { dg-additional-options "-mpreferred-stack-boundary=2" } */

long long a;
long double b;

void
foo (void)
{
  b += a;
}

  parent reply	other threads:[~2023-03-27 15:09 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-24 17:31 [Bug rtl-optimization/109276] New: " max.aehle at scicomp dot uni-kl.de
2023-03-24 17:32 ` [Bug rtl-optimization/109276] " max.aehle at scicomp dot uni-kl.de
2023-03-24 17:32 ` max.aehle at scicomp dot uni-kl.de
2023-03-24 17:33 ` max.aehle at scicomp dot uni-kl.de
2023-03-24 17:34 ` max.aehle at scicomp dot uni-kl.de
2023-03-24 17:35 ` max.aehle at scicomp dot uni-kl.de
2023-03-24 17:38 ` max.aehle at scicomp dot uni-kl.de
2023-03-24 17:47 ` [Bug target/109276] [11/12/13 Regression] " pinskia at gcc dot gnu.org
2023-03-24 17:56 ` jakub at gcc dot gnu.org
2023-03-24 18:03 ` pinskia at gcc dot gnu.org
2023-03-24 18:09 ` pinskia at gcc dot gnu.org
2023-03-24 18:32 ` hjl.tools at gmail dot com
2023-03-27  7:02 ` rguenth at gcc dot gnu.org
2023-03-27 15:09 ` jakub at gcc dot gnu.org [this message]
2023-03-27 15:13 ` jakub at gcc dot gnu.org
2023-03-27 15:36 ` jakub at gcc dot gnu.org
2023-03-27 16:18 ` jakub at gcc dot gnu.org
2023-03-27 19:15 ` ubizjak at gmail dot com
2023-03-27 19:22 ` jakub at gcc dot gnu.org
2023-03-27 20:14 ` ubizjak at gmail dot com
2023-03-28  8:43 ` cvs-commit at gcc dot gnu.org
2023-03-28  8:45 ` [Bug target/109276] [11/12 " jakub at gcc dot gnu.org
2023-04-18  7:15 ` cvs-commit at gcc dot gnu.org
2023-04-18  7:20 ` [Bug target/109276] [11 " jakub at gcc dot gnu.org
2023-05-02 20:16 ` cvs-commit at gcc dot gnu.org
2023-05-03 10:46 ` jakub at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-109276-4-LnG8PeAhHw@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).