public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sjames at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/115673] [15 regression] gcc.target/i386/force-indirect-call-2.c test failure
Date: Thu, 27 Jun 2024 04:50:03 +0000	[thread overview]
Message-ID: <bug-115673-4-0ebM4p6des@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-115673-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #1 from Sam James <sjames at gcc dot gnu.org> ---
$ diff -u <(gcc-14
/home/sam/git/gcc/gcc/testsuite/gcc.target/i386/force-indirect-call-2.c   
-fdiagnostics-plain-output  -O2 -mforce-indirect-call -fPIC -ffat-lto-objects
-fno-ident -S -o -) <(/tmp/build/gcc/xgcc -B/tmp/build/gcc/ 
/home/sam/git/gcc/gcc/testsuite/gcc.target/i386/force-indirect-call-2.c   
-fdiagnostics-plain-output  -O2 -mforce-indirect-call -fPIC -ffat-lto-objects
-fno-ident -S -o -)
--- /dev/fd/63  2024-06-27 05:49:53.355792646 +0100
+++ /dev/fd/62  2024-06-27 05:49:53.357792668 +0100
@@ -29,17 +29,14 @@
 f2:
 .LFB2:
        .cfi_startproc
-       pushq   %rbx
+       subq    $8, %rsp
        .cfi_def_cfa_offset 16
-       .cfi_offset 3, -16
-       movq    f1@GOTPCREL(%rip), %rbx
-       call    *%rbx
+       call    *f1@GOTPCREL(%rip)
        leaq    f3(%rip), %rax
        call    *%rax
-       movq    %rbx, %rax
-       popq    %rbx
+       addq    $8, %rsp
        .cfi_def_cfa_offset 8
-       jmp     *%rax
+       jmp     *f1@GOTPCREL(%rip)
        .cfi_endproc
 .LFE2:
        .size   f2, .-f2

  reply	other threads:[~2024-06-27  4:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-27  4:48 [Bug target/115673] New: " sjames at gcc dot gnu.org
2024-06-27  4:50 ` sjames at gcc dot gnu.org [this message]
2024-06-27  4:50 ` [Bug rtl-optimization/115673] " pinskia at gcc dot gnu.org
2024-06-27  5:59 ` [Bug target/115673] " rguenth at gcc dot gnu.org
2024-06-27  6:02 ` sjames at gcc dot gnu.org
2024-06-28 15:23 ` sjames at gcc dot gnu.org
2024-06-30  9:53 ` rguenth at gcc dot gnu.org
2024-06-30 16:42 ` ubizjak at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-115673-4-0ebM4p6des@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).