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
4b7bd260
Commit
4b7bd260
authored
Jun 03, 2015
by
Eric Botcazou
Committed by
Eric Botcazou
Jun 03, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/utils.c (copy_type): Also set TYPE_CANONICAL.
From-SVN: r224068
parent
d020df06
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/utils.c
+1
-0
No files found.
gcc/ada/ChangeLog
View file @
4b7bd260
2015
-
06
-
03
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
utils
.
c
(
copy_type
):
Also
set
TYPE_CANONICAL
.
2015
-
06
-
03
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
trans
.
c
(
gnat_to_gnu
)
<
N_Simple_Return_Statement
>:
Fix
typo
in
latest
change
.
...
...
gcc/ada/gcc-interface/utils.c
View file @
4b7bd260
...
...
@@ -2191,6 +2191,7 @@ copy_type (tree type)
TYPE_REFERENCE_TO
(
new_type
)
=
0
;
TYPE_MAIN_VARIANT
(
new_type
)
=
new_type
;
TYPE_NEXT_VARIANT
(
new_type
)
=
0
;
TYPE_CANONICAL
(
new_type
)
=
new_type
;
return
new_type
;
}
...
...
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