diff --git a/src/ansi-c/goto-conversion/goto_check_c.cpp b/src/ansi-c/goto-conversion/goto_check_c.cpp index 3b3f702308f..bba18ac8964 100644 --- a/src/ansi-c/goto-conversion/goto_check_c.cpp +++ b/src/ansi-c/goto-conversion/goto_check_c.cpp @@ -1628,7 +1628,7 @@ void goto_check_ct::bounds_check_index( inequality, name + " lower bound", "array bounds", - false, // fatal + true, // fatal expr.find_source_location(), expr, guard); @@ -1708,7 +1708,7 @@ void goto_check_ct::bounds_check_index( inequality, name + " upper bound", "array bounds", - false, // fatal + true, // fatal expr.find_source_location(), expr, guard); @@ -1722,7 +1722,7 @@ void goto_check_ct::bounds_check_index( inequality, name + " upper bound", "array bounds", - false, // fatal + true, // fatal expr.find_source_location(), expr, guard);