public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/115028] New: [15 regression] gcc.target/i386/pr101950-2.c FAILs
@ 2024-05-10 12:56 ro at gcc dot gnu.org
  2024-05-10 12:58 ` [Bug target/115028] " ro at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: ro at gcc dot gnu.org @ 2024-05-10 12:56 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 115028
           Summary: [15 regression] gcc.target/i386/pr101950-2.c FAILs
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
  Target Milestone: ---
            Target: i386-pc-solaris2.11

Between 20240506 (80c03ac8041340b29325f86ed58ea8bd40a55b99) and 20240507
(bf10f0db20db1598157505b373098bc93c66b915),
the 64-bit gcc.target/i386/pr101950-2.c test regressed on Solaris/x86:

FAIL: gcc.target/i386/pr101950-2.c scan-assembler-times \\txor[ql]\\t 2

There are 3 instances of xor[ql] now instead of the expected two:

        xorq    %rax, %rdi
        xorl    %eax, %edi
        xorl    %eax, %eax

where the gcc-14 branch has

        xorq    %rdi, %rax
        xorl    %edi, %eax

The additional one is from

@@ -20,8 +20,9 @@
 .LFB1:
        movl    %edi, %eax
        sarl    $31, %eax
-       xorl    %edi, %eax
-       lzcntl  %eax, %eax
+       xorl    %eax, %edi
+       xorl    %eax, %eax
+       lzcntl  %edi, %eax
        subl    $1, %eax
        ret
 .LFE1:

I'm attaching both gcc-14 and trunk assembler output.

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

end of thread, other threads:[~2024-05-17  3:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-10 12:56 [Bug target/115028] New: [15 regression] gcc.target/i386/pr101950-2.c FAILs ro at gcc dot gnu.org
2024-05-10 12:58 ` [Bug target/115028] " ro at gcc dot gnu.org
2024-05-10 12:59 ` ro at gcc dot gnu.org
2024-05-10 13:31 ` ro at gcc dot gnu.org
2024-05-10 13:45 ` rguenth at gcc dot gnu.org
2024-05-15 13:10 ` ro at gcc dot gnu.org
2024-05-15 15:13 ` haochen.jiang at intel dot com
2024-05-15 16:17 ` rguenth at gcc dot gnu.org
2024-05-17  3:08 ` lingling.kong7 at gmail dot com

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