[Bug other/79341] Many Asan tests fail on s390

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 3 09:55:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79341

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #9)

Perhaps say:

      AC_TRY_COMPILE([#include <sys/syscall.h>],[
        syscall (__NR_gettid);
        syscall (__NR_futex);
        syscall (__NR_exit_group);
+#if (defined(__s390__) || defined(__s390x__)) && !__GLIBC_PREREQ (2, 19)
+#error Too old glibc
+#endif
      ], [sanitizer_supported=yes])


More information about the Gcc-bugs mailing list