Marpa-R2 v13.002_000 Perl 5 v5.10.1 amd64-freebsd
- Status
- Pass
- From
- Slaven Rezić
- Dist
-
Marpa-R2 v13.002_000
- Platform
- Perl 5 v5.10.1 amd64-freebsd
- Date
- 2023-07-21 21:14:49
- ID
- a05e1faa-280b-11ee-bad4-6d496e8775ea
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Jeffrey Kegler,
This is a computer-generated report for Marpa-R2-13.002_000
on perl 5.10.1, created by CPAN-Reporter-1.2019.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build test':
Running [/bin/sh configure --with-pic --disable-shared --disable-maintainer-mode --disable-dependency-tracking]...
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-freebsd9.2
checking host system type... x86_64-unknown-freebsd9.2
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B
checking the name lister (/usr/local/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-unknown-freebsd9.2 file names to x86_64-unknown-freebsd9.2 format... func_convert_file_noop
checking how to convert x86_64-unknown-freebsd9.2 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/local/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd9.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gawk... (cached) nawk
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for inline... inline
checking for size_t... yes
checking whether GCC handles -Wextra... -Wextra
checking whether GCC handles -Wdeclaration-after-statement... -Wdeclaration-after-statement
checking size of int... 4
checking for memset... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libmarpa.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running [make]...
make all-am
gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o libmarpa_a-marpa.o `test -f 'marpa.c' || echo './'`marpa.c
In file included from ./marpa.w:16797:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_new':
./marpa.w:1156: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:1157: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'marpa_g_highest_symbol_id':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'symbol_add':
./marpa.w:774: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:774: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:774: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_g_highest_rule_id':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'rule_add':
./marpa.w:837: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:837: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:837: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_g_start_symbol':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_start_symbol_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_default_rank':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_default_rank_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:948: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:948: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:953: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:953: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_is_precomputed':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_has_cycle':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'event_new':
./marpa.w:1070: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1070: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1070: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'int_event_new':
./marpa.w:1080: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1080: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1080: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_g_event_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_start':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_rank':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_rank_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1332: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1332: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1337: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1337: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_valued':
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_valued_set':
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1423: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1423: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1428: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1428: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_accessible':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_counted':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_nulling':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_nullable':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_terminal':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_terminal_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1545: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1545: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1550: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1550: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_productive':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_completion_event':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_completion_event_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_completion_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_nulled_event':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_nulled_event_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_nulled_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_prediction_event':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_prediction_event_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_prediction_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_xsy_nsy':
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_xsy_nulling_nsy':
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'nsy_start':
./marpa.w:1942: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1942: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1942: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_is_start':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_is_lhs':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_is_nulling':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_is_semantic':
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_source_xsy':
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_lhs_xrl':
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_xrl_offset':
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_rank':
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'irl_start':
./marpa.w:2253: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2253: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2253: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2288: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2288: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2293: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2293: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2303: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2303: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2312: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2312: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2319: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2319: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_sequence_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2376: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2376: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2382: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2382: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2389: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2389: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2395: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2395: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_lhs':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_rhs':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_length':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_rank':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_rank_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2574: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2574: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2579: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2579: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_null_high':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_null_high_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2621: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2621: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_sequence_min':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_sequence_separator':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_rule_is_keep_separation':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_proper_separation':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_loop':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_nulling':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_nullable':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_accessible':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_productive':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_rule_is_used':
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_semantic_equivalent':
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_lhs':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_rhs':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_length':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_is_virtual_lhs':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_is_virtual_rhs':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_real_symbol_count':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_virtual_start':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_virtual_end':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_source_xrl':
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_rank':
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_precompute':
./marpa.w:3185: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3313: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3313: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3324: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3324: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3329: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3329: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3334: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3334: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3549: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3549: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3556: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3556: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3585: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3585: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3686: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3686: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3696: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3696: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3800: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3800: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3738: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3738: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3740: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3740: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3742: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3742: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:4118: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:4118: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:4120: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:4120: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:4658: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:4658: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_is_chaf':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_ahm_count':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_ahm_irl':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_ahm_position':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_ahm_postdot':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_zwa_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:5867: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:5867: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:5874: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:5874: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:5874: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_g_highest_zwa_id':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_zwa_place':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_new':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6645: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'marpa_r_current_earleme':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6138: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6138: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_terminals_expected':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_terminal_is_expected':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6296: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6296: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6300: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6300: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_expected_symbol_event_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6333: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6333: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6339: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6339: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6344: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6344: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_completion_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_nulled_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_prediction_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_is_use_leo':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_is_use_leo_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14969: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14969: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_is_exhausted':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_earley_set_value':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_earley_set_values':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_latest_earley_set_value_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_latest_earley_set_values_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'earley_item_create':
./marpa.w:7043: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7043: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7005: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7005: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7005: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'alternative_insert':
./marpa.w:7669: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7669: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7669: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_r_start_input':
./marpa.w:14969: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14969: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7728: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7728: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7728: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:7752: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7752: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7752: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_r_alternative':
./marpa.w:7905: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7905: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7910: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7910: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7915: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7915: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7920: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7920: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7942: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7942: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7956: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7956: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7995: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7995: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_earleme_complete':
./marpa.w:14979: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14979: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8124: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:8124: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8176: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:8281: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:8281: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8281: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:8360: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:8360: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8360: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:8360: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:8360: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8360: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'trigger_events':
./marpa.w:8412: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'r_update_earley_sets':
./marpa.w:8636: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:8636: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8636: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_r_clean':
./marpa.w:9244: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:14979: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14979: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_zwa_default_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:9587: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:9587: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_zwa_default':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_progress_report_start':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_progress_report_reset':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_progress_report_finish':
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_progress_item':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:9851: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:9851: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'ur_node_stack_init':
./marpa.w:10065: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'or_node_new':
./marpa.w:10510: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:10510: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_b_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:11179: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:11179: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:11187: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:11212: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:10547: warning: dereferencing type-punned pointer will break strict-aliasing rules
./marpa.w:10642: warning: dereferencing type-punned pointer will break strict-aliasing rules
./marpa.w:11011: warning: dereferencing type-punned pointer will break strict-aliasing rules
./marpa.w: In function '_marpa_b_top_or_node':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_b_ambiguity_metric':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_b_is_null':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_ambiguity_metric':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_is_null':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_high_rank_only_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:11711: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:11711: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_high_rank_only':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_rank':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:11935: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function '_marpa_o_and_order_get':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_t_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_t_next':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12352: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12352: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12352: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:12438: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12438: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12438: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:12643: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12643: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12643: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:12644: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12644: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12644: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function '_marpa_t_size':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12875: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'value_free':
./marpa.w:12855: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12855: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_v_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12968: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12968: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_v_nook':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12990: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12990: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12991: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12991: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_symbol_is_valued':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'symbol_is_valued_set':
./marpa.w:13052: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13052: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_symbol_is_valued_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:13072: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13072: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_valued_force':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:13097: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13097: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_rule_is_valued_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:13116: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13116: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_rule_is_valued':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_step':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:13362: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13362: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:13362: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'bv_free':
./marpa.w:13629: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13629: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'cilar_init':
./marpa.w:14313: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'cil_buffer_clear':
./marpa.w:14421: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14421: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14421: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'cil_buffer_push':
./marpa.w:14432: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14432: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14432: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'cil_buffer_reserve':
./marpa.w:14453: warning: passing argument 2 of 'marpa_dstack_resize' with different width due to prototype
./marpa.w: In function '_marpa_r_trace_earley_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_latest_earley_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_earleme':
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_earley_set_size':
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_earley_set_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_earley_item_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_earley_item_origin':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_leo_predecessor_symbol':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_leo_base_origin':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_leo_base_state':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_leo_top_ahm':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_postdot_symbol_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14904: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14904: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14911: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14911: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_first_postdot_item_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_next_postdot_item_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_postdot_item_symbol':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_first_token_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_next_token_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_first_completion_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_next_completion_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_first_leo_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_next_leo_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_source_predecessor_state':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_source_token':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_source_leo_transition_symbol':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_source_middle':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_origin':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_irl':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_position':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_is_whole':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_is_semantic':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_first_and':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_last_and':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_and_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_o_or_node_and_node_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_o_or_node_and_node_id_by_ix':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_and_node_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_or_node':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_choice':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_parent':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_cause_is_ready':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_predecessor_is_ready':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_is_cause':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_is_predecessor':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o libmarpa_a-marpa_obs.o `test -f 'marpa_obs.c' || echo './'`marpa_obs.c
In file included from marpa_obs.c:29:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o libmarpa_a-marpa_avl.o `test -f 'marpa_avl.c' || echo './'`marpa_avl.c
In file included from marpa_avl.c:33:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
marpa_avl.c: In function '_marpa_avl_create':
marpa_avl.c:47: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o libmarpa_a-marpa_tavl.o `test -f 'marpa_tavl.c' || echo './'`marpa_tavl.c
In file included from marpa_tavl.c:58:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o libmarpa_a-marpa_ami.o `test -f 'marpa_ami.c' || echo './'`marpa_ami.c
In file included from ./marpa_ami.w:574:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o libmarpa_a-marpa_codes.o `test -f 'marpa_codes.c' || echo './'`marpa_codes.c
In file included from ./marpa_codes.c.p10:5:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
rm -f libmarpa.a
ar cru libmarpa.a libmarpa_a-marpa.o libmarpa_a-marpa_obs.o libmarpa_a-marpa_avl.o libmarpa_a-marpa_tavl.o libmarpa_a-marpa_ami.o libmarpa_a-marpa_codes.o
ranlib libmarpa.a
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o marpa.lo marpa.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c marpa.c -fPIC -DPIC -o marpa.o
In file included from ./marpa.w:16797:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_new':
./marpa.w:1156: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:1157: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'marpa_g_highest_symbol_id':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'symbol_add':
./marpa.w:774: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:774: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:774: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_g_highest_rule_id':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'rule_add':
./marpa.w:837: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:837: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:837: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_g_start_symbol':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_start_symbol_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_default_rank':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_default_rank_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:948: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:948: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:953: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:953: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_is_precomputed':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_has_cycle':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'event_new':
./marpa.w:1070: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1070: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1070: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'int_event_new':
./marpa.w:1080: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1080: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1080: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_g_event_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_start':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_rank':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_rank_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1332: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1332: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1337: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1337: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_valued':
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_valued_set':
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1423: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1423: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1428: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1428: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_accessible':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_counted':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_nulling':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_nullable':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_terminal':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_terminal_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1545: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1545: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1550: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1550: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_productive':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_completion_event':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_completion_event_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_completion_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_nulled_event':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_nulled_event_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_nulled_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_prediction_event':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_symbol_is_prediction_event_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_prediction_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_xsy_nsy':
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_xsy_nulling_nsy':
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'nsy_start':
./marpa.w:1942: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:1942: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:1942: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_is_start':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_is_lhs':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_is_nulling':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_is_semantic':
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_source_xsy':
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_lhs_xrl':
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_xrl_offset':
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_nsy_rank':
./marpa.w:14899: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14899: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'irl_start':
./marpa.w:2253: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2253: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2253: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2288: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2288: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2293: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2293: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2303: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2303: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2312: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2312: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2319: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2319: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_sequence_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2376: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2376: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2382: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2382: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2389: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2389: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2395: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2395: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_lhs':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_rhs':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_length':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_rank':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_rank_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2574: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2574: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2579: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2579: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_null_high':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_null_high_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:2621: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:2621: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_sequence_min':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_sequence_separator':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14931: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_rule_is_keep_separation':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_proper_separation':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_loop':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_nulling':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_nullable':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_accessible':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_rule_is_productive':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_rule_is_used':
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_semantic_equivalent':
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_lhs':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_rhs':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_length':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_is_virtual_lhs':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_is_virtual_rhs':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_real_symbol_count':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_virtual_start':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_virtual_end':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_source_xrl':
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_rank':
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_precompute':
./marpa.w:3185: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3313: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3313: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3324: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3324: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3329: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3329: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3334: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3334: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3549: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3549: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3556: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3556: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3585: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3585: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3686: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3686: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3696: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3696: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3800: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3800: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3738: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3738: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3740: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3740: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:3742: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:3742: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:4118: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:4118: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:4120: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:4120: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:4658: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:4658: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_irl_is_chaf':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14917: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_ahm_count':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_ahm_irl':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_ahm_position':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_g_ahm_postdot':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14960: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_zwa_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:5867: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:5867: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:5874: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:5874: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:5874: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_g_highest_zwa_id':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_g_zwa_place':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14870: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_new':
./marpa.w:14876: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14876: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6645: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'marpa_r_current_earleme':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6138: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6138: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_terminals_expected':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_terminal_is_expected':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14893: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6296: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6296: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6300: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6300: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_expected_symbol_event_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6333: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6333: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6339: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6339: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:6344: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:6344: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_completion_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_nulled_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_prediction_symbol_activate':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_is_use_leo':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_is_use_leo_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14969: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14969: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_is_exhausted':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_earley_set_value':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_earley_set_values':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_latest_earley_set_value_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_latest_earley_set_values_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'earley_item_create':
./marpa.w:7043: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7043: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7005: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7005: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7005: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'alternative_insert':
./marpa.w:7669: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7669: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7669: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_r_start_input':
./marpa.w:14969: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14969: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7728: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7728: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7728: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:7752: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7752: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7752: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_r_alternative':
./marpa.w:7905: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7905: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7910: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7910: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7915: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7915: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7920: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7920: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7942: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7942: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7956: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7956: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:7995: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:7995: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_earleme_complete':
./marpa.w:14979: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14979: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8124: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:8124: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8176: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:8281: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:8281: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8281: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:8360: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:8360: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8360: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:8360: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:8360: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8360: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'trigger_events':
./marpa.w:8412: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'r_update_earley_sets':
./marpa.w:8636: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:8636: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:8636: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'marpa_r_clean':
./marpa.w:9244: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:14979: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14979: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_zwa_default_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:9587: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:9587: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_zwa_default':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14949: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14943: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_progress_report_start':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_progress_report_reset':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_progress_report_finish':
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_progress_item':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:9851: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:9851: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'ur_node_stack_init':
./marpa.w:10065: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'or_node_new':
./marpa.w:10510: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:10510: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_b_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:11179: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:11179: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:11187: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:11212: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w:10547: warning: dereferencing type-punned pointer will break strict-aliasing rules
./marpa.w:10642: warning: dereferencing type-punned pointer will break strict-aliasing rules
./marpa.w:11011: warning: dereferencing type-punned pointer will break strict-aliasing rules
./marpa.w: In function '_marpa_b_top_or_node':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_b_ambiguity_metric':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_b_is_null':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_ambiguity_metric':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_is_null':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_high_rank_only_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:11711: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:11711: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_high_rank_only':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_o_rank':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:11935: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function '_marpa_o_and_order_get':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_t_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_t_next':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12352: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12352: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12352: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:12438: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12438: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12438: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:12643: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12643: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12643: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w:12644: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12644: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12644: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function '_marpa_t_size':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_new':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12875: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'value_free':
./marpa.w:12855: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12855: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_v_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12968: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12968: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_v_nook':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12990: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12990: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:12991: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:12991: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_symbol_is_valued':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'symbol_is_valued_set':
./marpa.w:13052: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13052: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_symbol_is_valued_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:13072: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13072: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14881: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14888: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_valued_force':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:13097: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13097: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_rule_is_valued_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:13116: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13116: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_rule_is_valued':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14937: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14925: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_v_step':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:13362: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13362: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:13362: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'bv_free':
./marpa.w:13629: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:13629: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'cilar_init':
./marpa.w:14313: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
./marpa.w: In function 'cil_buffer_clear':
./marpa.w:14421: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14421: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14421: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'cil_buffer_push':
./marpa.w:14432: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14432: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14432: warning: passing argument 2 of 'marpa_dstack_resize2' with different width due to prototype
./marpa.w: In function 'cil_buffer_reserve':
./marpa.w:14453: warning: passing argument 2 of 'marpa_dstack_resize' with different width due to prototype
./marpa.w: In function '_marpa_r_trace_earley_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_latest_earley_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function 'marpa_r_earleme':
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_earley_set_size':
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_earley_set_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_earley_item_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_earley_item_origin':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_leo_predecessor_symbol':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_leo_base_origin':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_leo_base_state':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_leo_top_ahm':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_postdot_symbol_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14904: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14904: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14911: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14911: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_first_postdot_item_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_next_postdot_item_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_postdot_item_symbol':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_first_token_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_next_token_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_first_completion_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_next_completion_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_first_leo_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_next_leo_link_trace':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_source_predecessor_state':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_source_token':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_source_leo_transition_symbol':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_r_source_middle':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:14974: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_set':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_origin':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_irl':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_position':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_is_whole':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_is_semantic':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_first_and':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_last_and':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_or_node_and_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_o_or_node_and_node_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_o_or_node_and_node_id_by_ix':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15984: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15988: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15996: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_b_and_node_count':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_or_node':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_choice':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_parent':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_cause_is_ready':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_predecessor_is_ready':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_is_cause':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa.w: In function '_marpa_t_nook_is_predecessor':
./marpa.w:15002: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa.w:15002: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o marpa_obs.lo marpa_obs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c marpa_obs.c -fPIC -DPIC -o marpa_obs.o
In file included from marpa_obs.c:29:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o marpa_avl.lo marpa_avl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c marpa_avl.c -fPIC -DPIC -o marpa_avl.o
In file included from marpa_avl.c:33:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
marpa_avl.c: In function '_marpa_avl_create':
marpa_avl.c:47: warning: passing argument 1 of 'marpa__obs_begin' with different width due to prototype
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o marpa_tavl.lo marpa_tavl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c marpa_tavl.c -fPIC -DPIC -o marpa_tavl.o
In file included from marpa_tavl.c:58:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o marpa_ami.lo marpa_ami.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c marpa_ami.c -fPIC -DPIC -o marpa_ami.o
In file included from ./marpa_ami.w:574:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c -o marpa_codes.lo marpa_codes.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -c marpa_codes.c -fPIC -DPIC -o marpa_codes.o
In file included from ./marpa_codes.c.p10:5:
./marpa_ami.w: In function 'my_malloc':
./marpa_ami.w:213: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:213: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w: In function 'my_realloc':
./marpa_ami.w:230: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:230: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 1 of '__builtin_expect' with different width due to prototype
./marpa_ami.w:232: warning: passing argument 2 of '__builtin_expect' with different width due to prototype
/bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -release 11.0.2 -o libmarpa.la -rpath /usr/local/lib marpa.lo marpa_obs.lo marpa_avl.lo marpa_tavl.lo marpa_ami.lo marpa_codes.lo
libtool: link: ar cru .libs/libmarpa.a marpa.o marpa_obs.o marpa_avl.o marpa_tavl.o marpa_ami.o marpa_codes.o
libtool: link: ranlib .libs/libmarpa.a
libtool: link: ( cd ".libs" && rm -f "libmarpa.la" && ln -s "../libmarpa.la" "libmarpa.la" )
cc -I/usr/perl5.10.1/lib/5.10.1/amd64-freebsd/CORE -DVERSION="13.002_000" -DXS_VERSION="13.002_000" -DPIC -fPIC -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I /usr/home/cpansand/.cpan/build/2023072122/Marpa-R2-13.002_000-0/libmarpa_build -I xs -Wall -W -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wmissing-declarations -ansi -O -o lib/Marpa/R2.o lib/Marpa/R2.c
Using built-in Libmarpa
cc -shared -L/usr/local/lib -fstack-protector -o blib/arch/auto/Marpa/R2/R2.so lib/Marpa/R2.o /usr/home/cpansand/.cpan/build/2023072122/Marpa-R2-13.002_000-0/libmarpa_build/.libs/libmarpa.a
# Marpa::R2 version is 13.002_000
# Libmarpa version is 11.0.2
# Libmarpa tag: Jul 21 2023 22:01:01
t/00-load.t ............ ok
t/50d-giarank.t ........ ok
t/50d-ranksyn.t ........ ok
t/ah2.t ................ ok
t/ah_numeric.t ......... ok
t/asf_syn.t ............ ok
t/balanced.t ........... ok
t/bocage.t ............. ok
t/catalan.t ............ ok
t/chaf.t ............... ok
t/code_diag.t .......... ok
t/context.t ............ ok
t/counter.t ............ ok
t/curly.t .............. ok
t/curly2.t ............. ok
t/debug.t .............. ok
t/debug_leo.t .......... ok
t/debug_seq.t .......... ok
t/deprecated1.t ........ ok
t/dsl.t ................ ok
t/duplicate_parse.t .... ok
t/equation.t ........... ok
t/final_nonnullable.t .. ok
t/gabend.t ............. ok
t/implementation.t ..... ok
t/infinite.t ........... ok
t/infinite2.t .......... ok
t/infinite_plex.t ...... ok
t/initial_nulls.t ...... ok
t/jirotka.t ............ ok
t/leo.t ................ ok
t/leo2.t ............... ok
t/leo3.t ............... ok
t/leo_cycle.t .......... ok
t/leo_example.t ........ ok
t/leo_unit.t ........... ok
t/limits.t ............. ok
t/minus.t .............. ok
t/naif.t ............... ok
t/null_example.t ....... ok
t/null_infinite1.t ..... ok
t/null_infinite4.t ..... ok
t/null_value.t ......... ok
t/pascal.t ............. ok
t/perl.t ............... ok
t/progress1.t .......... ok
t/progress2.t .......... ok
t/rabend.t ............. ok
t/randal.t ............. ok
t/rankfact.t ........... ok
t/rankord.t ............ ok
t/rankord3.t ........... ok
t/rewrite.t ............ ok
t/sequence.t ........... ok
t/sequence2.t .......... ok
t/sl_action.t .......... ok
t/sl_action2.t ......... ok
t/sl_advent.t .......... ok
t/sl_ah2.t ............. ok
t/sl_ambig.t ........... ok
t/sl_amon.t ............ ok
t/sl_asf.t ............. ok
t/sl_ast.t ............. ok
t/sl_astsyn.t .......... ok
t/sl_bracket.t ......... ok
t/sl_calc.t ............ ok
t/sl_completed.t ....... ok
t/sl_debug.t ........... ok
t/sl_diag.t ............ ok
t/sl_discard.t ......... ok
t/sl_discard2.t ........ ok
t/sl_discard3.t ........ ok
t/sl_dsl.t ............. ok
t/sl_durand.t .......... ok
t/sl_dwim.t ............ ok
t/sl_dyck.t ............ ok
t/sl_event.t ........... ok
t/sl_evinit.t .......... ok
t/sl_evsyn.t ........... ok
t/sl_evsyn2.t .......... ok
t/sl_exhaust.t ......... ok
t/sl_external1.t ....... ok
t/sl_fullsyn.t ......... ok
t/sl_g1len.t ........... ok
t/sl_gabend.t .......... ok
t/sl_gia.t ............. ok
t/sl_gia_err.t ......... ok
t/sl_gie.t ............. ok
t/sl_gif1.t ............ ok
t/sl_gires.t ........... ok
t/sl_gsyn.t ............ ok
t/sl_incremental.t ..... ok
t/sl_json.t ............ ok
t/sl_json_ast.t ........ ok
t/sl_latk.t ............ ok
t/sl_lc.t .............. ok
t/sl_leo.t ............. ok
t/sl_leo2.t ............ ok
t/sl_leo_diag.t ........ ok
t/sl_lexevent.t ........ ok
t/sl_lib115.t .......... ok
t/sl_lib115a.t ......... ok
t/sl_null_example.t .... ok
t/sl_numeric.t ......... ok
t/sl_panda.t ........... ok
t/sl_panda1.t .......... ok
t/sl_pascal.t .......... ok
t/sl_prefix.t .......... ok
t/sl_rank.t ............ ok
t/sl_ruby.t ............ ok
t/sl_salad.t ........... ok
t/sl_sviok.t ........... ok
t/sl_syn.t ............. ok
t/sl_taint.t ........... ok
t/sl_timeflies.t ....... ok
t/sl_topsyn.t .......... ok
t/sl_tut2.t ............ ok
t/sl_wall.t ............ ok
t/stuifzand.t .......... ok
t/syn_engine.t ......... ok
t/syn_stuifzand.t ...... ok
t/thin_amb_null.t ...... ok
t/thin_deprec.t ........ ok
t/thin_eq.t ............ ok
t/thin_seq_lhs.t ....... ok
t/timeflies.t .......... ok
t/use.t ................ ok
# Using Marpa::R2::HTML 13.002
# Using Marpa::R2 13.002 2023-07-21T22:00:43
html/t/00-load.t ....... ok
html/t/cfg_fmt.t ....... ok
html/t/config.t ........ ok
html/t/copy.t .......... ok
html/t/examples.t ...... ok
html/t/fmt.t ........... ok
html/t/missing.t ....... ok
html/t/parse.t ......... ok
html/t/score.t ......... ok
html/t/synopsis.t ...... ok
html/t/tang.t .......... ok
All tests successful.
Files=138, Tests=1715, 23 wallclock secs ( 0.20 usr 0.45 sys + 20.12 cusr 1.69 csys = 22.45 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- -------- --------
Carp 1.08 1.50
Cwd 3.2501 3.75
Data::Dumper 2.125 2.183
DynaLoader 1.08 1.10
English 1.04 1.04
Exporter 5.62 5.77
ExtUtils::CBuilder 0.27 0.280236
ExtUtils::MakeMaker 6.42 7.70
ExtUtils::Manifest 1.51_01 1.75
ExtUtils::Mkbootstrap 6.42 7.70
Fatal 1.05 2.33
File::Copy 2.11 2.14
File::Spec 3.2501 3.75
HTML::Entities 3.68 3.81
HTML::Parser 3.69 3.81
IPC::Cmd 0.40_1 1.04
List::Util 1.21 1.63
perl 5.010001 5.010001
PPI 1.206 1.274
Scalar::Util 1.21 1.63
Test::More 0.94 1.302195
Time::Piece 1.12 1.34
XSLoader 0.08 0.24
build_requires:
Module Need Have
--------------------- -------- --------
ExtUtils::CBuilder 0 0.280236
configure_requires:
Module Need Have
--------------------- -------- --------
Carp 1.08 1.50
Config::AutoConf 0.22 0.320
CPAN::Meta::Converter 2.120921 2.150010
Cwd 3.2501 3.75
Data::Dumper 2.125 2.183
DynaLoader 1.08 1.10
English 1.04 1.04
Exporter 5.62 5.77
ExtUtils::CBuilder 0.27 0.280236
ExtUtils::MakeMaker 6.42 7.70
ExtUtils::Manifest 1.51_01 1.75
ExtUtils::Mkbootstrap 6.42 7.70
Fatal 1.05 2.33
File::Copy 2.11 2.14
File::Spec 3.2501 3.75
IPC::Cmd 0.40_1 1.04
List::Util 1.21 1.63
Module::Build 0.4003 0.4234
perl 5.010001 5.010001
PPI 1.206 1.274
Scalar::Util 1.21 1.63
Test::More 0.94 1.302195
Time::Piece 1.12 1.34
XSLoader 0.08 0.24
opt_requires:
Module Need Have
--------------------- -------- --------
Config::AutoConf 0.22 0.320
PPI 1.206 1.274
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LC_ALL = de_DE.ISO8859-1
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd9.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 98022
PERL5_CPAN_IS_RUNNING = 98022
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 66414,98022
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2023072118/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2023072118
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.10.1/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.75
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.35
File::Spec 3.75
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test2 1.302195
Test::Harness 3.44
Test::More 1.302195
YAML 1.30
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=freebsd, osvers=9.2-release-p4, archname=amd64-freebsd
uname='freebsd cvrsnica-freebsd-92 9.2-release-p4 freebsd 9.2-release-p4 #0: tue apr 8 18:08:22 utc 2014 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.10.1'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 20070831 patched [FreeBSD]', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lgdbm -lm -lcrypt -lutil -lc
perllibs=-lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
Built under freebsd
Compiled at May 15 2014 23:30:26
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="98022"
PERL5_CPAN_IS_RUNNING="98022"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="66414,98022"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2023072118/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/usr/perl5.10.1/lib/5.10.1/amd64-freebsd
/usr/perl5.10.1/lib/5.10.1
/usr/perl5.10.1/lib/site_perl/5.10.1/amd64-freebsd
/usr/perl5.10.1/lib/site_perl/5.10.1
.