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
2ff1fb45
Commit
2ff1fb45
authored
Mar 24, 2003
by
Jakub Jelinek
Committed by
Jakub Jelinek
Mar 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dojump.c (do_jump): Handle UNSAVE_EXPR specially.
From-SVN: r64791
parent
1134f4ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/dojump.c
+6
-0
No files found.
gcc/ChangeLog
View file @
2ff1fb45
2003-03-24 Jakub Jelinek <jakub@redhat.com>
* dojump.c (do_jump): Handle UNSAVE_EXPR specially.
2003-03-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* doc/contrib.texi (Contributors): Update Janis Johnson.
...
...
gcc/dojump.c
View file @
2ff1fb45
...
...
@@ -160,6 +160,12 @@ do_jump (exp, if_false_label, if_true_label)
break;
#endif
case
UNSAVE_EXPR
:
do_jump
(
TREE_OPERAND
(
exp
,
0
),
if_false_label
,
if_true_label
);
TREE_OPERAND
(
exp
,
0
)
=
(
*
lang_hooks
.
unsave_expr_now
)
(
TREE_OPERAND
(
exp
,
0
));
break
;
case
NOP_EXPR
:
if
(
TREE_CODE
(
TREE_OPERAND
(
exp
,
0
))
==
COMPONENT_REF
||
TREE_CODE
(
TREE_OPERAND
(
exp
,
0
))
==
BIT_FIELD_REF
...
...
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