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
f80022ff
Commit
f80022ff
authored
Mar 14, 2001
by
Mark Mitchell
Committed by
Mark Mitchell
Mar 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (expand_expr): Revove bogus conditional.
From-SVN: r40464
parent
d2dda717
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
gcc/ChangeLog
+4
-0
gcc/expr.c
+0
-6
No files found.
gcc/ChangeLog
View file @
f80022ff
2001-03-14 Mark Mitchell <mark@codesourcery.com>
* expr.c (expand_expr): Revove bogus conditional.
Wed Mar 14 19:29:50 CET 2001 Jan Hubicka <jh@suse.cz>
Wed Mar 14 19:29:50 CET 2001 Jan Hubicka <jh@suse.cz>
* expr.c (emit_move_insn_1): Guard PUSH_ROUNDING use by ifdef.
* expr.c (emit_move_insn_1): Guard PUSH_ROUNDING use by ifdef.
...
...
gcc/expr.c
View file @
f80022ff
...
@@ -8428,12 +8428,6 @@ expand_expr (exp, target, tmode, modifier)
...
@@ -8428,12 +8428,6 @@ expand_expr (exp, target, tmode, modifier)
temp
=
0
;
temp
=
0
;
if
(
TREE_CODE
(
lhs
)
!=
VAR_DECL
&&
TREE_CODE
(
lhs
)
!=
RESULT_DECL
&&
TREE_CODE
(
lhs
)
!=
PARM_DECL
&&
!
(
TREE_CODE
(
lhs
)
==
INDIRECT_REF
&&
TYPE_READONLY
(
TREE_TYPE
(
TREE_OPERAND
(
lhs
,
0
)))))
/* Check for |= or &= of a bitfield of size one into another bitfield
/* Check for |= or &= of a bitfield of size one into another bitfield
of size 1. In this case, (unless we need the result of the
of size 1. In this case, (unless we need the result of the
assignment) we can do this more efficiently with a
assignment) we can do this more efficiently with a
...
...
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