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
f11fc7bf
Commit
f11fc7bf
authored
24 years ago
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove spurious code
From-SVN: r40194
parent
dbbbbf3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
gcc/ch/xtypeck.c
+0
-11
No files found.
gcc/ch/xtypeck.c
View file @
f11fc7bf
...
...
@@ -43,19 +43,8 @@ mark_addressable (exp)
case ARRAY_REF:
case REALPART_EXPR:
case IMAGPART_EXPR:
/* start-sanitize-chill */
case TRUTH_ANDIF_EXPR:
case TRUTH_ORIF_EXPR:
case COMPOUND_EXPR:
/* end-sanitize-chill */
x = TREE_OPERAND (x, 0);
break;
/* start-sanitize-chill */
case COND_EXPR:
return mark_addressable (TREE_OPERAND (x, 1))
& mark_addressable (TREE_OPERAND (x, 2));
/* end-sanitize-chill */
case CONSTRUCTOR:
TREE_ADDRESSABLE (x) = 1;
...
...
This diff is collapsed.
Click to expand it.
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