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
870875e6
Commit
870875e6
authored
Nov 13, 2009
by
Jan Hubicka
Committed by
Jan Hubicka
Nov 13, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* objc-act.c (objc_add_static_instance): Do not set DECL_COMMON.
From-SVN: r154173
parent
08d4cc33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/objc/ChangeLog
+4
-0
gcc/objc/objc-act.c
+0
-1
No files found.
gcc/objc/ChangeLog
View file @
870875e6
2009-09-14 Jan Hubicka <jh@suse.cz>
* objc-act.c (objc_add_static_instance): Do not set DECL_COMMON.
2009-09-14 Richard Henderson <rth@redhat.com>
* objc-act.c (objc_init_exceptions): Don't call
...
...
gcc/objc/objc-act.c
View file @
870875e6
...
...
@@ -2038,7 +2038,6 @@ objc_add_static_instance (tree constructor, tree class_decl)
sprintf
(
buf
,
"_OBJC_INSTANCE_%d"
,
num_static_inst
++
);
decl
=
build_decl
(
input_location
,
VAR_DECL
,
get_identifier
(
buf
),
class_decl
);
DECL_COMMON
(
decl
)
=
1
;
TREE_STATIC
(
decl
)
=
1
;
DECL_ARTIFICIAL
(
decl
)
=
1
;
TREE_USED
(
decl
)
=
1
;
...
...
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