diff options
Diffstat (limited to 'gcc/c-gimplify.c')
-rw-r--r-- | gcc/c-gimplify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-gimplify.c b/gcc/c-gimplify.c index d899ba3..0d92967 100644 --- a/gcc/c-gimplify.c +++ b/gcc/c-gimplify.c @@ -458,7 +458,7 @@ gimplify_switch_stmt (tree *stmt_p) *stmt_p = build (SWITCH_EXPR, SWITCH_TYPE (stmt), SWITCH_COND (stmt), body, NULL_TREE); - annotate_with_locus (*stmt_p, stmt_locus); + SET_EXPR_LOCATION (*stmt_p, stmt_locus); gimplify_stmt (stmt_p); *stmt_p = finish_bc_block (break_block, *stmt_p); |