public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3433] [testsuite, nvptx] Fix gcc.dg/tls/thr-cse-1.c
@ 2020-09-24 12:31 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2020-09-24 12:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:329851416e698f4455b3021e297a13c248273618

commit r11-3433-g329851416e698f4455b3021e297a13c248273618
Author: Tom de Vries <tdevries@suse.de>
Date:   Thu Sep 24 14:07:42 2020 +0200

    [testsuite, nvptx] Fix gcc.dg/tls/thr-cse-1.c
    
    With nvptx, we run into:
    ...
    FAIL: gcc.dg/tls/thr-cse-1.c scan-assembler-not \
      emutls_get_address.*emutls_get_address.*
    ...
    because the nvptx assembly looks like:
    ...
      call (%value_in), __emutls_get_address, (%out_arg1);
      ...
    // BEGIN GLOBAL FUNCTION DECL: __emutls_get_address
    .extern .func (.param.u64 %value_out) __emutls_get_address (.param.u64 %in_ar0);
    ...
    
    Fix this by checking the slim final dump instead, where we have just:
    ...
       12: r35:DI=call [`__emutls_get_address'] argc:0
    ...
    
    gcc/testsuite/ChangeLog:
    
    2020-09-24  Tom de Vries  <tdevries@suse.de>
    
            * gcc.dg/tls/thr-cse-1.c: Scan final dump instead of assembly for
            nvptx.

Diff:
---
 gcc/testsuite/gcc.dg/tls/thr-cse-1.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/tls/thr-cse-1.c b/gcc/testsuite/gcc.dg/tls/thr-cse-1.c
index 84eedfdb226..7145671eb95 100644
--- a/gcc/testsuite/gcc.dg/tls/thr-cse-1.c
+++ b/gcc/testsuite/gcc.dg/tls/thr-cse-1.c
@@ -4,6 +4,7 @@
    registers and thus getting the counts wrong.  */
 /* { dg-additional-options "-mshort-calls" { target epiphany-*-* } } */
 /* { dg-require-effective-target tls_emulated } */
+/* { dg-additional-options "-fdump-rtl-final-slim" { target nvptx-*-* } }*/
 
 /* Test that we only get one call to emutls_get_address when CSE is
    active.  Note that the var _must_ be initialized for the scan asm
@@ -18,10 +19,12 @@ int foo (int b, int c, int d)
   return a;
 }
 
-/* { dg-final { scan-assembler-not "emutls_get_address.*emutls_get_address.*" { target { ! { "*-wrs-vxworks"  "*-*-darwin8"  "hppa*-*-hpux*" "i?86-*-mingw*" "x86_64-*-mingw*" visium-*-* } } } } } */
+/* { dg-final { scan-assembler-not "emutls_get_address.*emutls_get_address.*" { target { ! { "*-wrs-vxworks"  "*-*-darwin8"  "hppa*-*-hpux*" "i?86-*-mingw*" "x86_64-*-mingw*" visium-*-* nvptx-*-* } } } } } */
 /* { dg-final { scan-assembler-not "call\tL___emutls_get_address.stub.*call\tL___emutls_get_address.stub.*" { target "*-*-darwin8" } } } */
 /* { dg-final { scan-assembler-not "(b,l|bl) __emutls_get_address.*(b,l|bl) __emutls_get_address.*" { target "hppa*-*-hpux*" } } } */
 /* { dg-final { scan-assembler-not "tls_lookup.*tls_lookup.*" { target *-wrs-vxworks } } } */
 /* { dg-final { scan-assembler-not "call\t___emutls_get_address.*call\t___emutls_get_address" { target "i?86-*-mingw*" } } } */
 /* { dg-final { scan-assembler-not "call\t__emutls_get_address.*call\t__emutls_get_address" { target "x86_64-*-mingw*" } } } */
 /* { dg-final { scan-assembler-not "%l __emutls_get_address.*%l __emutls_get_address" { target visium-*-* } } } */
+
+/* { dg-final { scan-rtl-dump-times "emutls_get_address" 1 "final" { target nvptx-*-* } } } */


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

only message in thread, other threads:[~2020-09-24 12:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24 12:31 [gcc r11-3433] [testsuite, nvptx] Fix gcc.dg/tls/thr-cse-1.c Tom de Vries

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