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
4fb649b5
Commit
4fb649b5
authored
Mar 09, 2019
by
John David Anglin
Committed by
John David Anglin
Mar 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pr77285-2.C: Require tls_native support.
* g++.dg/tls/pr77285-2.C: Require tls_native support. From-SVN: r269537
parent
0f7292f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/testsuite/ChangeLog
+3
-1
gcc/testsuite/g++.dg/tls/pr77285-2.C
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
4fb649b5
2019-03-09 John David Anglin <dave.anglin@bell.net>
2018-03-09 John David Anglin <dave.anglin@bell.net>
* g++.dg/tls/pr77285-2.C: Require tls_native support.
* g++.dg/ext/visibility/lambda1.C: Require visibility.
...
...
gcc/testsuite/g++.dg/tls/pr77285-2.C
View file @
4fb649b5
// PR c++/77285
// { dg-do compile { target c++11 } }
// { dg-require-effective-target tls }
// { dg-require-effective-target tls
_native
}
// { dg-final { scan-assembler "_Z4var1B3tag" } }
// { dg-final { scan-assembler "_Z4var2B3tag" } }
// { dg-final { scan-assembler "_ZTH4var1B3tag" } }
...
...
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