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
fd7e958f
Commit
fd7e958f
authored
Aug 15, 2001
by
Richard Henderson
Committed by
Richard Henderson
Aug 15, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.
From-SVN: r44919
parent
d0420460
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/except.c
+1
-1
No files found.
gcc/ChangeLog
View file @
fd7e958f
2001
-
08
-
15
Richard
Henderson
<
rth
@redhat
.
com
>
*
except
.
c
(
TYPE_HASH
)
:
Cast
to
size_t
,
not
HOST_WIDE_INT
.
Tue
Aug
14
17
:
30
:
59
2001
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
flow
.
c
(
commit_one_edge_insertion
)
:
Don
'
t
separate
a
LOOP_BEG
...
...
gcc/except.c
View file @
fd7e958f
...
...
@@ -1472,7 +1472,7 @@ duplicate_eh_regions (ifun, map)
/* ??? Move from tree.c to tree.h. */
#define TYPE_HASH(TYPE) ((
HOST_WIDE_INT
) (TYPE) & 0777777)
#define TYPE_HASH(TYPE) ((
size_t
) (TYPE) & 0777777)
static
int
t2r_eq
(
pentry
,
pdata
)
...
...
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