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 middle-end/98099] ICE in gen_lowpart_common, at emit-rtl.c:1554
Date: Wed, 17 Mar 2021 19:08:57 +0000	[thread overview]
Message-ID: <bug-98099-4-9VQkxbRO3O@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-98099-4@http.gcc.gnu.org/bugzilla/>

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So something like following?

2021-03-17  Jakub Jelinek  <jakub@redhat.com>

        PR middle-end/98099
        * gcc.dg/pr98099.c: Don't compile the test on pdp endian.
        For big endian use -fsso-struct=little-endian dg-options.

--- gcc/testsuite/gcc.dg/pr98099.c.jj   2020-12-04 10:53:56.306043973 +0100
+++ gcc/testsuite/gcc.dg/pr98099.c      2021-03-17 20:05:07.714417723 +0100
@@ -1,8 +1,9 @@
 /* PR middle-end/98099 */
 /* Reported by G. Steinmetz <gscfq@t-online.de> */

-/* { dg-do compile { target dfp } } */
-/* { dg-options "-fsso-struct=big-endian" } */
+/* { dg-do compile { target { dfp && { be || le } } } } */
+/* { dg-options "-fsso-struct=big-endian" { target le } } */
+/* { dg-options "-fsso-struct=little-endian" { target be } } */

 struct S { _Decimal128 a; };

  parent reply	other threads:[~2021-03-17 19:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-02 17:07 [Bug c/98099] New: " gscfq@t-online.de
2020-12-03  7:38 ` [Bug middle-end/98099] " ebotcazou at gcc dot gnu.org
2020-12-03  7:47 ` ebotcazou at gcc dot gnu.org
2020-12-03  8:05 ` marxin at gcc dot gnu.org
2020-12-03 14:56 ` cvs-commit at gcc dot gnu.org
2020-12-03 14:58 ` ebotcazou at gcc dot gnu.org
2021-03-16  9:28 ` ebotcazou at gcc dot gnu.org
2021-03-16 14:12 ` seurer at gcc dot gnu.org
2021-03-16 14:56 ` ebotcazou at gcc dot gnu.org
2021-03-17 19:08 ` jakub at gcc dot gnu.org [this message]
2021-03-17 20:36 ` ebotcazou at gcc dot gnu.org
2021-03-18  8:55 ` cvs-commit 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-98099-4-9VQkxbRO3O@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).