aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/evaluate.c
diff options
context:
space:
mode:
Diffstat (limited to 'evaluate.c')
-rw-r--r--evaluate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/evaluate.c b/evaluate.c
index d4b46227..c757fc82 100644
--- a/evaluate.c
+++ b/evaluate.c
@@ -3750,6 +3750,7 @@ static void evaluate_goto_statement(struct statement *stmt)
if (label->namespace == NS_LABEL && !label->stmt) {
sparse_error(stmt->pos, "label '%s' was not declared", show_ident(label->ident));
+ current_fn->bogus_linear = 1;
}
}