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
e7073e64
Commit
e7073e64
authored
Jan 01, 2007
by
Andrew Pinski
Committed by
Andrew Pinski
Jan 01, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misspelling of GIMPLE_MODIFY_STMT.
This is what I get for copying manually the patch. From-SVN: r120322
parent
c0893ec0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/ChangeLog
+1
-1
gcc/gimplify.c
+1
-1
No files found.
gcc/ChangeLog
View file @
e7073e64
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
PR middle-end/30253
PR middle-end/30253
* gimplify (voidify_wrapper_expr): Update for
* gimplify (voidify_wrapper_expr): Update for
GIMPL
IFY
_MODIFY_STMT.
GIMPL
E
_MODIFY_STMT.
2007-01-01 Andreas Schwab <schwab@suse.de>
2007-01-01 Andreas Schwab <schwab@suse.de>
...
...
gcc/gimplify.c
View file @
e7073e64
...
@@ -1014,7 +1014,7 @@ voidify_wrapper_expr (tree wrapper, tree temp)
...
@@ -1014,7 +1014,7 @@ voidify_wrapper_expr (tree wrapper, tree temp)
/* The wrapper is on the RHS of an assignment that we're pushing
/* The wrapper is on the RHS of an assignment that we're pushing
down. */
down. */
gcc_assert
(
TREE_CODE
(
temp
)
==
INIT_EXPR
gcc_assert
(
TREE_CODE
(
temp
)
==
INIT_EXPR
||
TREE_CODE
(
temp
)
==
GIMPL
IFY
_MODIFY_STMT
||
TREE_CODE
(
temp
)
==
GIMPL
E
_MODIFY_STMT
||
TREE_CODE
(
temp
)
==
MODIFY_EXPR
);
||
TREE_CODE
(
temp
)
==
MODIFY_EXPR
);
GENERIC_TREE_OPERAND
(
temp
,
1
)
=
*
p
;
GENERIC_TREE_OPERAND
(
temp
,
1
)
=
*
p
;
*
p
=
temp
;
*
p
=
temp
;
...
...
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