Lines Matching +refs:cc +refs:check +refs:some +refs:feature
35 updates for CF_INSTALL_MAN from reflex, which needs the symbolic link feature
92 when copying parameters, check for a case where the last token is not a
199 * yacc.1: minor fixes with check-manpage
417 | # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
428 If "cc" is installed, i.e. the Oracle Studio compiler, this one is
455 $ make check
476 $ make check
506 config.sub: work around command assignment bug in some shells
508 When combining variable assignments with a shell command, some older
609 $ make check
725 #line's are not together in some btyacc cases...)
747 $ make check
781 Some cases quote the argument to echo and some do not. At runtime
894 | make check
919 | make check
999 This is further cleanup and simplifies some constructs that can confuse
1147 that requires changing some types to eliminate type-mismatches.
1184 $ make check
1253 add union tag to YYSTYPE structure for compatibility with a feature which
1258 * config_h.in: update for _Noreturn feature
1355 Also powerpc-eabisim and probably some arm configurations.
1389 It's my check result on Ubuntu 18.04:
1391 $ make check
1614 * reader.c: simplify a check to quiet a bogus cppcheck-warning
1623 always check for gcc attributes, to work around defect in clang's imitation
1624 of this feature
1653 * testsuite/config-sub.data: Add some test cases.
1796 * output.c: check validity of text_file before rewind
1797 remove redundant check of iflag
1816 * defs.h, reader.c, output.c: add support for bison's "%code" feature
1836 getopt's messages do not print the full pathname of yacc in some cases;
1843 * configure.in: add configure check for getopt
1996 The check for _DEFAULT_SOURCE should apply to "recent" Cygwin (since early 2016),
1998 that "newlib" is the GNU C library. Without this, the check falls through
2060 check if this is bison 3+ before adding options to suppress warnings
2171 quiet some warnings from gcc 7 when doing "make check_make"
2260 * reader.c: check for numeric overflow in get_number()
2296 fix some compiler warnings for "make check_make" by adding section init_vars,
2336 avoid using regex.h since some low-end platforms do not have this
2384 (some of this had already been done by Tom Shields)
2385 + remove some casts of malloc/realloc
2388 - Add some more bison stuff to make the mesa/gallium parser work:
2393 This changes some existing code:
2403 - Add some more bison stuff to make the mesa/gallium parser work:
2408 This changes some existing code:
2423 - Add some more bison stuff to make the mesa/gallium parser work:
2428 This changes some existing code:
2440 - Add some more bison stuff to make the mesa/gallium parser work:
2445 This changes some existing code:
2482 defined. Add a followup check to define _DEFAULT_SOURCE.
2503 CF_CC_ENV_FLAGS - don't limit the check to -I, -U and -D options, since the
2737 the descrip.mms to include some extra c-source files and some dependenxcies
2765 * configure.in: add configure check for mode_t
2882 * reader.c: fix some minor regressions with error-reporting
2892 recent bison, as well as honoring bison's undocumented feature to accept the
2946 make top-level "make check" work again, by adding another step to filtering
3023 * configure.in, config_h.in: add check for vsnprintf
3385 on Solaris 11), suppress the followup check for defining _XOPEN_SOURCE
3387 used in Sage for Solaris 10) has some unspecified header breakage which
3598 symbol_pval inside the btyacc ifdef's and added some more btyacc ifdefs
3605 to simplify some logic, as well as adding btyacc-only chunks
3621 merge in some chunks of reader and output files which do not affect byacc tests
3712 (I reordered some, and ifdef'd the new ones -TD)
3789 moving #define's out of makefile broke check for yacc vs btyacc (fix)
3845 modify check-rule to reflect updates to run_test.sh vs subdirectory
4420 a check for address that.
4463 Arian's change dropped my check for misused $CC variable - restore that with
4479 CF_CLANG_COMPILER - check if the given compiler is really clang.
4482 add check for clang to CF_GCC_WARNINGS. modify CF_GCC_WARNINGS to work around
4486 around by excluding that check for pre-3.x compilers.
4509 move existence-check for mkstemp out of the AC_TRY_RUN, to help with
4521 check is needed anymore for standard C compilers), drop AC_CONST (same
4523 bump requirement to autoconf 2.52.20011201 and drop check for CF_PROG_EXT
4526 * configure.in, main.c: drop check for atexit, because it is standard C
4535 some versions of gcc may warn that bp is not set in mark_symbol, e.g.,
4539 use the declared types Assoc_t and Value_t in some places where compiler only
4663 check for older bisons which (2.3 for instance) do not support pure parsers
4694 start work on followup, to check if the generated files build with bison.
4773 fix some more interaction between -i and -d flags to ensure YYERRCODE
4805 resync with my-autoconf: CF_ANSI_CC_CHECK (check for $CFLAGS in $CC)
4809 add check for missing "}" on %parse-param and %lex-param lines (report by Denis M Wilson)
4943 when the %parse-param feature is used.
5060 use CF_XOPEN_SOURCE check to ensure that strdup is in scope, e.g., for c89
5135 changes to support running "make check" in a separate build-tree
5159 bison. This change bears some similarity to NetBSD's changes to byacc
5163 file, and also via a command line switch. Implement this feature as a
5178 to override feature definitions, particularly with stdlib.h (request by
5184 * aclocal.m4, configure.in: add check for lint
5196 * configure.in: add configure check for actual ctags and etags programs
5205 * AUTHORS: nicknames for some contributors (see CHANGES for details)
5243 * defs.h: modified skeleton to support %pure-parser feature
5303 * main.c, defs.h: introduce some typedefs for portability, etc.
5471 audit memory leaks - valgrind reported some memory still in use on exit.
5522 This feature is used in groff.
5548 correct a limit check in pack_vector() - report/analysis by William Evans
5611 add support for "%expect", a bison feature from FreeBSD sources
5689 * makefile.in: turn on "make check" rule
5732 don't use character range, since some locales don't work as expected