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
4c4646b5
Commit
4c4646b5
authored
Jan 07, 2003
by
Mark Mitchell
Committed by
Mark Mitchell
Jan 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl2.c (mark_used): Do not synthesize thunks.
From-SVN: r60967
parent
63e5f567
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/cp/ChangeLog
+2
-0
gcc/cp/decl2.c
+1
-0
No files found.
gcc/cp/ChangeLog
View file @
4c4646b5
2003-01-06 Mark Mitchell <mark@codesourcery.com>
* decl2.c (mark_used): Do not synthesize thunks.
* class.c (layout_class_type): Correct handling of unnamed
bitfields wider than their types.
...
...
gcc/cp/decl2.c
View file @
4c4646b5
...
...
@@ -4614,6 +4614,7 @@ mark_used (tree decl)
if
(
TREE_CODE
(
decl
)
==
FUNCTION_DECL
&&
DECL_NONSTATIC_MEMBER_FUNCTION_P
(
decl
)
&&
DECL_ARTIFICIAL
(
decl
)
&&
!
DECL_THUNK_P
(
decl
)
&&
!
DECL_INITIAL
(
decl
)
/* Kludge: don't synthesize for default args. */
&&
current_function_decl
)
...
...
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