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
3b7bab4d
Commit
3b7bab4d
authored
May 30, 2007
by
Ralf Wildenhues
Committed by
Ian Lance Taylor
May 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-vrp.c (compare_names): Initialize sop.
From-SVN: r125203
parent
62090afb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/tree-vrp.c
+1
-1
No files found.
gcc/ChangeLog
View file @
3b7bab4d
2007-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* tree-vrp.c (compare_names): Initialize sop.
2007-05-30 Dirk Mueller <dmueller@suse.de>
* cgraphunit.c (cgraph_analyze_function): Remove
...
...
gcc/tree-vrp.c
View file @
3b7bab4d
...
...
@@ -4791,7 +4791,7 @@ compare_names (enum tree_code comp, tree n1, tree n2,
t
=
retval
=
NULL_TREE
;
EXECUTE_IF_SET_IN_BITMAP
(
e2
,
0
,
i2
,
bi2
)
{
bool
sop
;
bool
sop
=
false
;
value_range_t
vr2
=
get_vr_for_comparison
(
i2
);
...
...
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