Lines Matching +refs:clang +refs:format +refs:executable
23 # 2015-12-11 FLTO check for new OSX, clang.
70 # ACX_CHECK_FORMAT_ATTRIBUTE - find cc printf format syntax.
91 # AHX_CONFIG_FORMAT_ATTRIBUTE - config.h text for format.
435 dnl in a way that supports clang and suncc (that flag does something else,
444 …S -o conftest conftest.c 2>&1 | $GREP -e "warning: no debug symbols in executable" -e "warning: ob…
455 dnl Check the printf-format attribute (if any)
460 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "format" attribute)
464 void f (char *format, ...) __attribute__ ((format (printf, 1, 2)));
465 void (*pf) (char *format, ...) __attribute__ ((format (printf, 1, 2)));
473 AC_DEFINE(HAVE_ATTR_FORMAT, 1, [Whether the C compiler accepts the "format" attribute])
483 __attribute__ ((format (archetype, string_index, first_to_check)))
1458 …FLAGS -o conftest conftest.c 2>&1 | grep "warning: no debug symbols in executable" >/dev/null; then
1478 …FLAGS -o conftest conftest.c 2>&1 | grep "warning: no debug symbols in executable" >/dev/null; then