aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGraham Stott <grahams@gcc.gnu.org>2002-09-03 00:33:34 +0000
committerGraham Stott <grahams@gcc.gnu.org>2002-09-03 00:33:34 +0000
commitc7a009a25e220bb503ddde82b70efdcb9857f398 (patch)
tree2858397f90d1b9b1a2aabdd4ecb16f1b7dedec63 /gcc
parent4d5c703ec010dbc5d4fad628639ae2b346ae22e4 (diff)
downloadgcc-c7a009a25e220bb503ddde82b70efdcb9857f398.zip
gcc-c7a009a25e220bb503ddde82b70efdcb9857f398.tar.gz
gcc-c7a009a25e220bb503ddde82b70efdcb9857f398.tar.bz2
* expr.c (expand_expr): Remove extraneous comment and code.
From-SVN: r56744
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/expr.c3
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2fa139d..504f9e4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-03 <graham.stott@btinternet.com>
+
+ * expr.c (expand_expr): Remove extraneous comment and code.
+
2002-08-31 Richard Henderson <rth@redhat.com>
* expr.c (block_move_libcall_safe_for_call_parm): Fix thinko.
@@ -2432,7 +2436,7 @@ cp:
* pa-linux.h (GLOBAL_ASM_OP): Fix typo.
-2002-07-31 Graham Stott <grahams@btinternet.com>
+2002-07-31 Graham Stott <graham.stott@btinternet.com>
* config/stormy16/stormy16.h (BSS_SECTION_ASM_OP): Add missing
.section prefix.
diff --git a/gcc/expr.c b/gcc/expr.c
index f3c0144..ca8952b 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -6832,9 +6832,6 @@ expand_expr (exp, target, tmode, modifier)
return temp;
}
- /* We can't find the object or there was a missing WITH_RECORD_EXPR. */
- abort ();
-
case WITH_RECORD_EXPR:
/* Put the object on the placeholder list, expand our first operand,
and pop the list. */