Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
3122f3b1
Commit
3122f3b1
authored
Jan 19, 2013
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct dg-require-alias use in TLS tests
From-SVN: r195313
parent
cdecf7e9
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
2 additions
and
12 deletions
+2
-12
gcc/testsuite/g++.dg/gomp/tls-5.C
+0
-1
gcc/testsuite/g++.dg/gomp/tls-wrap3.C
+1
-1
gcc/testsuite/g++.dg/tls/thread_local-cse.C
+0
-1
gcc/testsuite/g++.dg/tls/thread_local-order1.C
+0
-1
gcc/testsuite/g++.dg/tls/thread_local-order2.C
+0
-1
gcc/testsuite/g++.dg/tls/thread_local-wrap3.C
+1
-1
gcc/testsuite/g++.dg/tls/thread_local2g.C
+0
-1
gcc/testsuite/g++.dg/tls/thread_local3g.C
+0
-1
gcc/testsuite/g++.dg/tls/thread_local4g.C
+0
-1
gcc/testsuite/g++.dg/tls/thread_local5g.C
+0
-1
gcc/testsuite/g++.dg/tls/thread_local6g.C
+0
-1
gcc/testsuite/g++.dg/tls/thread_local7g.C
+0
-1
No files found.
gcc/testsuite/g++.dg/gomp/tls-5.C
View file @
3122f3b1
// The reference temp should be TLS, not normal data.
// { dg-require-effective-target c++11 }
// { dg-require-alias }
// { dg-final { scan-assembler-not "\\.data" { target tls_native } } }
extern
int
&&
ir
;
...
...
gcc/testsuite/g++.dg/gomp/tls-wrap3.C
View file @
3122f3b1
// If we can't see the definition at all, we need to assume there might be
// an init function.
// { dg-require-alias }
// { dg-require-alias
""
}
// { dg-require-effective-target tls }
// { dg-final { scan-assembler "_ZTW1i" } }
// { dg-final { scan-assembler "_ZTH1i" } }
...
...
gcc/testsuite/g++.dg/tls/thread_local-cse.C
View file @
3122f3b1
...
...
@@ -4,7 +4,6 @@
// { dg-options "-std=c++11 -O -fno-inline -save-temps" }
// { dg-add-options tls }
// { dg-require-effective-target tls_runtime }
// { dg-require-alias }
// { dg-final { scan-assembler-times "call *_ZTW2ir" 1 { xfail *-*-* } } }
// { dg-final cleanup-saved-temps }
...
...
gcc/testsuite/g++.dg/tls/thread_local-order1.C
View file @
3122f3b1
...
...
@@ -2,7 +2,6 @@
// { dg-options "-std=c++11" }
// { dg-add-options tls }
// { dg-require-effective-target tls_runtime }
// { dg-require-alias }
// { dg-require-cxa-atexit "" }
extern
"C"
void
abort
();
...
...
gcc/testsuite/g++.dg/tls/thread_local-order2.C
View file @
3122f3b1
...
...
@@ -6,7 +6,6 @@
// { dg-options "-std=c++11" }
// { dg-add-options tls }
// { dg-require-effective-target tls_runtime }
// { dg-require-alias }
extern
"C"
void
abort
();
extern
"C"
int
printf
(
const
char
*
,
...);
...
...
gcc/testsuite/g++.dg/tls/thread_local-wrap3.C
View file @
3122f3b1
// If we can't see the definition at all, we need to assume there might be
// an init function.
// { dg-require-alias }
// { dg-require-alias
""
}
// { dg-require-effective-target tls }
// { dg-options "-std=c++11" }
// { dg-final { scan-assembler "_ZTW1i" } }
...
...
gcc/testsuite/g++.dg/tls/thread_local2g.C
View file @
3122f3b1
...
...
@@ -2,7 +2,6 @@
// { dg-options "-std=c++11" }
// { dg-add-options tls }
// { dg-require-effective-target tls_runtime }
// { dg-require-alias }
extern
"C"
void
abort
();
...
...
gcc/testsuite/g++.dg/tls/thread_local3g.C
View file @
3122f3b1
...
...
@@ -2,7 +2,6 @@
// { dg-require-effective-target c++11 }
// { dg-require-effective-target tls_runtime }
// { dg-require-effective-target pthread }
// { dg-require-alias }
// { dg-require-cxa-atexit "" }
// { dg-options -pthread }
// { dg-add-options tls }
...
...
gcc/testsuite/g++.dg/tls/thread_local4g.C
View file @
3122f3b1
...
...
@@ -4,7 +4,6 @@
// { dg-require-effective-target c++11 }
// { dg-require-effective-target tls_runtime }
// { dg-require-effective-target pthread }
// { dg-require-alias }
// { dg-require-cxa-atexit "" }
// { dg-options -pthread }
// { dg-add-options tls }
...
...
gcc/testsuite/g++.dg/tls/thread_local5g.C
View file @
3122f3b1
...
...
@@ -4,7 +4,6 @@
// { dg-require-effective-target c++11 }
// { dg-require-effective-target tls_runtime }
// { dg-require-effective-target pthread }
// { dg-require-alias }
// { dg-require-cxa-atexit "" }
// { dg-options -pthread }
// { dg-add-options tls }
...
...
gcc/testsuite/g++.dg/tls/thread_local6g.C
View file @
3122f3b1
...
...
@@ -5,7 +5,6 @@
// { dg-add-options tls }
// { dg-require-effective-target tls_runtime }
// { dg-require-cxa-atexit "" }
// { dg-require-alias }
extern
"C"
void
_exit
(
int
);
...
...
gcc/testsuite/g++.dg/tls/thread_local7g.C
View file @
3122f3b1
// { dg-options "-std=c++11" }
// { dg-require-effective-target tls }
// { dg-require-alias }
// The reference temp should be TLS, not normal data.
// { dg-final { scan-assembler-not "\\.data" { target tls_native } } }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment