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
994ac65b
Commit
994ac65b
authored
Mar 29, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Mar 29, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (tree_extract_aggr_init): #if 0 out.
From-SVN: r18899
parent
942632ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/cp/ChangeLog
+2
-0
gcc/cp/expr.c
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
994ac65b
Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com)
Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com)
* expr.c (tree_extract_aggr_init): #if 0 out.
* except.c (do_unwind): Delete dead function.
* except.c (do_unwind): Delete dead function.
(easy_expand_asm): Likewise.
(easy_expand_asm): Likewise.
...
...
gcc/cp/expr.c
View file @
994ac65b
...
@@ -28,8 +28,8 @@ Boston, MA 02111-1307, USA. */
...
@@ -28,8 +28,8 @@ Boston, MA 02111-1307, USA. */
#include "expr.h"
#include "expr.h"
#include "cp-tree.h"
#include "cp-tree.h"
static
tree
extract_aggr_init
PROTO
((
tree
,
tree
));
#if 0
#if 0
static tree extract_aggr_init PROTO((tree, tree));
static tree extract_scalar_init PROTO((tree, tree));
static tree extract_scalar_init PROTO((tree, tree));
#endif
#endif
static
rtx
cplus_expand_expr
PROTO
((
tree
,
rtx
,
enum
machine_mode
,
static
rtx
cplus_expand_expr
PROTO
((
tree
,
rtx
,
enum
machine_mode
,
...
@@ -238,6 +238,7 @@ fixup_result_decl (decl, result)
...
@@ -238,6 +238,7 @@ fixup_result_decl (decl, result)
}
}
}
}
#if 0
/* Expand this initialization inline and see if it's simple enough that
/* Expand this initialization inline and see if it's simple enough that
it can be done at compile-time. */
it can be done at compile-time. */
...
@@ -248,7 +249,6 @@ extract_aggr_init (decl, init)
...
@@ -248,7 +249,6 @@ extract_aggr_init (decl, init)
return 0;
return 0;
}
}
#if 0
static tree
static tree
extract_scalar_init (decl, init)
extract_scalar_init (decl, init)
tree decl, init;
tree decl, init;
...
...
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