HomeSort by: relevance | last modified time | path
    Searched defs:t_ubsan (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/misc/
Makefile 7 TESTS_C+= t_ubsan
11 SRCS.t_ubsan= t_ubsan.c
18 SRCS.t_ubsan+= ubsan.c
29 COPTS.t_ubsan.c += -Wno-stack-protector
33 COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-int-in-bool-context :}
35 COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-uninitialized :}
Makefile 7 TESTS_C+= t_ubsan
11 SRCS.t_ubsan= t_ubsan.c
18 SRCS.t_ubsan+= ubsan.c
29 COPTS.t_ubsan.c += -Wno-stack-protector
33 COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-int-in-bool-context :}
35 COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-uninitialized :}

Completed in 22 milliseconds