diff options
Diffstat (limited to 'gcc/c-semantics.c')
-rw-r--r-- | gcc/c-semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c index c0bbc51..8f99bc1 100644 --- a/gcc/c-semantics.c +++ b/gcc/c-semantics.c @@ -644,7 +644,7 @@ genrtl_switch_stmt (t) emit_line_note (input_filename, lineno); expand_start_case (1, cond, TREE_TYPE (cond), "switch statement"); expand_stmt (SWITCH_BODY (t)); - expand_end_case (cond); + expand_end_case_type (cond, SWITCH_TYPE (t)); } /* Create a CASE_LABEL tree node and return it. */ |