You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DFCC instrumentation: ensure programs are well-formed
We must not pass to analyses goto programs that aren't terminated by
END_FUNCTION (i.e., really just sequences of statements). On this
occasion, local_may_aliast was the one relying on well-formedness. We
now make sure that sequences of instructions are terminated by
END_FUNCTION when we pass them around as goto programs.
To catch these kinds of problems in regression tests, amend
check-ubuntu-22_04-cmake-gcc-13 to include standard library assertions.
Fixes: #7866
0 commit comments