Can I run gcc15+cuda13 binary on Volta (V100) cuda?

It is said CUDA13 stops supporting Volta arch, but I found it’s able to run few binaries built with gcc15(or clang20)+cuda13 on V100 device stable without issues. Is it safe to do so or could have undefined behaviour? or just specific aspects of CUDA calls could have issues?