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
31502f9f
Commit
31502f9f
authored
Feb 05, 2013
by
Jakub Jelinek
Committed by
Jakub Jelinek
Feb 05, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (struct tree_decl_with_vis): Remove thread_local field.
From-SVN: r195762
parent
a74db9bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
gcc/ChangeLog
+2
-0
gcc/tree.h
+3
-4
No files found.
gcc/ChangeLog
View file @
31502f9f
2013-02-05 Jakub Jelinek <jakub@redhat.com>
* tree.h (struct tree_decl_with_vis): Remove thread_local field.
PR sanitizer/55374
* config/gnu-user.h (LIBTSAN_EARLY_SPEC): Define.
(STATIC_LIBTSAN_LIBS): Likewise.
...
...
gcc/tree.h
View file @
31502f9f
...
...
@@ -3198,13 +3198,14 @@ struct GTY(()) tree_decl_with_vis {
/* Belong to VAR_DECL exclusively. */
unsigned
defer_output
:
1
;
unsigned
hard_register
:
1
;
unsigned
thread_local
:
1
;
unsigned
common_flag
:
1
;
unsigned
in_text_section
:
1
;
unsigned
in_constant_pool
:
1
;
unsigned
dllimport_flag
:
1
;
/* Don't belong to VAR_DECL exclusively. */
unsigned
weak_flag
:
1
;
/* When SECTION_NAME is implied by -ffunction-section. */
unsigned
implicit_section_name_p
:
1
;
unsigned
seen_in_bind_expr
:
1
;
unsigned
comdat_flag
:
1
;
...
...
@@ -3217,9 +3218,7 @@ struct GTY(()) tree_decl_with_vis {
unsigned
init_priority_p
:
1
;
/* Used by C++ only. Might become a generic decl flag. */
unsigned
shadowed_for_var_p
:
1
;
/* When SECTION_NAME is implied by -ffunsection-section. */
unsigned
implicit_section_name_p
:
1
;
/* 13 unused bits. */
/* 14 unused bits. */
};
extern
tree
decl_debug_expr_lookup
(
tree
);
...
...
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