https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119290
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Guess the cobol/dg.exp driver should call some tcl function to check if it is supported at all and not run anything if it is not. Something like e.g. asan.exp wraps all tests with if [check_effective_target_fsanitize_address] { or gomp.exp starts with if ![check_effective_target_fopenmp] { return } etc.