diff options
Diffstat (limited to 'gcc/f/ste.c')
-rw-r--r-- | gcc/f/ste.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/ste.c b/gcc/f/ste.c index a620acd..7b9b86c 100644 --- a/gcc/f/ste.c +++ b/gcc/f/ste.c @@ -2725,8 +2725,8 @@ ffeste_R810 (ffestw block, unsigned long casenum) } else pushok = pushcase (texprlow, convert, tlabel, &duplicate); - assert((pushok !=2) || (pushok !=0)); - if (pushok==2) + assert((pushok != 2) || (pushok != 0)); + if (pushok == 2) { ffebad_start_msg ("SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)", FFEBAD_severityFATAL); |