- Fix the compiler check to allow the test to be compiled for gcc
PR: 196430
MFC after: never
Sponsored by: EMC / Isilon Storage Division
PROGS+= h_memset
# This testcase doesn't run properly when not compiled with -fsantize=bounds
# with clang, which is currently contingent on a compiler_rt update
-.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 30500
+.if (${COMPILER_TYPE} != "clang" || \
+ (${COMPILER_VERSION} < 30500 || 30700 <= ${COMPILER_VERSION}))
PROGS+= h_raw
.endif
PROGS+= h_read