public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "acsawdey at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/94740] ICE on testsuite/gcc.dg/sso/t5.c with -mcpu=future -mpcrel -O1
Date: Fri, 24 Apr 2020 02:37:24 +0000	[thread overview]
Message-ID: <bug-94740-4-P06pIKDJkK@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-94740-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #1 from acsawdey at gcc dot gnu.org ---
Reduced test case:



struct __attribute__((scalar_storage_order("big-endian"))) {
  int a;
  int b[];
} c;
int d;
int e() { d = c.b[0]; }

  reply	other threads:[~2020-04-24  2:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-24  1:31 [Bug target/94740] New: " acsawdey at gcc dot gnu.org
2020-04-24  2:37 ` acsawdey at gcc dot gnu.org [this message]
2020-04-24 16:08 ` [Bug target/94740] " bergner at gcc dot gnu.org
2020-04-24 17:11 ` bergner at gcc dot gnu.org
2020-04-24 17:14 ` bergner at gcc dot gnu.org
2020-04-27 18:33 ` [Bug rtl-optimization/94740] " bergner at gcc dot gnu.org
2020-04-28 19:03 ` segher at gcc dot gnu.org
2020-04-29 21:33 ` bergner at gcc dot gnu.org
2020-04-30 19:01 ` cvs-commit at gcc dot gnu.org
2020-04-30 19:33 ` cvs-commit at gcc dot gnu.org
2020-04-30 23:22 ` cvs-commit at gcc dot gnu.org
2020-06-12 21:20 ` bergner 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-94740-4-P06pIKDJkK@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).