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
b3ddc3ab
Commit
b3ddc3ab
authored
Apr 14, 2000
by
Richard Kenner
Committed by
Richard Kenner
Apr 14, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
From-SVN: r33148
parent
af1747ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/ChangeLog
+2
-0
gcc/tree.h
+4
-4
No files found.
gcc/ChangeLog
View file @
b3ddc3ab
Fri
Apr
14
07
:
40
:
32
2000
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
Fri
Apr
14
07
:
40
:
32
2000
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
tree
.
h
(
struct
tree_type
)
:
Make
PRECISION
9
bits
and
MODE
7
.
*
dbxout
.
c
(
dbxout_type
,
case
INTEGER_TYPE
):
Don
'
t
call
*
dbxout
.
c
(
dbxout_type
,
case
INTEGER_TYPE
):
Don
'
t
call
print_int_cst_octal
with
something
that
'
s
not
an
INTEGER_CST
.
print_int_cst_octal
with
something
that
'
s
not
an
INTEGER_CST
.
...
...
gcc/tree.h
View file @
b3ddc3ab
...
@@ -906,13 +906,13 @@ struct tree_type
...
@@ -906,13 +906,13 @@ struct tree_type
union
tree_node
*
size
;
union
tree_node
*
size
;
union
tree_node
*
size_unit
;
union
tree_node
*
size_unit
;
union
tree_node
*
attributes
;
union
tree_node
*
attributes
;
unsigned
uid
;
unsigned
int
uid
;
unsigned
char
precision
;
unsigned
int
precision
:
9
;
#ifdef ONLY_INT_FIELDS
#ifdef ONLY_INT_FIELDS
unsigned
int
mode
:
8
;
unsigned
int
mode
:
7
;
#else
#else
enum
machine_mode
mode
:
8
;
enum
machine_mode
mode
:
7
;
#endif
#endif
unsigned
string_flag
:
1
;
unsigned
string_flag
:
1
;
...
...
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