public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/105002] New: [12 regression] gcc.target/powerpc/float128-minmax-3.c fails starting with r12-7687-g3a7ba8fd0cda38
@ 2022-03-21 15:28 seurer at gcc dot gnu.org
  2022-03-21 15:30 ` [Bug target/105002] " seurer at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-03-21 15:28 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 105002
           Summary: [12 regression] gcc.target/powerpc/float128-minmax-3.c
                    fails starting with r12-7687-g3a7ba8fd0cda38
           Product: gcc
           Version: 12.0
            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:3a7ba8fd0cda387809e4902328af2473662b6a4a, r12-7687-g3a7ba8fd0cda38
make  -k check-gcc
RUNTESTFLAGS="powerpc.exp=gcc.target/powerpc/float128-minmax-3.c"
FAIL: gcc.target/powerpc/float128-minmax-3.c scan-assembler \\mxsmaxcqp\\M
FAIL: gcc.target/powerpc/float128-minmax-3.c scan-assembler \\mxsmincqp\\M

The new generated code is worse I believe.

seurer@rain6p1:~/gcc/git/build/gcc-test$ diff float128-minmax-3.s.r12-7686
float128-minmax-3.s.r12-7687
13c13,14
<       xsmincqp 2,2,3
---
> 	xscmpgtqp 0,3,2
> 	xxsel 34,35,34,32
28c29,30
<       xsmaxcqp 2,3,2
---
> 	xscmpgtqp 0,3,2
> 	xxsel 34,34,35,32

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

end of thread, other threads:[~2022-04-06  5:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 15:28 [Bug target/105002] New: [12 regression] gcc.target/powerpc/float128-minmax-3.c fails starting with r12-7687-g3a7ba8fd0cda38 seurer at gcc dot gnu.org
2022-03-21 15:30 ` [Bug target/105002] " seurer at gcc dot gnu.org
2022-03-22  7:27 ` rguenth at gcc dot gnu.org
2022-03-22 11:50 ` linkw at gcc dot gnu.org
2022-03-23  9:07 ` linkw at gcc dot gnu.org
2022-03-23  9:07 ` linkw at gcc dot gnu.org
2022-03-24  2:06 ` linkw at gcc dot gnu.org
2022-04-06  5:44 ` cvs-commit at gcc dot gnu.org
2022-04-06  5:46 ` linkw 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).