aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-06 19:04:59 +0000
committerRichard Stallman <rms@gnu.org>1992-07-06 19:04:59 +0000
commita57bd38144cb1af3bf3e4a6238cc9e572bb10f3b (patch)
tree64f8f7b876242cff00cbdb165c1be48a1e5e76ab /gcc
parent236430379567f1dfa9c3bf0064ece7ef61daee23 (diff)
downloadgcc-a57bd38144cb1af3bf3e4a6238cc9e572bb10f3b.zip
gcc-a57bd38144cb1af3bf3e4a6238cc9e572bb10f3b.tar.gz
gcc-a57bd38144cb1af3bf3e4a6238cc9e572bb10f3b.tar.bz2
*** empty log message ***
From-SVN: r1462
Diffstat (limited to 'gcc')
-rw-r--r--gcc/stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 6e55df2..b0cf3ff 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)