public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/115370] New: [15 regression] gcc.target/i386/pr77881.c FAIL
@ 2024-06-06  9:05 hongyuw at gcc dot gnu.org
  2024-06-06  9:10 ` [Bug target/115370] " hongyuw at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hongyuw at gcc dot gnu.org @ 2024-06-06  9:05 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 115370
           Summary: [15 regression] gcc.target/i386/pr77881.c FAIL
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hongyuw at gcc dot gnu.org
  Target Milestone: ---

After x86 ccmp supported with r15-1060-g0b6cea8783b9e1, there is a new fail

FAIL: gcc.target/i386/pr77881.c scan-assembler js[ \t].?L

The codegen changed from 

testq   %rdi, %rdi
js      .L4       
testl   %edx, %edx
jne     .L4       
ret               

to

shrq    $63, %rdi 
testl   %edx, %edx
setne   %al       
orb     %dil, %al 
jne     .L11      
ret

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

end of thread, other threads:[~2024-06-13 14:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-06  9:05 [Bug target/115370] New: [15 regression] gcc.target/i386/pr77881.c FAIL hongyuw at gcc dot gnu.org
2024-06-06  9:10 ` [Bug target/115370] " hongyuw at gcc dot gnu.org
2024-06-06  9:26 ` liuhongt at gcc dot gnu.org
2024-06-06 11:37 ` rguenth at gcc dot gnu.org
2024-06-12 15:41 ` pinskia at gcc dot gnu.org
2024-06-13 14:04 ` cvs-commit at gcc dot gnu.org
2024-06-13 14:08 ` hongyuw 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).