* c-decl.c (do_case): Fix a typo.
From-SVN: r36327
This commit is contained in:
parent
6ff85fd82d
commit
2a1da89b74
@ -1,5 +1,7 @@
|
||||
2000-09-11 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* c-decl.c (do_case): Fix a typo.
|
||||
|
||||
* combine.c (simplify_if_then_else): Don't convert a == b ? b : a
|
||||
to a if the comparison is floating mode and not -ffast-math.
|
||||
* simplify-rtx.c (simplify_ternary_operation): Likewise.
|
||||
|
@ -6985,7 +6985,7 @@ do_case (low_value, high_value)
|
||||
error_with_decl (duplicate, "this is the first default label");
|
||||
}
|
||||
else
|
||||
error ("dupicate case value");
|
||||
error ("duplicate case value");
|
||||
if (high_value != NULL_TREE)
|
||||
error_with_decl (duplicate,
|
||||
"this is the first entry for that value");
|
||||
|
Loading…
Reference in New Issue
Block a user