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
5524eb7e
Commit
5524eb7e
authored
9 years ago
by
David Edelsohn
Committed by
David Edelsohn
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/debug/pr65771.c: Add "dg-add-options tls".
From-SVN: r222696
parent
d6e023f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/debug/pr65771.c
+1
-0
No files found.
gcc/testsuite/ChangeLog
View file @
5524eb7e
2015-05-01 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/debug/pr65771.c: Add "dg-add-options tls".
2015-05-01 Renlin Li <renlin.li@arm.com>
* gcc.dg/pr65345-2.c: Add sync_int_long target selector.
...
...
This diff is collapsed.
Click to expand it.
gcc/testsuite/gcc.dg/debug/pr65771.c
View file @
5524eb7e
/* PR debug/65771 */
/* { dg-do link } */
/* { dg-require-effective-target tls } */
/* { dg-add-options tls } */
struct
S
{
int
s
;
int
t
;
};
__thread
struct
S
a
[
10
];
...
...
This diff is collapsed.
Click to expand it.
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