This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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])

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]