public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-308] RISC-V: Add required tls to read thread pointer test
@ 2023-04-27 15:30 Kito Cheng
  0 siblings, 0 replies; only message in thread
From: Kito Cheng @ 2023-04-27 15:30 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-308-ge0cf929d99bebd9a740db6db45d69957514e0c12
Author: Pan Li <pan2.li@intel.com>
Date:   Thu Apr 27 11:31:42 2023 +0800

    RISC-V: Add required tls to read thread pointer test
    
    The read-thread-pointer test may require the gcc configured
    with --enable-tls. If no, there x4 (aka tp) register will not
    be presented in the assembly code.
    
    This patch requires the tls for the dg checking. It will perform
    the test checking if --enable-tls and mark the test as unsupported
    if --disable-tls.
    
    Configured with --enable-tls:
    === gcc Summary ===
    of expected passes            16
    
    Configured with --disable-tls:
    === gcc Summary ===
    of unsupported tests          8
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/riscv/read-thread-pointer.c: Add required tls.
    
    Signed-off-by: Pan Li <pan2.li@intel.com>

Diff:
---
 gcc/testsuite/gcc.target/riscv/read-thread-pointer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.target/riscv/read-thread-pointer.c b/gcc/testsuite/gcc.target/riscv/read-thread-pointer.c
index 401fb421129..5f460b5f746 100644
--- a/gcc/testsuite/gcc.target/riscv/read-thread-pointer.c
+++ b/gcc/testsuite/gcc.target/riscv/read-thread-pointer.c
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target tls_native } */
 
 void *get_tp()
 {

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

only message in thread, other threads:[~2023-04-27 15:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-27 15:30 [gcc r14-308] RISC-V: Add required tls to read thread pointer test Kito Cheng

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