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
2a94e396
Commit
2a94e396
authored
Aug 04, 1999
by
Jason Merrill
Committed by
Jason Merrill
Aug 04, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
From-SVN: r28511
parent
d42058b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/expr.c
+1
-1
No files found.
gcc/ChangeLog
View file @
2a94e396
Wed
Aug
4
12
:
53
:
44
1999
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
Wed
Aug
4
12
:
53
:
44
1999
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
*
expr
.
c
(
expand_expr
,
case
PLUS_EXPR
):
Fix
parallel
case
,
too
.
*
c
-
lex
.
c
:
Sync
with
C
++
frontend
.
*
c
-
lex
.
c
:
Sync
with
C
++
frontend
.
(
linemode
)
:
New
variable
.
(
linemode
)
:
New
variable
.
(
parse_float
)
:
imag
,
conversion_errno
,
and
type
are
output
only
.
(
parse_float
)
:
imag
,
conversion_errno
,
and
type
are
output
only
.
...
...
gcc/expr.c
View file @
2a94e396
...
@@ -6989,7 +6989,7 @@ expand_expr (exp, target, tmode, modifier)
...
@@ -6989,7 +6989,7 @@ expand_expr (exp, target, tmode, modifier)
constant_part
constant_part
=
immed_double_const
(
TREE_INT_CST_LOW
(
TREE_OPERAND
(
exp
,
1
)),
=
immed_double_const
(
TREE_INT_CST_LOW
(
TREE_OPERAND
(
exp
,
1
)),
(
HOST_WIDE_INT
)
0
,
(
HOST_WIDE_INT
)
0
,
GET_MODE
(
op0
));
TYPE_MODE
(
TREE_TYPE
(
TREE_OPERAND
(
exp
,
0
))
));
op0
=
plus_constant
(
op0
,
INTVAL
(
constant_part
));
op0
=
plus_constant
(
op0
,
INTVAL
(
constant_part
));
if
(
modifier
!=
EXPAND_SUM
&&
modifier
!=
EXPAND_INITIALIZER
)
if
(
modifier
!=
EXPAND_SUM
&&
modifier
!=
EXPAND_INITIALIZER
)
op0
=
force_operand
(
op0
,
target
);
op0
=
force_operand
(
op0
,
target
);
...
...
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