https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80953
--- Comment #12 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #11 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > I have a bunch of sanitizer failures on SPARC/Solaris 11.3: [...] This is weird: this test PASSes for me on Solaris 11.3, 11.4 and 11.5, both 32 and 64-bit, as and gas. Cannot check on Solaris 10 since libsanitizer doesn't currently compile there and I won't probably get around to fixing that. The only asan execution failures I see on Solaris 11/SPARC are c-c++-common/asan/pointer-compare-1.c c-c++-common/asan/pointer-compare-2.c c-c++-common/asan/pointer-subtract-1.c c-c++-common/asan/pointer-subtract-2.c c-c++-common/asan/pointer-subtract-3.c g++.dg/asan/default-options-1.C g++.dg/asan/function-argument-3.C g++.dg/asan/pr78651.C g++.dg/asan/pr81021.C Solaris 11/x86 is way better, though: c-c++-common/asan/pointer-subtract-3.c c-c++-common/asan/swapcontext-test-1.c g++.dg/asan/default-options-1.C