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
45b8ddb4
Commit
45b8ddb4
authored
Jan 07, 2001
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jan 07, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (cplus_expand_expr): Don't reset `target'.
From-SVN: r38787
parent
8cd0792f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/cp/ChangeLog
+4
-0
gcc/cp/expr.c
+1
-5
No files found.
gcc/cp/ChangeLog
View file @
45b8ddb4
2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* expr.c (cplus_expand_expr): Don't reset `target'.
2001-01-07 Neil Booth <neil@daikokuya.demon.co.uk>
2001-01-07 Neil Booth <neil@daikokuya.demon.co.uk>
* cp/decl2.c (cxx_post_options): Call cpp_post_options.
* cp/decl2.c (cxx_post_options): Call cpp_post_options.
...
...
gcc/cp/expr.c
View file @
45b8ddb4
/* Convert language-specific tree expression to rtl instructions,
/* Convert language-specific tree expression to rtl instructions,
for GNU compiler.
for GNU compiler.
Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
2000 Free Software Foundation, Inc.
2000
, 2001
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -100,10 +100,6 @@ cplus_expand_expr (exp, target, tmode, modifier)
...
@@ -100,10 +100,6 @@ cplus_expand_expr (exp, target, tmode, modifier)
tree
type
=
TREE_TYPE
(
exp
);
tree
type
=
TREE_TYPE
(
exp
);
register
enum
machine_mode
mode
=
TYPE_MODE
(
type
);
register
enum
machine_mode
mode
=
TYPE_MODE
(
type
);
register
enum
tree_code
code
=
TREE_CODE
(
exp
);
register
enum
tree_code
code
=
TREE_CODE
(
exp
);
int
ignore
=
target
==
const0_rtx
;
if
(
ignore
)
target
=
0
;
/* No sense saving up arithmetic to be done
/* No sense saving up arithmetic to be done
if it's all in the wrong mode to form part of an address.
if it's all in the wrong mode to form part of an address.
...
...
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