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

https://gcc.gnu.org/g:c2e676c482a01cd61470642b19d26618e682136f

commit c2e676c482a01cd61470642b19d26618e682136f
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Wed Jun 9 01:33:53 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.
    
    gcc/testsuite
    2021-06-09  Michael Meissner  <meissner@linux.ibm.com>
    
            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-06-09  5:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09  5:34 [gcc(refs/users/meissner/heads/work055)] 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).