From: Richard Stallman Date: Mon, 6 Jul 1992 19:04:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a57bd38144cb1af3bf3e4a6238cc9e572bb10f3b;p=gcc.git *** empty log message *** From-SVN: r1462 --- diff --git a/gcc/stmt.c b/gcc/stmt.c index 6e55df2a732..b0cf3ff52c9 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -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)