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
8d1a5d84
Commit
8d1a5d84
authored
Jun 15, 1995
by
Jason Merrill
Committed by
Richard Kenner
Jun 15, 1995
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(define_function): Don't set DECL_INTERFACE_KNOWN.
From-SVN: r9993
parent
ad241351
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
gcc/cp/decl.c
+0
-1
No files found.
gcc/cp/decl.c
View file @
8d1a5d84
...
@@ -5499,7 +5499,6 @@ define_function (name, type, function_code, pfn, library_name)
...
@@ -5499,7 +5499,6 @@ define_function (name, type, function_code, pfn, library_name)
tree
decl
=
build_lang_decl
(
FUNCTION_DECL
,
get_identifier
(
name
),
type
);
tree
decl
=
build_lang_decl
(
FUNCTION_DECL
,
get_identifier
(
name
),
type
);
DECL_EXTERNAL
(
decl
)
=
1
;
DECL_EXTERNAL
(
decl
)
=
1
;
TREE_PUBLIC
(
decl
)
=
1
;
TREE_PUBLIC
(
decl
)
=
1
;
DECL_INTERFACE_KNOWN
(
decl
)
=
1
;
DECL_ARTIFICIAL
(
decl
)
=
1
;
DECL_ARTIFICIAL
(
decl
)
=
1
;
/* Since `pushdecl' relies on DECL_ASSEMBLER_NAME instead of DECL_NAME,
/* Since `pushdecl' relies on DECL_ASSEMBLER_NAME instead of DECL_NAME,
...
...
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