public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sjames at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/113759] [14 regression] ICE when building fdk-aac-2.0.3 since r14-8680
Date: Mon, 05 Feb 2024 00:31:06 +0000	[thread overview]
Message-ID: <bug-113759-4-oud1Ido3zL@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-113759-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from Sam James <sjames at gcc dot gnu.org> ---
reduced:
```
typedef struct {
  struct {
    struct {
      int erRvlcInfo;
      short aRvlcScfFwd[];
    } aac;
  } overlay;
} CAacDecoderCommonData;
int calcRefValFwd_refNrgFwd, calcRefValFwd_conceal_group_min,
    calcRefValFwd_bnds, calcRefValFwd_startBand;
CAacDecoderCommonData calcRefValFwd_pAacDecoderChannelInfo_1;
void calcRefValFwd() {
  for (; calcRefValFwd_conceal_group_min >= 0;
       calcRefValFwd_conceal_group_min--) {
    for (; calcRefValFwd_startBand >= 0; calcRefValFwd_startBand--) {
      calcRefValFwd_bnds =
          calcRefValFwd_conceal_group_min + calcRefValFwd_startBand;
      calcRefValFwd_refNrgFwd = calcRefValFwd_pAacDecoderChannelInfo_1.overlay
                                    .aac.aRvlcScfFwd[calcRefValFwd_bnds];
      calcRefValFwd_pAacDecoderChannelInfo_1.overlay.aac
          .aRvlcScfFwd[calcRefValFwd_bnds] = 0;
    }
    calcRefValFwd_startBand = 1;
  }
}
```

  parent reply	other threads:[~2024-02-05  0:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-04 23:13 [Bug middle-end/113759] New: [14 regression] ICE when building fdk-aac-2.0.3 sjames at gcc dot gnu.org
2024-02-04 23:33 ` [Bug middle-end/113759] " pinskia at gcc dot gnu.org
2024-02-04 23:33 ` pinskia at gcc dot gnu.org
2024-02-04 23:43 ` [Bug middle-end/113759] [14 regression] ICE when building fdk-aac-2.0.3 since r14-8680 jakub at gcc dot gnu.org
2024-02-05  0:31 ` sjames at gcc dot gnu.org [this message]
2024-02-05  0:45 ` pinskia at gcc dot gnu.org
2024-02-05  0:46 ` sjames at gcc dot gnu.org
2024-02-05  9:46 ` [Bug tree-optimization/113759] " jakub at gcc dot gnu.org
2024-02-06 12:00 ` cvs-commit at gcc dot gnu.org
2024-02-06 12:02 ` jakub at gcc dot gnu.org
2024-02-06 12:33 ` roger at nextmovesoftware dot com

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-113759-4-oud1Ido3zL@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).