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
8e37cba8
Commit
8e37cba8
authored
Jan 11, 2003
by
Alan Modra
Committed by
Alan Modra
Jan 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
From-SVN: r61215
parent
04f08c8e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/expr.c
+2
-2
No files found.
gcc/ChangeLog
View file @
8e37cba8
2003
-
01
-
12
Alan
Modra
<
amodra
@bigpond
.
net
.
au
>
*
expr
.
c
(
expand_expr
<
RDIV_EXPR
>
)
:
Correct
recursive
call
args
.
2003
-
01
-
11
Richard
Earnshaw
(
rearnsha
@arm
.
com
)
2003
-
01
-
11
Richard
Earnshaw
(
rearnsha
@arm
.
com
)
*
arm
-
protos
.
h
(
struct
cpp_reader
)
:
Add
declaration
.
*
arm
-
protos
.
h
(
struct
cpp_reader
)
:
Add
declaration
.
...
...
gcc/expr.c
View file @
8e37cba8
/* Convert tree expression to rtl instructions, for GNU compiler.
/* Convert tree expression to rtl instructions, for GNU compiler.
Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000, 2001, 2002 Free Software Foundation, Inc.
2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
@@ -8216,7 +8216,7 @@ expand_expr (exp, target, tmode, modifier)
...
@@ -8216,7 +8216,7 @@ expand_expr (exp, target, tmode, modifier)
build
(
RDIV_EXPR
,
type
,
build
(
RDIV_EXPR
,
type
,
build_real
(
type
,
dconst1
),
build_real
(
type
,
dconst1
),
TREE_OPERAND
(
exp
,
1
))),
TREE_OPERAND
(
exp
,
1
))),
target
,
tmode
,
unsignedp
);
target
,
tmode
,
modifier
);
this_optab
=
sdiv_optab
;
this_optab
=
sdiv_optab
;
goto
binop
;
goto
binop
;
...
...
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