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
128e8aa9
Commit
128e8aa9
authored
Jul 01, 2001
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor comment and whitespace changes
From-SVN: r43673
parent
be8ac49a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
gcc/tree.c
+7
-5
No files found.
gcc/tree.c
View file @
128e8aa9
...
...
@@ -422,8 +422,8 @@ make_node (code)
DECL_SOURCE_FILE
(
t
)
=
(
input_filename
)
?
input_filename
:
"<built-in>"
;
DECL_UID
(
t
)
=
next_decl_uid
++
;
/* Note that we have not yet computed the alias set for this
declaration. */
/* We have not yet computed the alias set for this
declaration. */
DECL_POINTER_ALIAS_SET
(
t
)
=
-
1
;
break
;
...
...
@@ -432,10 +432,12 @@ make_node (code)
TYPE_ALIGN
(
t
)
=
char_type_node
?
TYPE_ALIGN
(
char_type_node
)
:
0
;
TYPE_USER_ALIGN
(
t
)
=
0
;
TYPE_MAIN_VARIANT
(
t
)
=
t
;
/* Default to no attributes for type, but let target change that. */
TYPE_ATTRIBUTES
(
t
)
=
NULL_TREE
;
(
*
target
.
set_default_type_attributes
)
(
t
);
/* Note that we have not yet computed the alias set for this
type. */
(
*
target
.
set_default_type_attributes
)
(
t
);
/* We have not yet computed the alias set for this
type. */
TYPE_ALIAS_SET
(
t
)
=
-
1
;
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