https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97969
--- Comment #9 from Haoxin Tu <haoxintu at gmail dot com> --- (In reply to ktkachov from comment #8) > When I had to do it in the past I've used the 'ulimit' command in linux. > That allows you to kill a process if it exceeds a time limit (ulimit -t) or > a memory limit (ulimit -m). You can use it in the validation script to check > for the pathological behaviour Hi. Got you. Thank you so much! Best, Haoxin