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
d0228c2e
Commit
d0228c2e
authored
May 05, 2011
by
Jakub Jelinek
Committed by
Jakub Jelinek
May 05, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
From-SVN: r173426
parent
62ffa8af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
gcc/ChangeLog
+4
-0
gcc/gimplify.c
+0
-5
No files found.
gcc/ChangeLog
View file @
d0228c2e
2011-05-05 Jakub Jelinek <jakub@redhat.com>
* gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
2011-05-05 Eric Botcazou <ebotcazou@adacore.com>
2011-05-05 Eric Botcazou <ebotcazou@adacore.com>
* tree.h (get_pending_sizes): Remove prototype.
* tree.h (get_pending_sizes): Remove prototype.
...
...
gcc/gimplify.c
View file @
d0228c2e
...
@@ -427,11 +427,6 @@ tree
...
@@ -427,11 +427,6 @@ tree
create_tmp_var_raw
(
tree
type
,
const
char
*
prefix
)
create_tmp_var_raw
(
tree
type
,
const
char
*
prefix
)
{
{
tree
tmp_var
;
tree
tmp_var
;
tree
new_type
;
/* Make the type of the variable writable. */
new_type
=
build_type_variant
(
type
,
0
,
0
);
TYPE_ATTRIBUTES
(
new_type
)
=
TYPE_ATTRIBUTES
(
type
);
tmp_var
=
build_decl
(
input_location
,
tmp_var
=
build_decl
(
input_location
,
VAR_DECL
,
prefix
?
create_tmp_var_name
(
prefix
)
:
NULL
,
VAR_DECL
,
prefix
?
create_tmp_var_name
(
prefix
)
:
NULL
,
...
...
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