public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/108977] New: [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10
@ 2023-03-01  0:47 seurer at gcc dot gnu.org
  2023-03-01  2:46 ` [Bug target/108977] " linkw at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: seurer at gcc dot gnu.org @ 2023-03-01  0:47 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108977
           Summary: [11 regression] gcc.target/powerpc/pr96373.c fails
                    after r11-10549-gcf3d95cce379f3 on power 10
           Product: gcc
           Version: 11.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:cf3d95cce379f3260ad27264de0398e2ed1db2ea, r11-10549-gcf3d95cce379f3

This test fails on power 10 hardware.

make  -k check-gcc RUNTESTFLAGS="powerpc.exp=gcc.target/powerpc/pr96373.c"
FAIL: gcc.target/powerpc/pr96373.c execution test
# of expected passes            1
# of unexpected failures        1


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

Program received signal SIGFPE, Arithmetic exception.
0x0000000010000960 in div (d=<optimized out>, d@entry=0x7fffffffe128,
s=<optimized out>, s@entry=0x7fffffffe0d0, n=<optimized out>, n@entry=11)
    at
/home/seurer/gcc/git/gcc-11-test/gcc/testsuite/gcc.target/powerpc/pr96373.c:13
13          *d = *d / *s;
(gdb) where
#0  0x0000000010000960 in div (d=<optimized out>, d@entry=0x7fffffffe128,
s=<optimized out>, s@entry=0x7fffffffe0d0, n=<optimized out>, n@entry=11)
    at
/home/seurer/gcc/git/gcc-11-test/gcc/testsuite/gcc.target/powerpc/pr96373.c:13
#1  0x000000001000072c in main () at
/home/seurer/gcc/git/gcc-11-test/gcc/testsuite/gcc.target/powerpc/pr96373.c:22


commit cf3d95cce379f3260ad27264de0398e2ed1db2ea (HEAD, refs/bisect/bad)
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Mon Feb 13 20:03:26 2023 -0600

    rs6000/test: Adjust some test cases on partial vector [PR96373]

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

* [Bug target/108977] [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10
  2023-03-01  0:47 [Bug target/108977] New: [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10 seurer at gcc dot gnu.org
@ 2023-03-01  2:46 ` linkw at gcc dot gnu.org
  2023-03-01  2:47 ` linkw at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: linkw at gcc dot gnu.org @ 2023-03-01  2:46 UTC (permalink / raw)
  To: gcc-bugs

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

Kewen Lin <linkw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |linkw at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2023-03-01
     Ever confirmed|0                           |1

--- Comment #1 from Kewen Lin <linkw at gcc dot gnu.org> ---
The newly added test case requires Richard's commit r13-5979 to pass. This
should be fixed once that commit gets fixed.

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

* [Bug target/108977] [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10
  2023-03-01  0:47 [Bug target/108977] New: [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10 seurer at gcc dot gnu.org
  2023-03-01  2:46 ` [Bug target/108977] " linkw at gcc dot gnu.org
@ 2023-03-01  2:47 ` linkw at gcc dot gnu.org
  2023-03-01  7:51 ` rguenth at gcc dot gnu.org
  2023-05-29 10:08 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: linkw at gcc dot gnu.org @ 2023-03-01  2:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Kewen Lin <linkw at gcc dot gnu.org> ---
(In reply to Kewen Lin from comment #1)
> The newly added test case requires Richard's commit r13-5979 to pass. This
> should be fixed once that commit gets fixed.
                                  ~~~~~~~~~~~~ oops, typo, I meant "gets
backported".

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

* [Bug target/108977] [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10
  2023-03-01  0:47 [Bug target/108977] New: [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10 seurer at gcc dot gnu.org
  2023-03-01  2:46 ` [Bug target/108977] " linkw at gcc dot gnu.org
  2023-03-01  2:47 ` linkw at gcc dot gnu.org
@ 2023-03-01  7:51 ` rguenth at gcc dot gnu.org
  2023-05-29 10:08 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-03-01  7:51 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |testsuite-fail
   Target Milestone|---                         |11.4

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

* [Bug target/108977] [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10
  2023-03-01  0:47 [Bug target/108977] New: [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-03-01  7:51 ` rguenth at gcc dot gnu.org
@ 2023-05-29 10:08 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-05-29 10:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.4                        |11.5

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 11.4 is being released, retargeting bugs to GCC 11.5.

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

end of thread, other threads:[~2023-05-29 10:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01  0:47 [Bug target/108977] New: [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10 seurer at gcc dot gnu.org
2023-03-01  2:46 ` [Bug target/108977] " linkw at gcc dot gnu.org
2023-03-01  2:47 ` linkw at gcc dot gnu.org
2023-03-01  7:51 ` rguenth at gcc dot gnu.org
2023-05-29 10:08 ` 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).