From: Jeffrey A Law Date: Sun, 29 Mar 1998 12:36:07 +0000 (+0000) Subject: * expr.c (tree_extract_aggr_init): #if 0 out. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=994ac65bd0e52b77549099fd39e31c1a2ed8a567;p=gcc.git * expr.c (tree_extract_aggr_init): #if 0 out. From-SVN: r18899 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index cd3de91a93f..dd73af684c3 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ 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. (easy_expand_asm): Likewise. diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c index 50159cdbefd..43be1a829a0 100644 --- a/gcc/cp/expr.c +++ b/gcc/cp/expr.c @@ -28,8 +28,8 @@ Boston, MA 02111-1307, USA. */ #include "expr.h" #include "cp-tree.h" -static tree extract_aggr_init PROTO((tree, tree)); #if 0 +static tree extract_aggr_init PROTO((tree, tree)); static tree extract_scalar_init PROTO((tree, tree)); #endif static rtx cplus_expand_expr PROTO((tree, rtx, enum machine_mode, @@ -238,6 +238,7 @@ fixup_result_decl (decl, result) } } +#if 0 /* Expand this initialization inline and see if it's simple enough that it can be done at compile-time. */ @@ -248,7 +249,6 @@ extract_aggr_init (decl, init) return 0; } -#if 0 static tree extract_scalar_init (decl, init) tree decl, init;