]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* expr.c (expand_expr): Remove extraneous comment and code.
authorGraham Stott <grahams@gcc.gnu.org>
Tue, 3 Sep 2002 00:33:34 +0000 (00:33 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Tue, 3 Sep 2002 00:33:34 +0000 (00:33 +0000)
From-SVN: r56744

gcc/ChangeLog
gcc/expr.c

index 2fa139d497af253ec43072e1d608c0aa6dbb48a8..504f9e46047bf888ef6e3399381a3c7b44897f4f 100644 (file)
@@ -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.
index f3c0144ac2363ec2a16542083ebe79e30a7514de..ca8952bffc703c8d25cef659b2a6e89b51b20561 100644 (file)
@@ -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.  */