From a57bd38144cb1af3bf3e4a6238cc9e572bb10f3b Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 6 Jul 1992 19:04:59 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1462 --- gcc/stmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2