diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-06 19:04:59 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-06 19:04:59 +0000 |
commit | a57bd38144cb1af3bf3e4a6238cc9e572bb10f3b (patch) | |
tree | 64f8f7b876242cff00cbdb165c1be48a1e5e76ab /gcc | |
parent | 236430379567f1dfa9c3bf0064ece7ef61daee23 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |