public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/114486] New: new test gcc.c-torture/execute/pr111151.c  in r14-9668-gc4f2c84e8fa369 fails
@ 2024-03-26 15:27 seurer at gcc dot gnu.org
  2024-03-26 15:43 ` [Bug testsuite/114486] " cvs-commit at gcc dot gnu.org
  2024-03-26 15:44 ` jakub at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: seurer at gcc dot gnu.org @ 2024-03-26 15:27 UTC (permalink / raw)
  To: gcc-bugs

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 <jakub@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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug testsuite/114486] new test gcc.c-torture/execute/pr111151.c  in r14-9668-gc4f2c84e8fa369 fails
  2024-03-26 15:27 [Bug testsuite/114486] New: new test gcc.c-torture/execute/pr111151.c in r14-9668-gc4f2c84e8fa369 fails seurer at gcc dot gnu.org
@ 2024-03-26 15:43 ` cvs-commit at gcc dot gnu.org
  2024-03-26 15:44 ` jakub at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-03-26 15:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:f536ea9cc3226793dc156952340f21e55b60c04e

commit r14-9676-gf536ea9cc3226793dc156952340f21e55b60c04e
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Mar 26 16:40:53 2024 +0100

    testsuite: Fix up pr111151.c testcase [PR114486]

    Apparently I've somehow screwed up the adjustments of the originally tested
    testcase, tweaked it so that in the second/third cases it actually see
    a MAX_EXPR rather than COND_EXPR the MAX_EXPR has been optimized into,
    and didn't update the expected value.

    2024-03-26  Jakub Jelinek  <jakub@redhat.com>

            PR middle-end/111151
            PR testsuite/114486
            * gcc.c-torture/execute/pr111151.c (main): Fix up expected value
for
            f.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug testsuite/114486] new test gcc.c-torture/execute/pr111151.c  in r14-9668-gc4f2c84e8fa369 fails
  2024-03-26 15:27 [Bug testsuite/114486] New: new test gcc.c-torture/execute/pr111151.c in r14-9668-gc4f2c84e8fa369 fails seurer at gcc dot gnu.org
  2024-03-26 15:43 ` [Bug testsuite/114486] " cvs-commit at gcc dot gnu.org
@ 2024-03-26 15:44 ` jakub at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: jakub at gcc dot gnu.org @ 2024-03-26 15:44 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Should be fixed now.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-26 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26 15:27 [Bug testsuite/114486] New: new test gcc.c-torture/execute/pr111151.c in r14-9668-gc4f2c84e8fa369 fails seurer at gcc dot gnu.org
2024-03-26 15:43 ` [Bug testsuite/114486] " cvs-commit at gcc dot gnu.org
2024-03-26 15:44 ` jakub at gcc dot gnu.org

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).