From: Graham Stott Date: Tue, 3 Sep 2002 00:33:34 +0000 (+0000) Subject: * expr.c (expand_expr): Remove extraneous comment and code. X-Git-Tag: releases/gcc-3.3.0~3075 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7a009a25e220bb503ddde82b70efdcb9857f398;p=thirdparty%2Fgcc.git * expr.c (expand_expr): Remove extraneous comment and code. From-SVN: r56744 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2fa139d497af..504f9e46047b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-03 + + * expr.c (expand_expr): Remove extraneous comment and code. + 2002-08-31 Richard Henderson * 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 +2002-07-31 Graham Stott * config/stormy16/stormy16.h (BSS_SECTION_ASM_OP): Add missing .section prefix. diff --git a/gcc/expr.c b/gcc/expr.c index f3c0144ac236..ca8952bffc70 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. */