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

            Bug ID: 114486
           Summary: new test gcc.c-torture/execute/pr111151.c  in
                    r14-9668-gc4f2c84e8fa369 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:c4f2c84e8fa369856aee76679590eb613724bfb0, r14-9668-gc4f2c84e8fa369
make  -k check-gcc RUNTESTFLAGS="execute.exp=gcc.c-torture/execute/pr111151.c"
FAIL: gcc.c-torture/execute/pr111151.c   -O0  execution test
FAIL: gcc.c-torture/execute/pr111151.c   -O1  execution test
FAIL: gcc.c-torture/execute/pr111151.c   -O2  execution test
FAIL: gcc.c-torture/execute/pr111151.c   -O3 -g  execution test
FAIL: gcc.c-torture/execute/pr111151.c   -Os  execution test
FAIL: gcc.c-torture/execute/pr111151.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  execution test
FAIL: gcc.c-torture/execute/pr111151.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  execution test
# of expected passes            7
# of unexpected failures        7

(gdb) run
Starting program: /home/seurer/gcc/git/build/gcc-test/pr111151.exe 

Program received signal SIGABRT, Aborted.
0x00007ffff7c296f8 in raise () from /lib64/glibc-hwcaps/power9/libc-2.28.so
Missing separate debuginfos, use: yum debuginfo-install
glibc-2.28-236.el8_9.12.ppc64le
(gdb) where
#0  0x00007ffff7c296f8 in raise () from /lib64/glibc-hwcaps/power9/libc-2.28.so
#1  0x00007ffff7c03ff4 in abort () from /lib64/glibc-hwcaps/power9/libc-2.28.so
#2  0x0000000010000558 in main () at
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.c-torture/execute/pr111151.c:15


  if (f != 120)
    __builtin_abort ();  // line 15



commit c4f2c84e8fa369856aee76679590eb613724bfb0 (HEAD)
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Tue Mar 26 11:21:38 2024 +0100

    fold-const: Punt on MULT_EXPR in extract_muldiv MIN/MAX_EXPR case
[PR111151]

            * gcc.c-torture/execute/pr111151.c: New test.

Reply via email to