*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Mon, 6 Jul 1992 19:04:59 +0000 (19:04 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 6 Jul 1992 19:04:59 +0000 (19:04 +0000)
From-SVN: r1462

gcc/stmt.c

index 6e55df2a732020ad4d4f4ae8161121fe14431c6f..b0cf3ff52c911c78ed13dd2b087a41fe5365e231 100644 (file)
@@ -3233,7 +3233,7 @@ pushcase (value, label, duplicate)
     return 0;
 
   /* There may be NOP_EXPR around the value if we got it from an enum.  */
-  STRIP_NOPS (arg);
+  STRIP_NOPS (value);
 
   /* Convert VALUE to the type in which the comparisons are nominally done.  */
   if (value != 0)