public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work059)] PR 100168: Fix call test on power10.
@ 2021-07-07 17:59 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2021-07-07 17:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7955a50e14897bc54274e0640106c2927556deb5

commit 7955a50e14897bc54274e0640106c2927556deb5
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Wed Jul 7 13:59:09 2021 -0400

    PR 100168: Fix call test on power10.
    
    Fix a test that was checking for 64-bit TOC calls, to also allow for
    PC-relative calls.
    
    2021-07-07  Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/testsuite
            PR testsuite/100168
            * gcc.dg/pr56727-2.c: Add support for PC-relative calls.

Diff:
---
 gcc/testsuite/gcc.dg/pr56727-2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr56727-2.c b/gcc/testsuite/gcc.dg/pr56727-2.c
index c54369ed25e..77fdf4bc350 100644
--- a/gcc/testsuite/gcc.dg/pr56727-2.c
+++ b/gcc/testsuite/gcc.dg/pr56727-2.c
@@ -18,4 +18,4 @@ void h ()
 
 /* { dg-final { scan-assembler "@(PLT|plt)" { target i?86-*-* x86_64-*-* } } } */
 /* { dg-final { scan-assembler "@(PLT|plt)" { target { powerpc*-*-linux* && ilp32 } } } } */
-/* { dg-final { scan-assembler "bl f\n\\s*nop" { target { powerpc*-*-linux* && lp64 } } } } */
+/* { dg-final { scan-assembler "(bl f\n\\s*nop)|(bl f@notoc)" { target { powerpc*-*-linux* && lp64 } } } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-07 17:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07 17:59 [gcc(refs/users/meissner/heads/work059)] PR 100168: Fix call test on power10 Michael Meissner

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