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
415294f0
Commit
415294f0
authored
Nov 13, 2003
by
Steven Bosscher
Committed by
Steven Bosscher
Nov 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.
From-SVN: r73557
parent
c9b010ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/tree-inline.c
+1
-0
No files found.
gcc/ChangeLog
View file @
415294f0
2003-11-13 Steven Bosscher <stevenb@suse.de>
* tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.
2003-11-13 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/lib1funcs.asm: Fix comment typos.
...
...
gcc/tree-inline.c
View file @
415294f0
...
...
@@ -1856,6 +1856,7 @@ walk_tree (tree *tp, walk_tree_fn func, void *data, void *htab_)
case
BLOCK
:
case
RECORD_TYPE
:
case
CHAR_TYPE
:
case
PLACEHOLDER_EXPR
:
/* None of these have subtrees other than those already walked
above. */
break
;
...
...
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