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
e2b69423
Commit
e2b69423
authored
Apr 26, 2003
by
Mark Mitchell
Committed by
Mark Mitchell
Apr 26, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl2.c (finish_file): Fix merge botch.
From-SVN: r66114
parent
09b04f2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl2.c
+2
-0
No files found.
gcc/cp/ChangeLog
View file @
e2b69423
2003
-
04
-
26
Mark
Mitchell
<
mark
@
codesourcery.com
>
*
decl2.c
(
finish_file
):
Fix
merge
botch.
2003
-
04
-
25
Mark
Mitchell
<
mark
@
codesourcery.com
>
2003
-
04
-
25
Mark
Mitchell
<
mark
@
codesourcery.com
>
*
decl2.c
(
finish_file
):
Don
't call import_export_decl for
*
decl2.c
(
finish_file
):
Don
't call import_export_decl for
...
...
gcc/cp/decl2.c
View file @
e2b69423
...
@@ -2756,6 +2756,8 @@ finish_file ()
...
@@ -2756,6 +2756,8 @@ finish_file ()
if
(
!
DECL_SAVED_TREE
(
decl
))
if
(
!
DECL_SAVED_TREE
(
decl
))
continue
;
continue
;
import_export_decl
(
decl
);
/* We lie to the back-end, pretending that some functions
/* We lie to the back-end, pretending that some functions
are not defined when they really are. This keeps these
are not defined when they really are. This keeps these
functions from being put out unnecessarily. But, we must
functions from being put out unnecessarily. But, we must
...
...
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