public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "seurer at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/110803] New: new test case gcc.c-torture/execute/pr109986.c in r14-2751-g2a3556376c69a1 fails
Date: Tue, 25 Jul 2023 14:26:01 +0000	[thread overview]
Message-ID: <bug-110803-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 110803
           Summary: new test case gcc.c-torture/execute/pr109986.c in
                    r14-2751-g2a3556376c69a1 fails
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:2a3556376c69a1fb588dcf25225950575e42784f, r14-2751-g2a3556376c69a1
make  -k check-gcc RUNTESTFLAGS="execute.exp=gcc.c-torture/execute/pr109986.c"
FAIL: gcc.c-torture/execute/pr109986.c   -O0  execution test
FAIL: gcc.c-torture/execute/pr109986.c   -O1  execution test
FAIL: gcc.c-torture/execute/pr109986.c   -O2  execution test
FAIL: gcc.c-torture/execute/pr109986.c   -O3 -g  execution test
FAIL: gcc.c-torture/execute/pr109986.c   -Os  execution test
FAIL: gcc.c-torture/execute/pr109986.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  execution test
FAIL: gcc.c-torture/execute/pr109986.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  execution test
# of expected passes            7
# of unexpected failures        7


(gdb) where
#0  0x00007ffff7c696f8 in raise () from /lib64/glibc-hwcaps/power9/libc-2.28.so
#1  0x00007ffff7c43ff4 in abort () from /lib64/glibc-hwcaps/power9/libc-2.28.so
#2  0x00000000100005a4 in main () at
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.c-torture/execute/pr109986.c:10


I believe it is this line:
  if (t3 (127, 99) != -100) __builtin_abort ();


commit 2a3556376c69a1fb588dcf25225950575e42784f (HEAD)
Author: Drew Ross <drross@redhat.com>
Date:   Mon Jul 24 17:51:28 2023 +0200

    match.pd: Implement missed optimization (~X | Y) ^ X -> ~(X & Y) [PR109986]

             reply	other threads:[~2023-07-25 14:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-25 14:26 seurer at gcc dot gnu.org [this message]
2023-07-25 16:03 ` [Bug testsuite/110803] " pinskia at gcc dot gnu.org
2023-07-25 21:56 ` cvs-commit at gcc dot gnu.org
2023-07-25 21:57 ` pinskia 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-110803-4@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).