https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113899
--- Comment #6 from sadineniharish8446 at gmail dot com --- After adding given patch, vect-simd-clone-10.c & vect-simd-clone-12.c test case were not running the below error observed in gcc.sum, ERROR: tcl error sourcing /poky/build-st/tmp/work-shared/gcc-13.2.0-r0/gcc-13.2.0/gcc/testsuite/gcc.dg/vect/vect.exp. ERROR: tcl error code NONE UNRESOLVED: testcase '/poky/build-st/tmp/work-shared/gcc-13.2.0-r0/gcc-13.2.0/gcc/testsuite/gcc.dg/vect/vect.exp' aborted due to Tcl error Also as you said in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113899#c3 (Maybe the run testcases are failing but you might not be noticing that.), I have gone through summary file and i checked a few 'dg-do run' tests and those were marked as unresolved. We have observed some failure from the gcc.log as below, Executing on ssh: mkdir -p /tmp/runtest.3549458 (timeout = 300) spawn [open ...]^M kex_exchange_identification: read: Connection reset by peer^M Connection reset by 192.168.7.2 port 22^M ERROR: Couldn't create remote directory /tmp/runtest.3549458 on ssh Download of ./sse_hw_available3549458.exe to ssh failed. Executing on ssh: mkdir -p /tmp/runtest.1880844 (timeout = 300) spawn [open ...]^M Host key verification failed.^M ERROR: Couldn't create remote directory /tmp/runtest.1880844 on ssh Download of ./sse2_hw_available1880844.exe to ssh failed. what could be the reason for this and how can we fix this? .