Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created May 6, 2011 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ELLIOTTCABLE/960028 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/960028 to your computer and use it in GitHub Desktop.
Building Racket @70b0eb8 on Mac OS X 10.7 (Lion) Developer Preview 3 [64-bit]
: ../configure --enable-mac64
=== 64-bit Mac OS X enabled
checking for gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking how to run the C preprocessor... clang -E
checking for ranlib... ranlib
checking for cos in -lm... yes
checking for dlopen in -ldl... yes
checking for inline keyword... yes
checking for noinline attribute... yes
checking for GNU preprocessor... yes
checking for nl_langinfo (CODESET)... yes
checking for getaddrinfo... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking iconv is usable... yes -liconv
checking for mbsrtowcs... yes
checking for libffi... no
Building own libffi
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for void *... yes
checking size of void *... 8
checking for intptr_t... yes
checking for uintptr_t... yes
checking for stack direction... down
checking whether byte ordering is bigendian... no
checking whether pthread_rwlock is available... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating racket/Makefile
config.status: creating racket/src/Makefile
config.status: creating racket/dynsrc/Makefile
config.status: creating racket/gc/Makefile
config.status: creating racket/sgc/Makefile
config.status: creating racket/gc2/Makefile
config.status: creating foreign/Makefile
config.status: creating plot/Makefile
config.status: creating gracket/Makefile
config.status: creating gracket/gc2/Makefile
config.status: creating racket/mzconfig.h
=== configuring in foreign/libffi (/Users/elliottcable/Code/Sources/racket/src/build/foreign/libffi)
configure: running /bin/sh ../../../foreign/libffi/configure '--prefix=/Users/elliottcable/Code/Sources/racket' 'CC=clang' --cache-file=/dev/null --srcdir=../../../foreign/libffi
checking build system type... x86_64-apple-darwin11.0.0
checking host system type... x86_64-apple-darwin11.0.0
checking target system type... x86_64-apple-darwin11.0.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../../../foreign/libffi/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking dependency style of clang... gcc3
checking whether clang and cc understand -c and -o together... yes
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 clang... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... clang -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 clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.0.0 dyld
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... yes
checking whether to build static libraries... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... no
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for working alloca.h... yes
checking for alloca... yes
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... no
checking assembler .cfi pseudo-op support... yes
checking whether .eh_frame section should be read-only... no
checking for __attribute__((visibility("hidden")))... no
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: linking ../../../foreign/libffi/src/x86/ffitarget.h to include/ffitarget.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands
>>> Installation is in-place:
../..
Configure with --prefix if you wanted to install somewhere else.
Alternately, you can simply `mv' the in-place installation after
running `make install'.
: make
make 3m
cd racket; make 3m
make cgc
make common
make g-c
cd gc; make ../libmzgc.a
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/alloc.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/reclaim.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/allchblk.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/misc.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -o if_mach ../../../racket/gc/if_mach.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -o if_not_there ../../../racket/gc/if_not_there.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -o threadlibs ../../../racket/gc/threadlibs.c
rm -f mach_dep.o
./if_mach SPARC SOLARIS clang -c -o mach_dep2.o ../../../racket/gc/sparc_mach_dep.S
./if_mach SPARC OPENBSD as -o mach_dep2.o ../../../racket/gc/sparc_sunos4_mach_dep.s
./if_mach SPARC NETBSD as -o mach_dep2.o ../../../racket/gc/sparc_netbsd_mach_dep.s
./if_mach SPARC "" clang -c -o mach_dep2.o ../../../racket/gc/sparc_mach_dep.S
./if_mach SPARC "" clang -c -o mach_dep1.o -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread ../../../racket/gc/mach_dep.c
./if_mach SPARC "" ld -r -o mach_dep.o mach_dep1.o mach_dep2.o
./if_mach IA64 "" as -o ia64_save_regs_in_stack.o ../../../racket/gc/ia64_save_regs_in_stack.s
./if_mach IA64 "" clang -c -o mach_dep1.o -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread ../../../racket/gc/mach_dep.c
./if_mach IA64 "" ld -r -o mach_dep.o mach_dep1.o ia64_save_regs_in_stack.o
./if_not_there mach_dep.o clang -c -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread ../../../racket/gc/mach_dep.c
^^^^Starting command^^^^
rm -f mach_dep1.o
./if_mach IA64 "" as -o mach_dep1.o ../../../racket/gc/ia64_save_regs_in_stack.s
./if_not_there mach_dep1.o clang -c -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread ../../../racket/gc/mach_dep1.c
^^^^Starting command^^^^
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/os_dep.c
rm -f mark_rts.o
./if_mach ALPHA OSF1 clang -c -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -Wo,-notail ../../../racket/gc/mark_rts.c
./if_not_there mark_rts.o clang -c -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 ../../../racket/gc/mark_rts.c
^^^^Starting command^^^^
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/headers.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/mark.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/obj_map.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/blacklst.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/finalize.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/new_hblk.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/dbg_mlc.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/malloc.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/stubborn.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/checksums.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/pthread_support.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/pthread_stop_world.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/darwin_stop_world.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/typd_mlc.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/ptr_chck.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/mallocx.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/gcj_mlc.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/specific.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/gc_dlopen.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/backgraph.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/win32_threads.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/thread_local_alloc.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/openbsd_stop_world.c
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/dyn_load.c
../../../racket/gc/dyn_load.c:1154:39: warning: incompatible pointer types passing 'void (const struct
mach_header_64 *, intptr_t)' to parameter of type 'void (*)(const struct mach_header *, intptr_t)'
_dyld_register_func_for_add_image(GC_dyld_image_add);
^~~~~~~~~~~~~~~~~
In file included from ../../../racket/gc/dyn_load.c:1042:
/usr/include/mach-o/dyld.h:61:54: note: passing argument to parameter 'func' here
extern void _dyld_register_func_for_add_image(void (*func)(const struct mach_header* mh, intptr_t ...
^
../../../racket/gc/dyn_load.c:1155:42: warning: incompatible pointer types passing 'void (const struct
mach_header_64 *, intptr_t)' to parameter of type 'void (*)(const struct mach_header *, intptr_t)'
_dyld_register_func_for_remove_image(GC_dyld_image_remove);
^~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/gc/dyn_load.c:1042:
/usr/include/mach-o/dyld.h:62:57: note: passing argument to parameter 'func' here
extern void _dyld_register_func_for_remove_image(void (*func)(const struct mach_header* mh, intptr_t ...
^
../../../racket/gc/dyn_load.c:1167:11: warning: '_dyld_bind_fully_image_containing_address' is deprecated
[-Wdeprecated-declarations]
if(!_dyld_bind_fully_image_containing_address((unsigned long*)GC_malloc))
^
3 warnings generated.
../../../racket/gc/../../utils/nicear ar ruv ../libmzgc.a alloc.o reclaim.o allchblk.o misc.o mach_dep.o mach_dep1.o os_dep.o mark_rts.o headers.o mark.o obj_map.o blacklst.o finalize.o new_hblk.o dbg_mlc.o malloc.o stubborn.o checksums.o pthread_support.o pthread_stop_world.o darwin_stop_world.o typd_mlc.o ptr_chck.o mallocx.o gcj_mlc.o specific.o gc_dlopen.o backgraph.o win32_threads.o thread_local_alloc.o openbsd_stop_world.o dyn_load.o
ar: creating archive ../libmzgc.a
/usr/bin/ranlib: file: ../libmzgc.a(mach_dep1.o) has no symbols
/usr/bin/ranlib: file: ../libmzgc.a(checksums.o) has no symbols
/usr/bin/ranlib: file: ../libmzgc.a(pthread_support.o) has no symbols
/usr/bin/ranlib: file: ../libmzgc.a(pthread_stop_world.o) has no symbols
/usr/bin/ranlib: file: ../libmzgc.a(darwin_stop_world.o) has no symbols
/usr/bin/ranlib: file: ../libmzgc.a(specific.o) has no symbols
/usr/bin/ranlib: file: ../libmzgc.a(gc_dlopen.o) has no symbols
/usr/bin/ranlib: file: ../libmzgc.a(backgraph.o) has no symbols
/usr/bin/ranlib: file: ../libmzgc.a(win32_threads.o) has no symbols
/usr/bin/ranlib: file: ../libmzgc.a(thread_local_alloc.o) has no symbols
/usr/bin/ranlib: file: ../libmzgc.a(openbsd_stop_world.o) has no symbols
a - alloc.o
a - reclaim.o
a - allchblk.o
a - misc.o
a - mach_dep.o
a - mach_dep1.o
a - os_dep.o
a - mark_rts.o
a - headers.o
a - mark.o
a - obj_map.o
a - blacklst.o
a - finalize.o
a - new_hblk.o
a - dbg_mlc.o
a - malloc.o
a - stubborn.o
a - checksums.o
a - pthread_support.o
a - pthread_stop_world.o
a - darwin_stop_world.o
a - typd_mlc.o
a - ptr_chck.o
a - mallocx.o
a - gcj_mlc.o
a - specific.o
a - gc_dlopen.o
a - backgraph.o
a - win32_threads.o
a - thread_local_alloc.o
a - openbsd_stop_world.o
a - dyn_load.o
ranlib ../libmzgc.a
ranlib: file: ../libmzgc.a(mach_dep1.o) has no symbols
ranlib: file: ../libmzgc.a(checksums.o) has no symbols
ranlib: file: ../libmzgc.a(pthread_support.o) has no symbols
ranlib: file: ../libmzgc.a(pthread_stop_world.o) has no symbols
ranlib: file: ../libmzgc.a(darwin_stop_world.o) has no symbols
ranlib: file: ../libmzgc.a(specific.o) has no symbols
ranlib: file: ../libmzgc.a(gc_dlopen.o) has no symbols
ranlib: file: ../libmzgc.a(backgraph.o) has no symbols
ranlib: file: ../libmzgc.a(win32_threads.o) has no symbols
ranlib: file: ../libmzgc.a(thread_local_alloc.o) has no symbols
ranlib: file: ../libmzgc.a(openbsd_stop_world.o) has no symbols
make foreign-stuff
cd ../foreign; make all
make foreign.o
clang -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -I./../racket -I../../foreign/../racket/include -I../../foreign/../racket/src -Ilibffi/include -c ../../foreign/foreign.c -o foreign.o
../../foreign/foreign.c:2490:35: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
void *c_func = (void*)(SCHEME_VEC_ELS(data)[1]);
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../foreign/foreign.c:2491:27: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
Scheme_Object *itypes = SCHEME_VEC_ELS(data)[2];
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../foreign/foreign.c:2492:27: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
Scheme_Object *otype = SCHEME_VEC_ELS(data)[3];
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../foreign/foreign.c:2494:38: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
ffi_cif *cif = (ffi_cif*)(SCHEME_VEC_ELS(data)[4]);
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../foreign/foreign.c:2495:31: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
intptr_t cfoff = SCHEME_INT_VAL(SCHEME_VEC_ELS(data)[5]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../foreign/foreign.c:2495:31: note: instantiated from:
intptr_t cfoff = SCHEME_INT_VAL(SCHEME_VEC_ELS(data)[5]);
^ ~
../../foreign/foreign.c:2495:46: note: instantiated from:
intptr_t cfoff = SCHEME_INT_VAL(SCHEME_VEC_ELS(data)[5]);
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../foreign/foreign.c:2496:30: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
int save_errno = SCHEME_INT_VAL(SCHEME_VEC_ELS(data)[6]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../foreign/foreign.c:2496:30: note: instantiated from:
int save_errno = SCHEME_INT_VAL(SCHEME_VEC_ELS(data)[6]);
^ ~
../../foreign/foreign.c:2496:45: note: instantiated from:
int save_errno = SCHEME_INT_VAL(SCHEME_VEC_ELS(data)[6]);
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../foreign/foreign.c:2669:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(data)[1] = obj;
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../foreign/foreign.c:2670:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(data)[2] = itypes;
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../foreign/foreign.c:2671:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(data)[3] = otype;
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../foreign/foreign.c:2672:3: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(data)[4] = (Scheme_Object*)cif;
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../foreign/foreign.c:2673:3: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(data)[5] = scheme_make_integer(ooff);
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../foreign/foreign.c:2674:3: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(data)[6] = scheme_make_integer(save_errno);
^ ~
In file included from ../../foreign/foreign.c:9:
In file included from ../../foreign/../racket/src/schpriv.h:21:
../../foreign/../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../foreign/../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
12 warnings generated.
make libffi_ON
make libffi/libffi.la
cd libffi; make libffi.la
depbase=`echo src/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF $depbase.Tpo -c -o src/debug.lo ../../../foreign/libffi/src/debug.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c ../../../foreign/libffi/src/debug.c -fno-common -DPIC -o src/.libs/debug.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c ../../../foreign/libffi/src/debug.c -o src/debug.o >/dev/null 2>&1
depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo ../../../foreign/libffi/src/prep_cif.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../../../foreign/libffi/src/prep_cif.c -fno-common -DPIC -o src/.libs/prep_cif.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../../../foreign/libffi/src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo ../../../foreign/libffi/src/types.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../../../foreign/libffi/src/types.c -fno-common -DPIC -o src/.libs/types.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../../../foreign/libffi/src/types.c -o src/types.o >/dev/null 2>&1
depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo ../../../foreign/libffi/src/raw_api.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../../../foreign/libffi/src/raw_api.c -fno-common -DPIC -o src/.libs/raw_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../../../foreign/libffi/src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo ../../../foreign/libffi/src/java_raw_api.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../../../foreign/libffi/src/java_raw_api.c -fno-common -DPIC -o src/.libs/java_raw_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../../../foreign/libffi/src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo ../../../foreign/libffi/src/closures.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../../../foreign/libffi/src/closures.c -fno-common -DPIC -o src/.libs/closures.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../../../foreign/libffi/src/closures.c -o src/closures.o >/dev/null 2>&1
depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi.lo ../../../foreign/libffi/src/x86/ffi.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c ../../../foreign/libffi/src/x86/ffi.c -fno-common -DPIC -o src/x86/.libs/ffi.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c ../../../foreign/libffi/src/x86/ffi.c -o src/x86/ffi.o >/dev/null 2>&1
depbase=`echo src/x86/darwin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin.lo ../../../foreign/libffi/src/x86/darwin.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c ../../../foreign/libffi/src/x86/darwin.S -fno-common -DPIC -o src/x86/.libs/darwin.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c ../../../foreign/libffi/src/x86/darwin.S -o src/x86/darwin.o >/dev/null 2>&1
depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi64.lo ../../../foreign/libffi/src/x86/ffi64.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../../../foreign/libffi/src/x86/ffi64.c -fno-common -DPIC -o src/x86/.libs/ffi64.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../../../foreign/libffi/src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1
depbase=`echo src/x86/darwin64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin64.lo ../../../foreign/libffi/src/x86/darwin64.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c ../../../foreign/libffi/src/x86/darwin64.S -fno-common -DPIC -o src/x86/.libs/darwin64.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -I. -I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c ../../../foreign/libffi/src/x86/darwin64.S -o src/x86/darwin64.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -fexceptions -g -O2 -version-info `grep -v '^#' ../../../foreign/libffi/libtool-version` -o libffi.la -rpath /Users/elliottcable/Code/Sources/racket/lib src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi.lo src/x86/darwin.lo src/x86/ffi64.lo src/x86/darwin64.lo
libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libffi.5.dylib src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi.o src/x86/.libs/darwin.o src/x86/.libs/ffi64.o src/x86/.libs/darwin64.o -install_name /Users/elliottcable/Code/Sources/racket/lib/libffi.5.dylib -compatibility_version 6 -current_version 6.10 -Wl,-single_module
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
libtool: link: dsymutil .libs/libffi.5.dylib || :
libtool: link: (cd ".libs" && rm -f "libffi.dylib" && ln -s "libffi.5.dylib" "libffi.dylib")
libtool: link: ar cru .libs/libffi.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi.o src/x86/darwin.o src/x86/ffi64.o src/x86/darwin64.o
/usr/bin/ranlib: file: .libs/libffi.a(ffi.o) has no symbols
/usr/bin/ranlib: file: .libs/libffi.a(darwin.o) has no symbols
libtool: link: ranlib .libs/libffi.a
ranlib: file: .libs/libffi.a(ffi.o) has no symbols
ranlib: file: .libs/libffi.a(darwin.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
make dynlib
cd dynsrc; make dynlib
make ../mzdyn.o
clang -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -I./.. -I../../../racket/dynsrc/../include -I../../../racket/dynsrc/../src -c ../../../racket/dynsrc/mzdyn.c -o ../mzdyn.o
make ../starter
clang -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -I./.. -I../../../racket/dynsrc/../include -I../../../racket/dynsrc/../src -o ../starter ../../../racket/dynsrc/ustart.c
make mzlibrary
cd src; make all
make mzobjects
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/salloc.c -o salloc.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/bignum.c -o bignum.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/bool.c -o bool.o
../../../racket/src/bool.c:556:18: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
procs1 = SCHEME_VEC_ELS(procs1)[1];
^ ~
In file included from ../../../racket/src/bool.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
1 warning generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/builtin.c -o builtin.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/char.c -o char.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/complex.c -o complex.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/dynext.c -o dynext.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/env.c -o env.o
../../../racket/src/env.c:1006:16: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
modchain = SCHEME_VEC_ELS(env->modchain)[1];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1013:7: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(env->modchain)[1] = modchain;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1014:7: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(modchain)[2] = env->modchain;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1046:16: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
modchain = SCHEME_VEC_ELS(env->modchain)[2];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1053:7: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(env->modchain)[2] = modchain;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1054:7: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(modchain)[1] = env->modchain;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1088:5: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(modchain)[2] = modchain;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1089:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(modchain)[1] = modchain;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1153:18: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
modchain = SCHEME_VEC_ELS(modchain)[1];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1160:9: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(menv2->modchain)[1] = modchain;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1161:9: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(modchain)[2] = menv2->modchain;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1228:12: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
next = SCHEME_VEC_ELS(modchain)[1];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1229:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(modchain)[1] = scheme_void;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1694:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = (Scheme_Object *)pp;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1695:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = data;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1696:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = end_stmts;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1697:3: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[4] = context_key;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1698:3: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[5] = (requires ? requires : scheme_false);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1699:3: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[6] = scheme_null; /* accumulated requires */
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1700:3: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[7] = provides;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1709:12: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(orig_env)->lifts)[5]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/env.c:1709:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(orig_env)->lifts)[5]))
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/env.c:1709:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(orig_env)->lifts)[5]))
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/env.c:1709:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(orig_env)->lifts)[5]))
^ ~
../../../racket/src/env.c:1709:25: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(orig_env)->lifts)[5]))
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1721:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = scheme_void;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1722:5: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = scheme_void;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1723:5: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = scheme_false;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1724:5: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[4] = scheme_false;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1725:5: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[5] = p; /* (rcons NULL env) => continue with env */
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1726:5: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[6] = scheme_null;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1727:5: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[7] = scheme_false;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1740:10: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
return SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[3];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1745:10: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
return SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[6];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1750:10: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
return SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[7];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1869:7: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(pr)[1] = scheme_make_integer(flags);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:1870:7: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(pr)[2] = scheme_make_integer(depth);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:2258:14: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
abdg = SCHEME_VEC_ELS(amarks)[1];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:2376:7: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(a)[1] = bdg;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:3554:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(p)[1] = scheme_make_integer(pos);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:3555:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(p)[2] = value;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:3556:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(p)[3] = (single_use ? scheme_true : scheme_false);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:3722:9: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
n = SCHEME_VEC_ELS(p)[1];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:3724:11: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
n = SCHEME_VEC_ELS(p)[2];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:3741:23: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
*single_use = SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/env.c:3741:23: note: instantiated from:
*single_use = SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/env.c:3741:23: note: instantiated from:
*single_use = SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/env.c:3741:23: note: instantiated from:
*single_use = SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^ ~
../../../racket/src/env.c:3741:36: note: instantiated from:
*single_use = SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:3794:31: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
disrupt_single_use = !SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/env.c:3794:31: note: instantiated from:
disrupt_single_use = !SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/env.c:3794:31: note: instantiated from:
disrupt_single_use = !SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/env.c:3794:31: note: instantiated from:
disrupt_single_use = !SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^ ~
../../../racket/src/env.c:3794:44: note: instantiated from:
disrupt_single_use = !SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:4418:11: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
count = SCHEME_VEC_ELS(info->lifts)[1];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:4424:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(info->lifts)[1] = count;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5601:37: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
cp = *(Scheme_Lift_Capture_Proc *)SCHEME_VEC_ELS(vec)[1];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5602:10: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
data = SCHEME_VEC_ELS(vec)[2];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5664:10: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
return SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[4];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5687:12: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[3]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/env.c:5687:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[3]))
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/env.c:5687:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[3]))
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/env.c:5687:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[3]))
^ ~
../../../racket/src/env.c:5687:25: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[3]))
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5700:31: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
pr = scheme_make_pair(expr, SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[3]);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5701:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[3] = pr;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5730:12: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[5])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/env.c:5730:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[5])) {
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/env.c:5730:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[5])) {
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/env.c:5730:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[5])) {
^ ~
../../../racket/src/env.c:5730:25: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[5])) {
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5731:14: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
data = SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[5];
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5753:31: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
pr = scheme_make_pair(form, SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[6]);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5754:3: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[6] = pr;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5787:12: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[7])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/env.c:5787:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[7])) {
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/env.c:5787:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[7])) {
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/env.c:5787:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[7])) {
^ ~
../../../racket/src/env.c:5787:25: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[7])) {
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5806:31: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
pr = scheme_make_pair(form, SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[7]);
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/env.c:5807:3: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[7] = pr;
^ ~
In file included from ../../../racket/src/env.c:30:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
57 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/error.c -o error.o
../../../racket/src/error.c:2450:55: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
sloc->slots[0], sloc->slots[1],
^ ~
In file included from ../../../racket/src/error.c:26:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/error.c:2451:39: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
sloc->slots[2], sloc->slots[3],
^ ~
In file included from ../../../racket/src/error.c:26:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/error.c:2451:55: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
sloc->slots[2], sloc->slots[3],
^ ~
In file included from ../../../racket/src/error.c:26:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/error.c:2904:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(msg)[1] = v;
^ ~
In file included from ../../../racket/src/error.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/error.c:2905:13: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(msg)[2] = (data ? data : scheme_false);
^ ~
In file included from ../../../racket/src/error.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/error.c:3448:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
((Scheme_Structure *)arg)->slots[1] = marks;
^ ~
In file included from ../../../racket/src/error.c:26:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
6 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/eval.c -o eval.o
../../../racket/src/eval.c:825:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_compiled_quote_syntax_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:825:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_compiled_quote_syntax_type)) {
^~
=
../../../racket/src/eval.c:825:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_compiled_quote_syntax_type)) {
~ ^ ~
../../../racket/src/eval.c:830:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_branch_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:830:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_branch_type)) {
^~
=
../../../racket/src/eval.c:830:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_branch_type)) {
~ ^ ~
../../../racket/src/eval.c:848:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_let_one_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:848:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_let_one_type)) {
^~
=
../../../racket/src/eval.c:848:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_let_one_type)) {
~ ^ ~
../../../racket/src/eval.c:854:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_let_void_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:854:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_let_void_type)) {
^~
=
../../../racket/src/eval.c:854:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_let_void_type)) {
~ ^ ~
../../../racket/src/eval.c:873:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_compiled_let_void_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:873:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_compiled_let_void_type)) {
^~
=
../../../racket/src/eval.c:873:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_compiled_let_void_type)) {
~ ^ ~
../../../racket/src/eval.c:888:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_letrec_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:888:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_letrec_type)) {
^~
=
../../../racket/src/eval.c:888:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_letrec_type)) {
~ ^ ~
../../../racket/src/eval.c:893:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_application_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:893:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_application_type)) {
^~
=
../../../racket/src/eval.c:893:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_application_type)) {
~ ^ ~
../../../racket/src/eval.c:968:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_application2_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:968:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_application2_type)) {
^~
=
../../../racket/src/eval.c:968:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_application2_type)) {
~ ^ ~
../../../racket/src/eval.c:999:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_application3_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:999:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_application3_type)) {
^~
=
../../../racket/src/eval.c:999:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_application3_type)) {
~ ^ ~
../../../racket/src/eval.c:902:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_SYMBOLP(app->args[1])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/eval.c:902:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/eval.c:902:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/eval.c:902:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/eval.c:902:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
../../../racket/src/eval.c:902:28: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:902:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_SYMBOLP(app->args[1])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/eval.c:902:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/eval.c:902:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
../../../racket/src/eval.c:902:28: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:903:16: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_FALSEP(app->args[2])
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/eval.c:903:16: note: instantiated from:
&& SCHEME_FALSEP(app->args[2])
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/eval.c:903:16: note: instantiated from:
&& SCHEME_FALSEP(app->args[2])
^ ~
../../../racket/src/eval.c:903:30: note: instantiated from:
&& SCHEME_FALSEP(app->args[2])
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:904:16: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_INTP(app->args[3])
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/eval.c:904:16: note: instantiated from:
&& SCHEME_INTP(app->args[3])
^ ~
../../../racket/src/eval.c:904:28: note: instantiated from:
&& SCHEME_INTP(app->args[3])
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:905:17: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& (SCHEME_INT_VAL(app->args[3]) >= 0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/eval.c:905:17: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[3]) >= 0)
^ ~
../../../racket/src/eval.c:905:32: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[3]) >= 0)
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:906:16: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_INTP(app->args[4])
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/eval.c:906:16: note: instantiated from:
&& SCHEME_INTP(app->args[4])
^ ~
../../../racket/src/eval.c:906:28: note: instantiated from:
&& SCHEME_INTP(app->args[4])
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:907:17: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& (SCHEME_INT_VAL(app->args[4]) >= 0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/eval.c:907:17: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[4]) >= 0)
^ ~
../../../racket/src/eval.c:907:32: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[4]) >= 0)
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:909:42: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| scheme_omittable_expr(app->args[5], 1, fuel - 1, resolved, warn_info,
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:912:20: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| SCHEME_NULLP(app->args[6]))
^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:409:30: note: instantiated from:
#define SCHEME_NULLP(obj) SAME_OBJ(obj, scheme_null)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/eval.c:912:20: note: instantiated from:
|| SCHEME_NULLP(app->args[6]))
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:409:30: note: instantiated from:
#define SCHEME_NULLP(obj) SAME_OBJ(obj, scheme_null)
^
../../../racket/src/eval.c:912:20: note: instantiated from:
|| SCHEME_NULLP(app->args[6]))
^ ~
../../../racket/src/eval.c:912:33: note: instantiated from:
|| SCHEME_NULLP(app->args[6]))
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:914:20: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| SCHEME_FALSEP(app->args[7])
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/eval.c:914:20: note: instantiated from:
|| SCHEME_FALSEP(app->args[7])
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/eval.c:914:20: note: instantiated from:
|| SCHEME_FALSEP(app->args[7])
^ ~
../../../racket/src/eval.c:914:34: note: instantiated from:
|| SCHEME_FALSEP(app->args[7])
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:915:46: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| is_current_inspector_call(app->args[7]))
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:917:20: warning: array index of '8' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| SCHEME_FALSEP(app->args[8])
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/eval.c:917:20: note: instantiated from:
|| SCHEME_FALSEP(app->args[8])
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/eval.c:917:20: note: instantiated from:
|| SCHEME_FALSEP(app->args[8])
^ ~
../../../racket/src/eval.c:917:34: note: instantiated from:
|| SCHEME_FALSEP(app->args[8])
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:918:38: warning: array index of '8' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| is_proc_spec_proc(app->args[8]))
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:920:20: warning: array index of '9' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| SCHEME_NULLP(app->args[9]))) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:409:30: note: instantiated from:
#define SCHEME_NULLP(obj) SAME_OBJ(obj, scheme_null)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/eval.c:920:20: note: instantiated from:
|| SCHEME_NULLP(app->args[9]))) {
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:409:30: note: instantiated from:
#define SCHEME_NULLP(obj) SAME_OBJ(obj, scheme_null)
^
../../../racket/src/eval.c:920:20: note: instantiated from:
|| SCHEME_NULLP(app->args[9]))) {
^ ~
../../../racket/src/eval.c:920:33: note: instantiated from:
|| SCHEME_NULLP(app->args[9]))) {
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:1332:9: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = old_rator;
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:1333:9: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = arity;
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:1471:15: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
loc = SCHEME_VEC_ELS(additions)[1];
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:2918:37: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/eval.c:2918:37: note: instantiated from:
SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]));
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/eval.c:2918:37: note: instantiated from:
SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]));
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/eval.c:2918:37: note: instantiated from:
SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]));
^ ~
../../../racket/src/eval.c:2918:50: note: instantiated from:
SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]));
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:2916:37: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(name)[1], SCHEME_VEC_ELS(name)[2],
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:2916:62: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(name)[1], SCHEME_VEC_ELS(name)[2],
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:2917:37: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(name)[3], SCHEME_VEC_ELS(name)[4],
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:2917:62: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(name)[3], SCHEME_VEC_ELS(name)[4],
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:5478:28: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
info->max_calls[pos] = SCHEME_INT_VAL(SCHEME_VEC_ELS(vec)[1]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/eval.c:5478:28: note: instantiated from:
info->max_calls[pos] = SCHEME_INT_VAL(SCHEME_VEC_ELS(vec)[1]);
^ ~
../../../racket/src/eval.c:5478:43: note: instantiated from:
info->max_calls[pos] = SCHEME_INT_VAL(SCHEME_VEC_ELS(vec)[1]);
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:5479:25: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
info->max_nontail = SCHEME_INT_VAL(SCHEME_VEC_ELS(vec)[2]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/eval.c:5479:25: note: instantiated from:
info->max_nontail = SCHEME_INT_VAL(SCHEME_VEC_ELS(vec)[2]);
^ ~
../../../racket/src/eval.c:5479:40: note: instantiated from:
info->max_nontail = SCHEME_INT_VAL(SCHEME_VEC_ELS(vec)[2]);
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:5496:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = scheme_make_integer(n);
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:5497:5: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = scheme_make_integer(info->max_nontail);
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:5521:9: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
s->array[1] = body;
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1232:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/eval.c:6378:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(lift_vec)[1] = scheme_make_integer(0);
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:6389:7: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
n = SCHEME_INT_VAL(SCHEME_VEC_ELS(lift_vec)[1]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/eval.c:6389:7: note: instantiated from:
n = SCHEME_INT_VAL(SCHEME_VEC_ELS(lift_vec)[1]);
^ ~
../../../racket/src/eval.c:6389:22: note: instantiated from:
n = SCHEME_INT_VAL(SCHEME_VEC_ELS(lift_vec)[1]);
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:6534:4: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
seq->array[1] = prev_o;
^ ~
In file included from ../../../racket/src/eval.c:125:
../../../racket/src/schpriv.h:1232:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/eval.c:12495:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = (Scheme_Object *)closure_stack;
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:12496:5: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = (Scheme_Object *)tls;
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:12497:5: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = scheme_make_integer(num_toplevels);
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:12498:5: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[4] = scheme_make_integer(num_stxes);
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:12499:5: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[5] = scheme_make_integer(num_lifts);
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:12500:5: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[6] = scheme_make_integer(self_pos_in_closure);
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:12501:5: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[7] = new_procs ? (Scheme_Object *)new_procs : scheme_false;
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/eval.c:12502:5: warning: array index of '8' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[8] = tl_use_map ? tl_use_map : scheme_false;
^ ~
In file included from ../../../racket/src/eval.c:125:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
47 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/file.c -o file.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/fun.c -o fun.o
../../../racket/src/fun.c:1004:39: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
(char *)SCHEME_VEC_ELS(vinfo)[1],
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1005:45: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
(Validate_TLS)SCHEME_VEC_ELS(vinfo)[2],
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1006:31: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[3]),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/fun.c:1006:31: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[3]),
^ ~
../../../racket/src/fun.c:1006:46: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[3]),
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1007:31: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[4]),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/fun.c:1007:31: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[4]),
^ ~
../../../racket/src/fun.c:1007:46: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[4]),
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1008:31: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[5]),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/fun.c:1008:31: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[5]),
^ ~
../../../racket/src/fun.c:1008:46: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[5]),
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1009:32: warning: array index of '8' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
(SCHEME_TRUEP(SCHEME_VEC_ELS(vinfo)[8])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/fun.c:1009:32: note: instantiated from:
(SCHEME_TRUEP(SCHEME_VEC_ELS(vinfo)[8])
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/fun.c:1009:32: note: instantiated from:
(SCHEME_TRUEP(SCHEME_VEC_ELS(vinfo)[8])
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/fun.c:1009:32: note: instantiated from:
(SCHEME_TRUEP(SCHEME_VEC_ELS(vinfo)[8])
^ ~
../../../racket/src/fun.c:1009:45: note: instantiated from:
(SCHEME_TRUEP(SCHEME_VEC_ELS(vinfo)[8])
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1010:42: warning: array index of '8' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
? (void *)SCHEME_VEC_ELS(vinfo)[8]
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1012:31: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[6]),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/fun.c:1012:31: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[6]),
^ ~
../../../racket/src/fun.c:1012:46: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[6]),
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1013:32: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
(SCHEME_TRUEP(SCHEME_VEC_ELS(vinfo)[7])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/fun.c:1013:32: note: instantiated from:
(SCHEME_TRUEP(SCHEME_VEC_ELS(vinfo)[7])
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/fun.c:1013:32: note: instantiated from:
(SCHEME_TRUEP(SCHEME_VEC_ELS(vinfo)[7])
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/fun.c:1013:32: note: instantiated from:
(SCHEME_TRUEP(SCHEME_VEC_ELS(vinfo)[7])
^ ~
../../../racket/src/fun.c:1013:45: note: instantiated from:
(SCHEME_TRUEP(SCHEME_VEC_ELS(vinfo)[7])
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1014:54: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
? (Scheme_Hash_Tree *)SCHEME_VEC_ELS(vinfo)[7]
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1927:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = cstx->srcloc->src;
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1929:7: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = scheme_make_integer(cstx->srcloc->line);
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1930:7: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = scheme_make_integer(cstx->srcloc->col-1);
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1932:7: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = scheme_false;
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1933:7: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = scheme_false;
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1936:7: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[4] = scheme_make_integer(cstx->srcloc->pos);
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1938:7: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[4] = scheme_false;
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1940:7: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[5] = scheme_make_integer(cstx->srcloc->span);
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1942:7: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[5] = scheme_false;
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:1943:5: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[6] = (src_based_name ? scheme_true : scheme_false);
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:3143:28: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
return clone_arity(((Scheme_Structure *)p)->slots[1], drop);
^ ~
In file included from ../../../racket/src/fun.c:32:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3147:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
v = ((Scheme_Structure *)p)->slots[1];
^ ~
In file included from ../../../racket/src/fun.c:32:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3482:12: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_TRUEP(((Scheme_Structure *)a)->slots[2])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/fun.c:3482:12: note: instantiated from:
&& SCHEME_TRUEP(((Scheme_Structure *)a)->slots[2])) {
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/fun.c:3482:12: note: instantiated from:
&& SCHEME_TRUEP(((Scheme_Structure *)a)->slots[2])) {
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/fun.c:3482:12: note: instantiated from:
&& SCHEME_TRUEP(((Scheme_Structure *)a)->slots[2])) {
^ ~
../../../racket/src/fun.c:3482:25: note: instantiated from:
&& SCHEME_TRUEP(((Scheme_Structure *)a)->slots[2])) {
^ ~
In file included from ../../../racket/src/fun.c:32:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3556:30: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
Scheme_Object *sym = ((Scheme_Structure *)p)->slots[2];
^ ~
In file included from ../../../racket/src/fun.c:32:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3674:14: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
return ((Scheme_Structure *)a)->slots[2];
^ ~
In file included from ../../../racket/src/fun.c:32:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3838:14: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
name = ((Scheme_Structure *)proc)->slots[2];
^ ~
In file included from ../../../racket/src/fun.c:32:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3840:17: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
is_meth = ((Scheme_Structure *)proc)->slots[3];
^ ~
In file included from ../../../racket/src/fun.c:32:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:7703:40: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = SCHEME_VEC_ELS(cache)[1];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:7703:15: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = SCHEME_VEC_ELS(cache)[1];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:7704:40: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = SCHEME_VEC_ELS(cache)[2];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:7704:15: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = SCHEME_VEC_ELS(cache)[2];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:7705:40: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = SCHEME_VEC_ELS(cache)[3];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:7705:15: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = SCHEME_VEC_ELS(cache)[3];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8097:34: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
loc = scheme_make_location(SCHEME_VEC_ELS(name)[1],
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8098:6: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(name)[2],
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8099:6: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(name)[3],
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8100:6: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(name)[4],
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8101:6: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(name)[5]);
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8102:11: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/fun.c:8102:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]))
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/fun.c:8102:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]))
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/fun.c:8102:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]))
^ ~
../../../racket/src/fun.c:8102:24: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]))
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8209:17: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_VEC_ELS(cache)[1]) {
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8210:19: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SAME_OBJ(SCHEME_VEC_ELS(cache)[1], key)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/fun.c:8210:19: note: instantiated from:
if (SAME_OBJ(SCHEME_VEC_ELS(cache)[1], key)) {
^ ~
../../../racket/src/fun.c:8210:28: note: instantiated from:
if (SAME_OBJ(SCHEME_VEC_ELS(cache)[1], key)) {
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8211:23: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
val = SCHEME_VEC_ELS(cache)[2];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8212:42: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
vpos = (MZ_MARK_POS_TYPE)SCHEME_VEC_ELS(cache)[3];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8217:41: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
ht = (Scheme_Hash_Table *)SCHEME_VEC_ELS(cache)[2];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8258:42: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = SCHEME_VEC_ELS(cache)[1];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8258:17: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = SCHEME_VEC_ELS(cache)[1];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8259:42: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = SCHEME_VEC_ELS(cache)[2];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8259:17: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = SCHEME_VEC_ELS(cache)[2];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8260:42: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = SCHEME_VEC_ELS(cache)[3];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8260:17: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = SCHEME_VEC_ELS(cache)[3];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8274:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(cache)[1] = key;
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8275:13: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(cache)[2] = val;
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8276:13: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(cache)[3] = (Scheme_Object *)vpos;
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8285:17: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_VEC_ELS(cache)[1]) {
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8290:82: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_hash_set(ht, SCHEME_VEC_ELS(cache)[1], scheme_make_raw_pair(SCHEME_VEC_ELS(cache)[2],
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8291:82: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(cache)[3]));
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8290:35: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_hash_set(ht, SCHEME_VEC_ELS(cache)[1], scheme_make_raw_pair(SCHEME_VEC_ELS(cache)[2],
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8292:15: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(cache)[1] = NULL;
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8293:15: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(cache)[2] = (Scheme_Object *)ht;
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:8297:41: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
ht = (Scheme_Hash_Table *)SCHEME_VEC_ELS(cache)[2];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:9772:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
src = SCHEME_VEC_ELS(name)[1];
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/fun.c:9884:7: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(tl_map)[1] = scheme_make_integer((v >> 16) & 0xFFFF);
^ ~
In file included from ../../../racket/src/fun.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
62 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/future.c -o future.o
../../../racket/src/future.c:1021:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
((Scheme_Structure *)data)->slots[1] = scheme_make_integer((which+1));
^ ~
In file included from ../../../racket/src/future.c:21:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/future.c:1027:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
((Scheme_Structure *)data)->slots[2] = v;
^ ~
In file included from ../../../racket/src/future.c:21:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/future.c:1029:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
((Scheme_Structure *)data)->slots[3] = v;
^ ~
In file included from ../../../racket/src/future.c:21:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
3 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/gmp/gmp.c -o gmp.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/hash.c -o hash.o
../../../racket/src/hash.c:1199:17: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
procs = SCHEME_VEC_ELS(procs)[2];
^ ~
In file included from ../../../racket/src/hash.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/hash.c:1616:17: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
procs = SCHEME_VEC_ELS(procs)[3];
^ ~
In file included from ../../../racket/src/hash.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
2 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/jit.c -o jit.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/jitalloc.c -o jitalloc.o
../../../racket/src/jitalloc.c:262:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = b;
^ ~
In file included from ../../../racket/src/jitalloc.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
1 warning generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/jitarith.c -o jitarith.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/jitcall.c -o jitcall.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/jitcommon.c -o jitcommon.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/jitinline.c -o jitinline.o
../../../racket/src/jitinline.c:1286:41: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
c1 = scheme_is_constant_and_avoids_r1(app->args[1]);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:1287:41: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
c2 = scheme_is_constant_and_avoids_r1(app->args[2]);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:1297:21: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate(app->args[3], jitter, 0, 0, 0, JIT_R0, NULL);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:1302:21: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate(app->args[2], jitter, 0, 0, 0, JIT_R1, NULL);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:1304:21: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate(app->args[1], jitter, 0, 0, 0, JIT_R0, NULL);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2693:42: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (scheme_can_delay_and_avoids_r1(app->args[1]))
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2698:17: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
simple = (SCHEME_INTP(app->args[2])
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/jitinline.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/jitinline.c:2698:17: note: instantiated from:
simple = (SCHEME_INTP(app->args[2])
^ ~
../../../racket/src/jitinline.c:2698:29: note: instantiated from:
simple = (SCHEME_INTP(app->args[2])
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2699:7: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& (SCHEME_INT_VAL(app->args[2]) >= 0));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/jitinline.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/jitinline.c:2699:7: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[2]) >= 0));
^ ~
../../../racket/src/jitinline.c:2699:22: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[2]) >= 0));
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2700:52: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (simple || scheme_can_delay_and_avoids_r1(app->args[2]))
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2705:49: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
constval = scheme_can_delay_and_avoids_r1(app->args[3]);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2708:37: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (scheme_can_unbox_inline(app->args[3], 5, JIT_FPR_NUM-3, 0))
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2710:44: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
else if (scheme_can_unbox_directly(app->args[3]))
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2748:34: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate_non_tail(app->args[1], jitter, 0, 1, 0); /* sync'd below */
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2758:27: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate_non_tail(app->args[2], jitter, 0, 1, 0); /* sync'd below */
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2772:33: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate_unboxed(app->args[3], jitter, flonum_arg, 0);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2776:27: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate(app->args[3], jitter, 0, 0, 0, JIT_R2, NULL); /* sync'd below */
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2778:36: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate_non_tail(app->args[3], jitter, 0, 1, 0); /* sync'd below */
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2789:25: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate(app->args[1], jitter, 0, 0, 0, JIT_R0, NULL); /* sync'd below */
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2799:27: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate(app->args[2], jitter, 0, 0, 0, JIT_R1, NULL); /* sync'd below */
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2855:11: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
offset = SCHEME_INT_VAL(app->args[2]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/jitinline.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/jitinline.c:2855:11: note: instantiated from:
offset = SCHEME_INT_VAL(app->args[2]);
^ ~
../../../racket/src/jitinline.c:2855:26: note: instantiated from:
offset = SCHEME_INT_VAL(app->args[2]);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2916:44: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (scheme_is_constant_and_avoids_r1(app->args[1])
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2917:47: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& scheme_is_constant_and_avoids_r1(app->args[2])) {
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2926:35: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (scheme_can_unbox_inline(app->args[3], 5, JIT_FPR_NUM-1, 1))
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2928:42: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
else if (scheme_can_unbox_directly(app->args[3]))
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2934:31: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate_unboxed(app->args[3], jitter, can_direct, 1);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2940:25: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate(app->args[2], jitter, 0, 0, 0, JIT_R1, NULL);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2942:25: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
scheme_generate(app->args[1], jitter, 0, 0, 0, JIT_R0, NULL);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1061:18: note: array 'args' declared here
Scheme_Object *args[1];
^
27 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/jitstack.c -o jitstack.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/jitstate.c -o jitstate.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/list.c -o list.o
../../../racket/src/list.c:2704:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(redirects)[1] = argv[2];
^ ~
In file included from ../../../racket/src/list.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/list.c:2705:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(redirects)[2] = argv[3];
^ ~
In file included from ../../../racket/src/list.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/list.c:2706:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(redirects)[3] = argv[4];
^ ~
In file included from ../../../racket/src/list.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
3 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/module.c -o module.o
../../../racket/src/module.c:1625:18: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
from_modchain = SCHEME_VEC_ELS(from_modchain)[2];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:1652:18: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
from_modchain = SCHEME_VEC_ELS(from_modchain)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:1656:27: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
to_modchain = SCHEME_VEC_ELS(to_modchain)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:1823:23: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
from_modchain = SCHEME_VEC_ELS(from_modchain)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:1827:21: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
to_modchain = SCHEME_VEC_ELS(to_modchain)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:1877:21: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
from_modchain = SCHEME_VEC_ELS(from_modchain)[2];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:1879:21: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
to_modchain = SCHEME_VEC_ELS(to_modchain)[2];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:2415:7: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = midx;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:2416:7: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = exsns[i];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:2417:7: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = ((i < numvals) ? scheme_true : scheme_false);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:2418:7: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[4] = exs[i];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:2419:7: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[5] = orig_src;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:2420:7: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[6] = mark_src;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:2421:7: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[7] = (can_override ? scheme_true : scheme_false);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:2422:7: warning: array index of '8' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[8] = exets ? scheme_make_integer(exets[i]) : scheme_false;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:2423:7: warning: array index of '9' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[9] = exinsps ? exinsps[i] : scheme_false;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:2450:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = (Scheme_Object *)res;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:2454:31: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
return (Scheme_Hash_Table *)SCHEME_VEC_ELS(vec)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:3508:15: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
chain = (SCHEME_VEC_ELS(chain))[2];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:3908:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a[1] = SCHEME_CDR(lock);
^ ~
../../../racket/src/module.c:3897:3: note: array 'a' declared here
Scheme_Object *lock, *a[1];
^
../../../racket/src/module.c:4397:17: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/module.c:4397:17: note: instantiated from:
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^ ~
../../../racket/src/module.c:4397:32: note: instantiated from:
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:4398:28: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
rp = (Resolve_Prefix *)SCHEME_VEC_ELS(e)[3];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:4399:15: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
for_stx = SCHEME_TRUEP(SCHEME_VEC_ELS(e)[4]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/module.c:4399:15: note: instantiated from:
for_stx = SCHEME_TRUEP(SCHEME_VEC_ELS(e)[4]);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/module.c:4399:15: note: instantiated from:
for_stx = SCHEME_TRUEP(SCHEME_VEC_ELS(e)[4]);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/module.c:4399:15: note: instantiated from:
for_stx = SCHEME_TRUEP(SCHEME_VEC_ELS(e)[4]);
^ ~
../../../racket/src/module.c:4399:28: note: instantiated from:
for_stx = SCHEME_TRUEP(SCHEME_VEC_ELS(e)[4]);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:4400:9: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
e = SCHEME_VEC_ELS(e)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:4443:31: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
menv->available_next[0] = MODCHAIN_AVAIL(menv->modchain, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/module.c:272:31: note: instantiated from:
#define MODCHAIN_AVAIL(p, n) (SCHEME_VEC_ELS(p)[3+n])
^ ~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:4444:5: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
MODCHAIN_AVAIL(menv->modchain, 0) = (Scheme_Object *)menv;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/module.c:272:31: note: instantiated from:
#define MODCHAIN_AVAIL(p, n) (SCHEME_VEC_ELS(p)[3+n])
^ ~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:4447:31: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
menv->available_next[1] = MODCHAIN_AVAIL(menv->modchain, 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/module.c:272:31: note: instantiated from:
#define MODCHAIN_AVAIL(p, n) (SCHEME_VEC_ELS(p)[3+n])
^ ~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:4448:5: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
MODCHAIN_AVAIL(menv->modchain, 1) = (Scheme_Object *)menv;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/module.c:272:31: note: instantiated from:
#define MODCHAIN_AVAIL(p, n) (SCHEME_VEC_ELS(p)[3+n])
^ ~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5362:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec2)[1] = naya;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5363:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec2)[3] = (Scheme_Object *)rp;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5378:35: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
orig_rp = (Resolve_Prefix *)SCHEME_VEC_ELS(orig)[3];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5380:14: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
orig = SCHEME_VEC_ELS(orig)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5408:37: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
orig_rp = (Resolve_Prefix *)SCHEME_VEC_ELS(orig)[3];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5410:16: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
orig = SCHEME_VEC_ELS(orig)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5500:17: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/module.c:5500:17: note: instantiated from:
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^ ~
../../../racket/src/module.c:5500:32: note: instantiated from:
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5501:28: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
rp = (Resolve_Prefix *)SCHEME_VEC_ELS(e)[3];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5502:9: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
e = SCHEME_VEC_ELS(e)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5568:15: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
e = SCHEME_VEC_ELS(e)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5607:14: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
e2 = SCHEME_VEC_ELS(e2)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5635:6: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
e = SCHEME_VEC_ELS(e)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5777:19: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
e = SCHEME_VEC_ELS(e)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5902:19: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
rp->num_lifts = SCHEME_INT_VAL(SCHEME_VEC_ELS(lift_vec)[1]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/module.c:5902:19: note: instantiated from:
rp->num_lifts = SCHEME_INT_VAL(SCHEME_VEC_ELS(lift_vec)[1]);
^ ~
../../../racket/src/module.c:5902:34: note: instantiated from:
rp->num_lifts = SCHEME_INT_VAL(SCHEME_VEC_ELS(lift_vec)[1]);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5946:19: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/module.c:5946:19: note: instantiated from:
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^ ~
../../../racket/src/module.c:5946:34: note: instantiated from:
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5947:12: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
ex = SCHEME_VEC_ELS(e)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:5951:7: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(e)[1] = ex;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6180:14: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/module.c:6180:14: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/module.c:6180:14: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/module.c:6180:14: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/module.c:6180:14: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^ ~
../../../racket/src/module.c:6180:29: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6180:14: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/module.c:6180:14: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/module.c:6180:14: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^ ~
../../../racket/src/module.c:6180:29: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6309:38: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
required = (Scheme_Hash_Table *)(SCHEME_VEC_ELS(tvec)[1]);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6310:38: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
syntax = (Scheme_Bucket_Table *)(SCHEME_VEC_ELS(tvec)[2]);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6337:30: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (same_resolved_modidx(SCHEME_VEC_ELS(vec)[1], modidx)
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6338:5: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SAME_OBJ(SCHEME_VEC_ELS(vec)[2], exname)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/module.c:6338:5: note: instantiated from:
&& SAME_OBJ(SCHEME_VEC_ELS(vec)[2], exname)) {
^ ~
../../../racket/src/module.c:6338:14: note: instantiated from:
&& SAME_OBJ(SCHEME_VEC_ELS(vec)[2], exname)) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6343:7: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[7] = scheme_false;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6347:9: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/module.c:6347:9: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/module.c:6347:9: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/module.c:6347:9: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^ ~
../../../racket/src/module.c:6347:22: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6352:11: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[5])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/module.c:6352:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[5])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/module.c:6352:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[5])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/module.c:6352:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[5])) {
^ ~
../../../racket/src/module.c:6352:24: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[5])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6353:33: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
srcs = scheme_make_pair(SCHEME_VEC_ELS(vec)[5], srcs);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6356:73: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
fromsrc = scheme_write_to_string_w_max(scheme_syntax_to_datum(SCHEME_VEC_ELS(vec)[5], 0, NULL),
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6387:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = modidx;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6388:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = exname;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6389:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = (isval ? scheme_true : scheme_false);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6390:3: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[4] = prnt_name;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6391:3: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[5] = (err_src ? err_src : scheme_false);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6392:3: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[6] = (mark_src ? mark_src : scheme_false);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6393:3: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[7] = scheme_false;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6394:3: warning: array index of '8' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[8] = scheme_make_integer(exet);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6395:3: warning: array index of '9' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[9] = in_insp;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6405:9: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/module.c:6405:9: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/module.c:6405:9: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/module.c:6405:9: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^ ~
../../../racket/src/module.c:6405:22: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6455:17: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
self_modidx = SCHEME_VEC_ELS(data)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6456:8: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
rn = SCHEME_VEC_ELS(data)[2];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6656:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = (Scheme_Object *)required;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6657:5: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = (Scheme_Object *)env->genv->syntax;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6662:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = (Scheme_Object *)et_required;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:6663:5: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = NULL;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7032:4: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = m;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7033:4: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = scheme_make_integer(ri->max_let_depth);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7034:4: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = (Scheme_Object *)rp;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7035:4: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[4] = (for_stx ? scheme_true : scheme_false);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7134:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(lift_data)[1] = self_modidx;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7135:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(lift_data)[2] = rn;
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7591:49: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
required = (Scheme_Hash_Table *)SCHEME_VEC_ELS(tvec)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7637:43: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
required = (Scheme_Hash_Table *)SCHEME_VEC_ELS(tvec)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7647:24: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
modidx = SCHEME_VEC_ELS(required->vals[i])[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7648:25: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
srcname = SCHEME_VEC_ELS(required->vals[i])[2];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7649:25: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
outname = SCHEME_VEC_ELS(required->vals[i])[4];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:7650:26: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
mark_src = SCHEME_VEC_ELS(required->vals[i])[6];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8205:17: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[3])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/module.c:8205:17: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[3])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/module.c:8205:17: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[3])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/module.c:8205:17: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[3])) {
^ ~
../../../racket/src/module.c:8205:30: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[3])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8208:30: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
exsns[count] = SCHEME_VEC_ELS(v)[2];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8209:29: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
exss[count] = SCHEME_VEC_ELS(v)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8210:52: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
noms = adjust_for_rename(exs[count], SCHEME_VEC_ELS(v)[4], SCHEME_VEC_ELS(v)[0]);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8213:19: warning: array index of '8' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SAME_OBJ(SCHEME_VEC_ELS(v)[8], scheme_make_integer(1)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/module.c:8213:19: note: instantiated from:
if (SAME_OBJ(SCHEME_VEC_ELS(v)[8], scheme_make_integer(1)))
^ ~
../../../racket/src/module.c:8213:28: note: instantiated from:
if (SAME_OBJ(SCHEME_VEC_ELS(v)[8], scheme_make_integer(1)))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8215:19: warning: array index of '9' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/module.c:8215:19: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/module.c:8215:19: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/module.c:8215:19: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^ ~
../../../racket/src/module.c:8215:32: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8216:34: warning: array index of '9' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
exinsps[count] = SCHEME_VEC_ELS(v)[9];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8273:17: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_FALSEP(SCHEME_VEC_ELS(v)[3])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/module.c:8273:17: note: instantiated from:
if (SCHEME_FALSEP(SCHEME_VEC_ELS(v)[3])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/module.c:8273:17: note: instantiated from:
if (SCHEME_FALSEP(SCHEME_VEC_ELS(v)[3])) {
^ ~
../../../racket/src/module.c:8273:31: note: instantiated from:
if (SCHEME_FALSEP(SCHEME_VEC_ELS(v)[3])) {
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8276:30: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
exsns[count] = SCHEME_VEC_ELS(v)[2];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8277:29: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
exss[count] = SCHEME_VEC_ELS(v)[1];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8278:52: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
noms = adjust_for_rename(exs[count], SCHEME_VEC_ELS(v)[4], SCHEME_VEC_ELS(v)[0]);
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8281:19: warning: array index of '9' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/module.c:8281:19: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/module.c:8281:19: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/module.c:8281:19: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^ ~
../../../racket/src/module.c:8281:32: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:8282:34: warning: array index of '9' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
exinsps[count] = SCHEME_VEC_ELS(v)[9];
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:10271:17: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/module.c:10271:17: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/module.c:10271:17: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/module.c:10271:17: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/module.c:10271:17: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^ ~
../../../racket/src/module.c:10271:32: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:10271:17: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/module.c:10271:17: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/module.c:10271:17: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^ ~
../../../racket/src/module.c:10271:32: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:10528:10: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (!SCHEME_INTP(SCHEME_VEC_ELS(e)[2])) return_NULL();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/module.c:10528:10: note: instantiated from:
if (!SCHEME_INTP(SCHEME_VEC_ELS(e)[2])) return_NULL();
^ ~
../../../racket/src/module.c:10528:22: note: instantiated from:
if (!SCHEME_INTP(SCHEME_VEC_ELS(e)[2])) return_NULL();
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:10529:10: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (!SAME_TYPE(SCHEME_TYPE(SCHEME_VEC_ELS(e)[3]), scheme_resolve_prefix_type))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/module.c:10529:20: note: instantiated from:
if (!SAME_TYPE(SCHEME_TYPE(SCHEME_VEC_ELS(e)[3]), scheme_resolve_prefix_type))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/module.c:10529:20: note: instantiated from:
if (!SAME_TYPE(SCHEME_TYPE(SCHEME_VEC_ELS(e)[3]), scheme_resolve_prefix_type))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/module.c:10529:20: note: instantiated from:
if (!SAME_TYPE(SCHEME_TYPE(SCHEME_VEC_ELS(e)[3]), scheme_resolve_prefix_type))
^ ~
../../../racket/src/module.c:10529:32: note: instantiated from:
if (!SAME_TYPE(SCHEME_TYPE(SCHEME_VEC_ELS(e)[3]), scheme_resolve_prefix_type))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/module.c:10529:10: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (!SAME_TYPE(SCHEME_TYPE(SCHEME_VEC_ELS(e)[3]), scheme_resolve_prefix_type))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/module.c:10529:20: note: instantiated from:
if (!SAME_TYPE(SCHEME_TYPE(SCHEME_VEC_ELS(e)[3]), scheme_resolve_prefix_type))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/module.c:10529:32: note: instantiated from:
if (!SAME_TYPE(SCHEME_TYPE(SCHEME_VEC_ELS(e)[3]), scheme_resolve_prefix_type))
^ ~
In file included from ../../../racket/src/module.c:27:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
102 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/mzrt.c -o mzrt.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/network.c -o network.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/numarith.c -o numarith.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/number.c -o number.o
../../../racket/src/number.c:2605:12: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((d == 0.0)
~~^~~~~~
../../../racket/src/number.c:2605:12: note: use '=' to turn this equality comparison into an assignment
if ((d == 0.0)
^~
=
../../../racket/src/number.c:2605:12: note: remove extraneous parentheses around the comparison to silence this
warning
if ((d == 0.0)
~ ^ ~
1 warning generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/numcomp.c -o numcomp.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/numstr.c -o numstr.o
In file included from ../../../racket/src/numstr.c:2204:
../../../racket/src/newrandom.inc:97:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
REF(s->x11, 1, Im1)
^~~~~~~~~~~~~~~~~~~
../../../racket/src/newrandom.inc:88:38: note: instantiated from:
if (!scheme_get_unsigned_int_val(SCHEME_VEC_ELS(vec)[i], &l)) \
^
In file included from ../../../racket/src/numstr.c:33:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../../racket/src/numstr.c:2204:
../../../racket/src/newrandom.inc:98:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
REF(s->x12, 2, Im1)
^~~~~~~~~~~~~~~~~~~
../../../racket/src/newrandom.inc:88:38: note: instantiated from:
if (!scheme_get_unsigned_int_val(SCHEME_VEC_ELS(vec)[i], &l)) \
^
In file included from ../../../racket/src/numstr.c:33:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../../racket/src/numstr.c:2204:
../../../racket/src/newrandom.inc:99:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
REF(s->x20, 3, Im2)
^~~~~~~~~~~~~~~~~~~
../../../racket/src/newrandom.inc:88:38: note: instantiated from:
if (!scheme_get_unsigned_int_val(SCHEME_VEC_ELS(vec)[i], &l)) \
^
In file included from ../../../racket/src/numstr.c:33:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../../racket/src/numstr.c:2204:
../../../racket/src/newrandom.inc:100:3: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
REF(s->x21, 4, Im2)
^~~~~~~~~~~~~~~~~~~
../../../racket/src/newrandom.inc:88:38: note: instantiated from:
if (!scheme_get_unsigned_int_val(SCHEME_VEC_ELS(vec)[i], &l)) \
^
In file included from ../../../racket/src/numstr.c:33:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../../racket/src/numstr.c:2204:
../../../racket/src/newrandom.inc:101:3: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
REF(s->x22, 5, Im2)
^~~~~~~~~~~~~~~~~~~
../../../racket/src/newrandom.inc:88:38: note: instantiated from:
if (!scheme_get_unsigned_int_val(SCHEME_VEC_ELS(vec)[i], &l)) \
^
In file included from ../../../racket/src/numstr.c:33:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../../racket/src/numstr.c:2204:
../../../racket/src/newrandom.inc:128:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SET(1, s->x11)
^~~~~~~~~~~~~~
../../../racket/src/newrandom.inc:124:5: note: instantiated from:
SCHEME_VEC_ELS(result)[i] = o; \
^
In file included from ../../../racket/src/numstr.c:33:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../../racket/src/numstr.c:2204:
../../../racket/src/newrandom.inc:129:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SET(2, s->x12)
^~~~~~~~~~~~~~
../../../racket/src/newrandom.inc:124:5: note: instantiated from:
SCHEME_VEC_ELS(result)[i] = o; \
^
In file included from ../../../racket/src/numstr.c:33:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../../racket/src/numstr.c:2204:
../../../racket/src/newrandom.inc:130:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SET(3, s->x20)
^~~~~~~~~~~~~~
../../../racket/src/newrandom.inc:124:5: note: instantiated from:
SCHEME_VEC_ELS(result)[i] = o; \
^
In file included from ../../../racket/src/numstr.c:33:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../../racket/src/numstr.c:2204:
../../../racket/src/newrandom.inc:131:3: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SET(4, s->x21)
^~~~~~~~~~~~~~
../../../racket/src/newrandom.inc:124:5: note: instantiated from:
SCHEME_VEC_ELS(result)[i] = o; \
^
In file included from ../../../racket/src/numstr.c:33:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../../racket/src/numstr.c:2204:
../../../racket/src/newrandom.inc:132:3: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SET(5, s->x22)
^~~~~~~~~~~~~~
../../../racket/src/newrandom.inc:124:5: note: instantiated from:
SCHEME_VEC_ELS(result)[i] = o; \
^
In file included from ../../../racket/src/numstr.c:33:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
10 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/places.c -o places.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/port.c -o port.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/portfun.c -o portfun.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/print.c -o print.o
../../../racket/src/print.c:2327:22: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
name = ((Scheme_Structure *)obj)->slots[2];
^ ~
In file included from ../../../racket/src/print.c:26:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/print.c:3823:56: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
Scheme_Marshal_Tables *mt = (Scheme_Marshal_Tables *)SCHEME_VEC_ELS(_vec)[1];
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:3824:46: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
PrintParams * volatile pp = (PrintParams *)SCHEME_VEC_ELS(_vec)[2], *sub_pp;
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:3837:7: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_VEC_ELS(_vec)[3]) {
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:3853:7: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
sp = SCHEME_VEC_ELS(_vec)[4];
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:3857:27: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
((Scheme_Output_Port *)SCHEME_VEC_ELS(_vec)[5])->port_data = sp;
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:3858:4: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(_vec)[4] = sp;
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:3962:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = (Scheme_Object *)mt;
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:3963:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = (Scheme_Object *)pp;
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:3964:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = scheme_true;
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:3965:3: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[4] = (pp->print_port ? NULL : orig_port);
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:3966:3: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[5] = o;
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:4003:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = NULL;
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/print.c:4007:26: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
flush_from_byte_port(SCHEME_VEC_ELS(vec)[4], orig_pp);
^ ~
In file included from ../../../racket/src/print.c:26:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
14 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/rational.c -o rational.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/read.c -o read.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/regexp.c -o regexp.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/sema.c -o sema.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/setjmpup.c -o setjmpup.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/string.c -I. -o string.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/struct.c -o struct.o
../../../racket/src/struct.c:1495:9: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
p = SCHEME_VEC_ELS(v)[1];
^ ~
In file included from ../../../racket/src/struct.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/struct.c:1499:11: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
p = SCHEME_VEC_ELS(v)[2];
^ ~
In file included from ../../../racket/src/struct.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/struct.c:1503:13: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
p = SCHEME_VEC_ELS(v)[3];
^ ~
In file included from ../../../racket/src/struct.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/struct.c:1757:12: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
proc = ((Scheme_Structure *)v)->slots[1];
^ ~
In file included from ../../../racket/src/struct.c:22:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/struct.c:2443:11: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_VEC_ELS(px->redirects)[1]) {
^ ~
In file included from ../../../racket/src/struct.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/struct.c:2444:16: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
proc = SCHEME_VEC_ELS(px->redirects)[1];
^ ~
In file included from ../../../racket/src/struct.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/struct.c:2778:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[1] = (argc > 1) ? argv[1] : ellipses_symbol;
^ ~
In file included from ../../../racket/src/struct.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/struct.c:4820:14: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
meth_wrap = SCHEME_TRUEP(((Scheme_Structure *)obj)->slots[3]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/struct.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/struct.c:4820:14: note: instantiated from:
meth_wrap = SCHEME_TRUEP(((Scheme_Structure *)obj)->slots[3]);
^ ~
In file included from ../../../racket/src/struct.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/struct.c:4820:14: note: instantiated from:
meth_wrap = SCHEME_TRUEP(((Scheme_Structure *)obj)->slots[3]);
^ ~
In file included from ../../../racket/src/struct.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/struct.c:4820:14: note: instantiated from:
meth_wrap = SCHEME_TRUEP(((Scheme_Structure *)obj)->slots[3]);
^ ~
../../../racket/src/struct.c:4820:27: note: instantiated from:
meth_wrap = SCHEME_TRUEP(((Scheme_Structure *)obj)->slots[3]);
^ ~
In file included from ../../../racket/src/struct.c:22:
../../../racket/src/schpriv.h:703:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/struct.c:5204:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(redirects)[1] = si_chaperone;
^ ~
In file included from ../../../racket/src/struct.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
9 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/stxobj.c -o stxobj.o
../../../racket/src/stxobj.c:1005:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[1] = (Scheme_Object *)ht;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:1007:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[1] = scheme_false;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:1027:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[1] = (Scheme_Object *)ht;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:1038:8: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rnm)[1])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/stxobj.c:1038:8: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rnm)[1])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/stxobj.c:1038:8: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rnm)[1])) {
^ ~
../../../racket/src/stxobj.c:1038:22: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rnm)[1])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:1040:31: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
ht = (Scheme_Hash_Table *)SCHEME_VEC_ELS(rnm)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:2158:6: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& (SCHEME_VEC_ELS(vec)[1] == (new_midx ? old_midx : scheme_false))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:2159:6: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& (SCHEME_VEC_ELS(vec)[2] == (new_midx ? new_midx : scheme_false))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:2160:6: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& (SCHEME_VEC_ELS(vec)[3] == (export_registry ? (Scheme_Object *)export_registry : scheme_false))) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:2165:7: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = (new_midx ? old_midx : scheme_false);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:2166:7: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = (new_midx ? new_midx : scheme_false);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:2167:7: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = (export_registry ? (Scheme_Object *)export_registry : scheme_false);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:2213:10: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
src = SCHEME_VEC_ELS(vec)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:2214:11: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
dest = SCHEME_VEC_ELS(vec)[2];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:2227:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
src = SCHEME_VEC_ELS(vec)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:2228:14: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
dest = SCHEME_VEC_ELS(vec)[2];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4080:8: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rename)[1])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/stxobj.c:4080:8: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rename)[1])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/stxobj.c:4080:8: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rename)[1])) {
^ ~
../../../racket/src/stxobj.c:4080:22: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rename)[1])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4082:49: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
pos = scheme_hash_get((Scheme_Hash_Table *)(SCHEME_VEC_ELS(rename)[1]), a);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4169:16: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
rd = SCHEME_VEC_ELS(SCHEME_CAR(o_rename_stack))[3];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4173:22: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
result = SCHEME_VEC_ELS(SCHEME_CAR(o_rename_stack))[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4174:34: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
result_free_rename = SCHEME_VEC_ELS(SCHEME_CAR(o_rename_stack))[2];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4222:18: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(orig)[1]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/stxobj.c:4222:18: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(orig)[1]))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/stxobj.c:4222:18: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(orig)[1]))
^ ~
../../../racket/src/stxobj.c:4222:32: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(orig)[1]))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4223:46: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
phase = scheme_bin_plus(phase, SCHEME_VEC_ELS(orig)[1]);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4246:30: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
get_names[0] = SCHEME_VEC_ELS(result_free_rename)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4247:30: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
get_names[1] = SCHEME_VEC_ELS(result_free_rename)[2];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4248:30: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
get_names[2] = SCHEME_VEC_ELS(result_free_rename)[3];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4249:30: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
get_names[3] = SCHEME_VEC_ELS(result_free_rename)[4];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4250:30: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
get_names[4] = SCHEME_VEC_ELS(result_free_rename)[5];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4251:30: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
get_names[5] = SCHEME_VEC_ELS(result_free_rename)[6];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4252:30: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
get_names[6] = SCHEME_VEC_ELS(result_free_rename)[7];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4262:50: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
result = scheme_modidx_shift(result, SCHEME_VEC_ELS(orig)[2], SCHEME_VEC_ELS(orig)[3]);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4262:75: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
result = scheme_modidx_shift(result, SCHEME_VEC_ELS(orig)[2], SCHEME_VEC_ELS(orig)[3]);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4515:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
src = SCHEME_VEC_ELS(vec)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4516:14: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
dest = SCHEME_VEC_ELS(vec)[2];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4534:7: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
er = SCHEME_VEC_ELS(vec)[3];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4638:17: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = phase;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4639:17: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = modidx_shift_from;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4640:17: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = modidx_shift_to;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4652:17: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = envname;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4653:17: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = free_id_rename;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4654:17: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = rib_delim;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4928:16: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rename)[1])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/stxobj.c:4928:16: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rename)[1])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/stxobj.c:4928:16: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rename)[1])) {
^ ~
../../../racket/src/stxobj.c:4928:30: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rename)[1])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:4930:57: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
pos = scheme_hash_get((Scheme_Hash_Table *)(SCHEME_VEC_ELS(rename)[1]), SCHEME_STX_VAL(a));
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5239:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
src = SCHEME_VEC_ELS(vec)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5240:14: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
dest = SCHEME_VEC_ELS(vec)[2];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5256:16: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
er = SCHEME_VEC_ELS(vec)[3];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5657:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = id;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5658:5: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = nominal_modidx;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5659:5: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = nominal_name;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5660:5: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[4] = mod_phase;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5661:5: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[5] = src_phase_index;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5662:5: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[6] = nominal_src_phase;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5663:5: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[7] = (insp ? insp : scheme_false);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5925:12: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:5925:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/stxobj.c:5925:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/stxobj.c:5925:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:5925:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^ ~
../../../racket/src/stxobj.c:5925:27: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5925:12: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:5925:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:5925:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^ ~
../../../racket/src/stxobj.c:5925:27: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5952:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[1] = prev_prec_ribs;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:5993:22: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
prev_prec_ribs = SCHEME_VEC_ELS(key)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:6004:12: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:6004:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/stxobj.c:6004:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/stxobj.c:6004:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:6004:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^ ~
../../../racket/src/stxobj.c:6004:27: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:6004:12: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:6004:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:6004:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^ ~
../../../racket/src/stxobj.c:6004:27: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:6300:11: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v2)[1] = scheme_false;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:6425:25: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:6425:25: note: instantiated from:
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/stxobj.c:6425:25: note: instantiated from:
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/stxobj.c:6425:25: note: instantiated from:
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:6425:25: note: instantiated from:
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^ ~
../../../racket/src/stxobj.c:6425:40: note: instantiated from:
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:6425:25: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:6425:25: note: instantiated from:
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:6425:25: note: instantiated from:
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^ ~
../../../racket/src/stxobj.c:6425:40: note: instantiated from:
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:6705:11: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_TRUEP(SCHEME_VEC_ELS(aa)[3])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/stxobj.c:6705:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(aa)[3])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/stxobj.c:6705:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(aa)[3])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/stxobj.c:6705:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(aa)[3])) {
^ ~
../../../racket/src/stxobj.c:6705:24: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(aa)[3])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:6713:34: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(a)[1] = SCHEME_VEC_ELS(aa)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:6713:11: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(a)[1] = SCHEME_VEC_ELS(aa)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:6714:34: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(a)[2] = SCHEME_VEC_ELS(aa)[2];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:6714:11: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(a)[2] = SCHEME_VEC_ELS(aa)[2];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:6715:11: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(a)[3] = scheme_false;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7096:9: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[1] = cert_marks;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7392:21: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:7392:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/stxobj.c:7392:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/stxobj.c:7392:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:7392:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^ ~
../../../racket/src/stxobj.c:7392:36: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7392:21: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:7392:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:7392:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^ ~
../../../racket/src/stxobj.c:7392:36: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7393:21: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/stxobj.c:229:30: note: instantiated from:
#define SCHEME_MODIDXP(obj) (SAME_TYPE(SCHEME_TYPE(obj), scheme_module_index_type))
^
../../../racket/src/stxobj.c:7393:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/stxobj.c:229:40: note: instantiated from:
#define SCHEME_MODIDXP(obj) (SAME_TYPE(SCHEME_TYPE(obj), scheme_module_index_type))
^
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/stxobj.c:7393:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^ ~
../../../racket/src/stxobj.c:229:40: note: instantiated from:
#define SCHEME_MODIDXP(obj) (SAME_TYPE(SCHEME_TYPE(obj), scheme_module_index_type))
^
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/stxobj.c:7393:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^ ~
../../../racket/src/stxobj.c:229:40: note: instantiated from:
#define SCHEME_MODIDXP(obj) (SAME_TYPE(SCHEME_TYPE(obj), scheme_module_index_type))
^
../../../racket/src/stxobj.c:7393:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^ ~
../../../racket/src/stxobj.c:7393:36: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7393:21: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/stxobj.c:229:30: note: instantiated from:
#define SCHEME_MODIDXP(obj) (SAME_TYPE(SCHEME_TYPE(obj), scheme_module_index_type))
^
../../../racket/src/stxobj.c:7393:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/stxobj.c:229:40: note: instantiated from:
#define SCHEME_MODIDXP(obj) (SAME_TYPE(SCHEME_TYPE(obj), scheme_module_index_type))
^
../../../racket/src/stxobj.c:7393:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^ ~
../../../racket/src/stxobj.c:7393:36: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7394:21: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:7394:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/stxobj.c:7394:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/stxobj.c:7394:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:7394:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^ ~
../../../racket/src/stxobj.c:7394:36: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7394:21: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:30: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:7394:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:398:40: note: instantiated from:
#define SCHEME_SYMBOLP(obj) SAME_TYPE(SCHEME_TYPE(obj), scheme_symbol_type)
^
../../../racket/src/stxobj.c:7394:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^ ~
../../../racket/src/stxobj.c:7394:36: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7395:30: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| !ok_phase(SCHEME_VEC_ELS(v)[4])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7396:30: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| !ok_phase(SCHEME_VEC_ELS(v)[5])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7397:30: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
|| !ok_phase(SCHEME_VEC_ELS(v)[6]))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7407:12: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(a)[1])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/stxobj.c:7407:12: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(a)[1])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/stxobj.c:7407:12: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(a)[1])) {
^ ~
../../../racket/src/stxobj.c:7407:26: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(a)[1])) {
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7408:9: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(a)[1] = scheme_false;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7607:23: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
bdg = SCHEME_VEC_ELS(a)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7630:17: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(a)[1] = bdg;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:7836:15: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
cert_marks = SCHEME_VEC_ELS(o)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:8394:31: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& pos_exact_or_false_p(SCHEME_VEC_ELS(src)[1])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:8395:34: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& nonneg_exact_or_false_p(SCHEME_VEC_ELS(src)[2])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:8396:31: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& pos_exact_or_false_p(SCHEME_VEC_ELS(src)[3])
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:8397:34: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
&& nonneg_exact_or_false_p(SCHEME_VEC_ELS(src)[4]))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:8428:16: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
line = SCHEME_VEC_ELS(src)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:8429:15: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
col = SCHEME_VEC_ELS(src)[2];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:8430:15: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
pos = SCHEME_VEC_ELS(src)[3];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:8431:16: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
span = SCHEME_VEC_ELS(src)[4];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9089:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
src = SCHEME_VEC_ELS(vec)[1];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9090:14: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
dest = SCHEME_VEC_ELS(vec)[2];
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9219:7: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = (c->modidx ? c->modidx : scheme_false);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9220:7: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = (c->key ? c->key : scheme_false);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9299:9: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[1] = mrn->phase;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9300:9: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[2] = (Scheme_Object *)mrn->ht;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9301:9: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[3] = (mrn->nomarshal_ht ? (Scheme_Object *)mrn->nomarshal_ht : scheme_false);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9302:9: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[4] = scheme_true; /* mrn->shared_pes; */
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9303:9: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[5] = (mrn->marked_names ? (Scheme_Object *)mrn->marked_names : scheme_false);
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9304:9: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(v)[6] = (Scheme_Object *)mrn->unmarshal_info;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9343:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = v;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9345:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = v;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9361:7: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/stxobj.c:9361:7: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/stxobj.c:9361:7: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/stxobj.c:9361:7: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^ ~
../../../racket/src/stxobj.c:9361:20: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9362:5: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[7] = scheme_true;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9381:7: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/stxobj.c:9381:7: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/../include/scheme.h:404:32: note: instantiated from:
#define SCHEME_FALSEP(obj) SAME_OBJ((obj), scheme_false)
^
../../../racket/src/stxobj.c:9381:7: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:405:33: note: instantiated from:
#define SCHEME_TRUEP(obj) (!SCHEME_FALSEP(obj))
^
../../../racket/src/stxobj.c:9381:7: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^ ~
../../../racket/src/stxobj.c:9381:20: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/stxobj.c:9382:5: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[7] = insp;
^ ~
In file included from ../../../racket/src/stxobj.c:22:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
106 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/symbol.c -o symbol.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/syntax.c -o syntax.o
../../../racket/src/syntax.c:732:37: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
naya = scheme_jit_closure(orig, SCHEME_VEC_ELS(data)[1]);
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:761:16: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
only_var = SCHEME_VEC_ELS(data)[1];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:864:24: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
Scheme_Object *val = SCHEME_VEC_ELS(data)[1];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:870:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(data)[1] = val;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:880:24: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
Scheme_Object *val = SCHEME_VEC_ELS(data)[1], *vec;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:927:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = var;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:1038:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = val;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:3985:11: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SAME_TYPE(SCHEME_TYPE(((Scheme_Sequence *)expr)->array[1]), scheme_application_type)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/syntax.c:3985:21: note: instantiated from:
if (SAME_TYPE(SCHEME_TYPE(((Scheme_Sequence *)expr)->array[1]), scheme_application_type)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/../include/scheme.h:344:31: note: instantiated from:
#define SCHEME_INTP(obj) (OBJ_TO_LONG(obj) & 0x1)
^
../../../racket/src/syntax.c:3985:21: note: instantiated from:
if (SAME_TYPE(SCHEME_TYPE(((Scheme_Sequence *)expr)->array[1]), scheme_application_type)) {
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:355:32: note: instantiated from:
# define SCHEME_TYPE(obj) (SCHEME_INTP(obj)?(Scheme_Type)scheme_integer_type:((Scheme_Object *)(obj))->type)
^
../../../racket/src/syntax.c:3985:21: note: instantiated from:
if (SAME_TYPE(SCHEME_TYPE(((Scheme_Sequence *)expr)->array[1]), scheme_application_type)) {
^ ~
../../../racket/src/syntax.c:3985:33: note: instantiated from:
if (SAME_TYPE(SCHEME_TYPE(((Scheme_Sequence *)expr)->array[1]), scheme_application_type)) {
^ ~
In file included from ../../../racket/src/syntax.c:32:
../../../racket/src/schpriv.h:1232:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:3985:11: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SAME_TYPE(SCHEME_TYPE(((Scheme_Sequence *)expr)->array[1]), scheme_application_type)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/syntax.c:3985:21: note: instantiated from:
if (SAME_TYPE(SCHEME_TYPE(((Scheme_Sequence *)expr)->array[1]), scheme_application_type)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/syntax.c:3985:33: note: instantiated from:
if (SAME_TYPE(SCHEME_TYPE(((Scheme_Sequence *)expr)->array[1]), scheme_application_type)) {
^ ~
In file included from ../../../racket/src/syntax.c:32:
../../../racket/src/schpriv.h:1232:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:3986:32: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (((Scheme_App_Rec *)((Scheme_Sequence *)expr)->array[1])->num_args == 0) {
^ ~
In file included from ../../../racket/src/syntax.c:32:
../../../racket/src/schpriv.h:1232:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:3987:15: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
if (SAME_OBJ(scheme_values_func, ((Scheme_App_Rec *)((Scheme_Sequence *)expr)->array[1])->args[0])) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:349:24: note: instantiated from:
#define SAME_OBJ(a, b) SAME_PTR(a, b)
^
../../../racket/src/syntax.c:3987:15: note: instantiated from:
if (SAME_OBJ(scheme_values_func, ((Scheme_App_Rec *)((Scheme_Sequence *)expr)->array[1])->args[0])) {
^ ~
../../../racket/src/syntax.c:3987:63: note: instantiated from:
if (SAME_OBJ(scheme_values_func, ((Scheme_App_Rec *)((Scheme_Sequence *)expr)->array[1])->args[0])) {
^ ~
In file included from ../../../racket/src/syntax.c:32:
../../../racket/src/schpriv.h:1232:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:4553:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
((Scheme_Sequence *)last_seq)->array[1] = expr;
^ ~
In file included from ../../../racket/src/syntax.c:32:
../../../racket/src/schpriv.h:1232:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:4568:13: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
((Scheme_Sequence *)last_seq)->array[1] = (Scheme_Object *)lv;
^ ~
In file included from ../../../racket/src/syntax.c:32:
../../../racket/src/schpriv.h:1232:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:4603:19: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
((Scheme_Sequence *)last_seq)->array[1] = boxenv;
^ ~
In file included from ../../../racket/src/syntax.c:32:
../../../racket/src/schpriv.h:1232:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:4642:7: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
((Scheme_Sequence *)last_seq)->array[1] = (Scheme_Object *)letrec;
^ ~
In file included from ../../../racket/src/syntax.c:32:
../../../racket/src/schpriv.h:1232:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:4650:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
((Scheme_Sequence *)last_seq)->array[1] = (Scheme_Object *)body;
^ ~
In file included from ../../../racket/src/syntax.c:32:
../../../racket/src/schpriv.h:1232:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:5847:26: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
rp = (Resolve_Prefix *)SCHEME_VEC_ELS(form)[1];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:5848:22: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
base_stack_depth = SCHEME_VEC_ELS(form)[2];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:5856:15: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
dummy = SCHEME_VEC_ELS(form)[3];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:5865:11: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
dummy = SCHEME_VEC_ELS(form)[3];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:5918:31: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
orig_rp = (Resolve_Prefix *)SCHEME_VEC_ELS(expr)[1];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:5927:5: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(expr)[1] = (Scheme_Object *)rp;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:5961:26: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
rp = (Resolve_Prefix *)SCHEME_VEC_ELS(data)[1];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:5962:22: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
base_stack_depth = SCHEME_VEC_ELS(data)[2];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:5969:11: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
dummy = SCHEME_VEC_ELS(data)[3];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6025:9: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
val = SCHEME_VEC_ELS(data)[3];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6033:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(data)[3] = val;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6057:11: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
dummy = SCHEME_VEC_ELS(data)[1];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6058:11: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
names = SCHEME_VEC_ELS(data)[2];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6059:9: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
val = SCHEME_VEC_ELS(data)[3];
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6079:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = (Scheme_Object *)rp;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6080:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = base_stack_depth;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6081:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = dummy;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6110:13: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(data)[2]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/syntax.c:6110:13: note: instantiated from:
depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(data)[2]);
^ ~
../../../racket/src/syntax.c:6110:28: note: instantiated from:
depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(data)[2]);
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6181:3: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[1] = dummy;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6182:3: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[2] = names;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/syntax.c:6183:3: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
SCHEME_VEC_ELS(vec)[3] = val;
^ ~
In file included from ../../../racket/src/syntax.c:32:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
37 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/thread.c -o thread.o
../../../racket/src/thread.c:7280:71: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
proc = (gccb_Ptr_Ptr_Ptr_Int_to_Void)scheme_extract_pointer(SCHEME_VEC_ELS(act)[1]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7281:38: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a = scheme_extract_pointer(SCHEME_VEC_ELS(act)[2]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7282:38: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
b = scheme_extract_pointer(SCHEME_VEC_ELS(act)[3]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7283:38: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
c = scheme_extract_pointer(SCHEME_VEC_ELS(act)[4]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7284:15: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7284:15: note: instantiated from:
i = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^ ~
../../../racket/src/thread.c:7284:30: note: instantiated from:
i = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7291:67: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
proc = (gccb_Ptr_Ptr_Ptr_to_Void)scheme_extract_pointer(SCHEME_VEC_ELS(act)[1]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7292:38: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a = scheme_extract_pointer(SCHEME_VEC_ELS(act)[2]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7293:38: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
b = scheme_extract_pointer(SCHEME_VEC_ELS(act)[3]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7294:38: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
c = scheme_extract_pointer(SCHEME_VEC_ELS(act)[4]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7302:69: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
proc = (gccb_Ptr_Ptr_Float_to_Void)scheme_extract_pointer(SCHEME_VEC_ELS(act)[1]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7303:38: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a = scheme_extract_pointer(SCHEME_VEC_ELS(act)[2]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7304:38: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
b = scheme_extract_pointer(SCHEME_VEC_ELS(act)[3]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7305:15: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
f = SCHEME_DBL_VAL(SCHEME_VEC_ELS(act)[4]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/thread.c:7305:30: note: instantiated from:
f = SCHEME_DBL_VAL(SCHEME_VEC_ELS(act)[4]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7313:70: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
proc = (gccb_Ptr_Ptr_Double_to_Void)scheme_extract_pointer(SCHEME_VEC_ELS(act)[1]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7314:38: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a = scheme_extract_pointer(SCHEME_VEC_ELS(act)[2]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7315:38: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
b = scheme_extract_pointer(SCHEME_VEC_ELS(act)[3]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7316:15: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
d = SCHEME_DBL_VAL(SCHEME_VEC_ELS(act)[4]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/thread.c:7316:30: note: instantiated from:
d = SCHEME_DBL_VAL(SCHEME_VEC_ELS(act)[4]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7324:69: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
proc = (gccb_Ptr_Ptr_Ptr_Nine_Ints)scheme_extract_pointer(SCHEME_VEC_ELS(act)[1]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7325:38: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a = scheme_extract_pointer(SCHEME_VEC_ELS(act)[2]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7326:38: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
b = scheme_extract_pointer(SCHEME_VEC_ELS(act)[3]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7327:38: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
c = scheme_extract_pointer(SCHEME_VEC_ELS(act)[4]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7328:16: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7328:16: note: instantiated from:
i1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^ ~
../../../racket/src/thread.c:7328:31: note: instantiated from:
i1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7329:16: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i2 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[6]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7329:16: note: instantiated from:
i2 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[6]);
^ ~
../../../racket/src/thread.c:7329:31: note: instantiated from:
i2 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[6]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7330:16: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i3 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[7]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7330:16: note: instantiated from:
i3 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[7]);
^ ~
../../../racket/src/thread.c:7330:31: note: instantiated from:
i3 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[7]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7331:16: warning: array index of '8' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i4 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[8]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7331:16: note: instantiated from:
i4 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[8]);
^ ~
../../../racket/src/thread.c:7331:31: note: instantiated from:
i4 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[8]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7332:16: warning: array index of '9' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i5 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[9]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7332:16: note: instantiated from:
i5 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[9]);
^ ~
../../../racket/src/thread.c:7332:31: note: instantiated from:
i5 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[9]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7333:16: warning: array index of '10' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i6 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[10]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7333:16: note: instantiated from:
i6 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[10]);
^ ~~
../../../racket/src/thread.c:7333:31: note: instantiated from:
i6 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[10]);
^ ~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7334:16: warning: array index of '11' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i7 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[11]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7334:16: note: instantiated from:
i7 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[11]);
^ ~~
../../../racket/src/thread.c:7334:31: note: instantiated from:
i7 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[11]);
^ ~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7335:16: warning: array index of '12' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i8 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[12]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7335:16: note: instantiated from:
i8 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[12]);
^ ~~
../../../racket/src/thread.c:7335:31: note: instantiated from:
i8 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[12]);
^ ~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7336:16: warning: array index of '13' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i9 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[13]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7336:16: note: instantiated from:
i9 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[13]);
^ ~~
../../../racket/src/thread.c:7336:31: note: instantiated from:
i9 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[13]);
^ ~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7343:69: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
proc = (gccb_OSapi_Ptr_Ptr_to_Void)scheme_extract_pointer(SCHEME_VEC_ELS(act)[1]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7344:38: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a = scheme_extract_pointer(SCHEME_VEC_ELS(act)[2]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7345:38: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
b = scheme_extract_pointer(SCHEME_VEC_ELS(act)[3]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7353:69: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
proc = (gccb_OSapi_Ptr_Int_to_Void)scheme_extract_pointer(SCHEME_VEC_ELS(act)[1]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7354:38: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a = scheme_extract_pointer(SCHEME_VEC_ELS(act)[2]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7355:15: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[3]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7355:15: note: instantiated from:
i = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[3]);
^ ~
../../../racket/src/thread.c:7355:30: note: instantiated from:
i = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[3]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7364:92: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
proc = (gccb_OSapi_Ptr_Four_Ints_Ptr_Int_Int_Long_to_Void)scheme_extract_pointer(SCHEME_VEC_ELS(act)[1]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7365:38: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a = scheme_extract_pointer(SCHEME_VEC_ELS(act)[2]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7366:16: warning: array index of '3' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[3]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7366:16: note: instantiated from:
i1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[3]);
^ ~
../../../racket/src/thread.c:7366:31: note: instantiated from:
i1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[3]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7367:16: warning: array index of '4' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i2 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[4]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7367:16: note: instantiated from:
i2 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[4]);
^ ~
../../../racket/src/thread.c:7367:31: note: instantiated from:
i2 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[4]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7368:16: warning: array index of '5' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i3 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7368:16: note: instantiated from:
i3 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^ ~
../../../racket/src/thread.c:7368:31: note: instantiated from:
i3 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7369:16: warning: array index of '6' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i4 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[6]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7369:16: note: instantiated from:
i4 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[6]);
^ ~
../../../racket/src/thread.c:7369:31: note: instantiated from:
i4 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[6]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7370:38: warning: array index of '7' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
b = scheme_extract_pointer(SCHEME_VEC_ELS(act)[7]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7371:16: warning: array index of '8' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i5 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[8]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7371:16: note: instantiated from:
i5 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[8]);
^ ~
../../../racket/src/thread.c:7371:31: note: instantiated from:
i5 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[8]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7372:16: warning: array index of '9' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
i6 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[9]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7372:16: note: instantiated from:
i6 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[9]);
^ ~
../../../racket/src/thread.c:7372:31: note: instantiated from:
i6 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[9]);
^ ~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
../../../racket/src/thread.c:7373:16: warning: array index of '10' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
l1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[10]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:494:31: note: instantiated from:
#define SCHEME_INT_VAL(obj) (OBJ_TO_LONG(obj)>>1)
^
../../../racket/src/thread.c:7373:16: note: instantiated from:
l1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[10]);
^ ~~
../../../racket/src/thread.c:7373:31: note: instantiated from:
l1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[10]);
^ ~~
In file included from ../../../racket/src/thread.c:41:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../../racket/src/../include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
46 warnings generated.
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/type.c -o type.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/unwind/libunwind.c -o unwind.o
clang -I./.. -I../../../racket/src/../include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -c ../../../racket/src/vector.c -o vector.o
make libracket.a
../../racket/../utils/nicear ar ruv libracket.a src/*.o ../foreign/foreign.o ../foreign/libffi/src/*.o ../foreign/libffi/src/*/*.o
ar: creating archive libracket.a
/usr/bin/ranlib: file: libracket.a(unwind.o) has no symbols
/usr/bin/ranlib: file: libracket.a(darwin.o) has no symbols
/usr/bin/ranlib: file: libracket.a(ffi.o) has no symbols
a - src/bignum.o
a - src/bool.o
a - src/builtin.o
a - src/char.o
a - src/complex.o
a - src/dynext.o
a - src/env.o
a - src/error.o
a - src/eval.o
a - src/file.o
a - src/fun.o
a - src/future.o
a - src/gmp.o
a - src/hash.o
a - src/jit.o
a - src/jitalloc.o
a - src/jitarith.o
a - src/jitcall.o
a - src/jitcommon.o
a - src/jitinline.o
a - src/jitstack.o
a - src/jitstate.o
a - src/list.o
a - src/module.o
a - src/mzrt.o
a - src/network.o
a - src/numarith.o
a - src/number.o
a - src/numcomp.o
a - src/numstr.o
a - src/places.o
a - src/port.o
a - src/portfun.o
a - src/print.o
a - src/rational.o
a - src/read.o
a - src/regexp.o
a - src/salloc.o
a - src/sema.o
a - src/setjmpup.o
a - src/string.o
a - src/struct.o
a - src/stxobj.o
a - src/symbol.o
a - src/syntax.o
a - src/thread.o
a - src/type.o
a - src/unwind.o
a - src/vector.o
a - ../foreign/foreign.o
a - ../foreign/libffi/src/closures.o
a - ../foreign/libffi/src/debug.o
a - ../foreign/libffi/src/java_raw_api.o
a - ../foreign/libffi/src/prep_cif.o
a - ../foreign/libffi/src/raw_api.o
a - ../foreign/libffi/src/types.o
a - ../foreign/libffi/src/x86/darwin.o
a - ../foreign/libffi/src/x86/darwin64.o
a - ../foreign/libffi/src/x86/ffi.o
a - ../foreign/libffi/src/x86/ffi64.o
ranlib libracket.a
ranlib: file: libracket.a(unwind.o) has no symbols
ranlib: file: libracket.a(darwin.o) has no symbols
ranlib: file: libracket.a(ffi.o) has no symbols
make racketcgc
mkdir -p Racket.framework/Versions/5.1.1.5
clang -o Racket.framework/Versions/5.1.1.5/Racket -pthread -framework CoreFoundation -dynamiclib -all_load libracket.a libmzgc.a -ldl -lm -liconv
clang: warning: argument unused during compilation: '-pthread'
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
rm -f Racket.framework/Racket
ln -s Versions/5.1.1.5/Racket Racket.framework/Racket
clang -I. -I../../racket/include -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DINITIAL_COLLECTS_DIRECTORY='"'"`cd ../../racket/../../collects; pwd`"'"' -c ../../racket/main.c -o main.o
In file included from ../../racket/main.c:178:
../../racket/cmdline.inc:188:12: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a[1] = SCHEME_VEC_ELS(v)[1];
^ ~
In file included from ../../racket/main.c:34:
../../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../racket/main.c:178:
../../racket/cmdline.inc:191:12: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a[0] = SCHEME_VEC_ELS(v)[2];
^ ~
In file included from ../../racket/main.c:34:
../../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../racket/main.c:178:
../../racket/cmdline.inc:218:14: warning: array index of '1' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a[1] = SCHEME_VEC_ELS(v)[1];
^ ~
In file included from ../../racket/main.c:34:
../../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
In file included from ../../racket/main.c:178:
../../racket/cmdline.inc:219:14: warning: array index of '2' indexes past the end of an array
(that contains 1 elements) [-Warray-bounds]
a[2] = SCHEME_VEC_ELS(v)[2];
^ ~
In file included from ../../racket/main.c:34:
../../racket/include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_ELS(obj) (((Scheme_Vector *)(obj))->els)
^
../../racket/include/scheme.h:308:18: note: array 'els' declared here
Scheme_Object *els[1];
^
4 warnings generated.
clang -o racketcgc -pthread main.o -Wl,-headerpad_max_install_names -F. -framework Racket -ldl -lm -liconv
clang: warning: argument unused during compilation: '-pthread'
/usr/bin/install_name_tool -change "Racket.framework/Versions/5.1.1.5/Racket" "@executable_path/Racket.framework/Versions/5.1.1.5/Racket" "racketcgc"
cd gc2; make all
mkdir xsrc
make xsrc/precomp.h
env XFORM_PRECOMP=yes ../racketcgc -cqu ../../../racket/gc2/xform.rkt --setup . --cpp "clang -E -I./.. -I../../../racket/gc2/../include -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common " --keep-lines -o xsrc/precomp.h ../../../racket/gc2/precomp.c
make[4]: *** [xsrc/precomp.h] Segmentation fault: 11
make[3]: *** [all] Error 2
make[2]: *** [3m] Error 2
make[1]: *** [3m] Error 2
make: *** [all] Error 2
:
Process: racketcgc [30200]
Path: /Users/USER/*/racketcgc
Identifier: racketcgc
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: gnumake [30193]
Date/Time: 2011-05-06 19:53:45.348 -0400
OS Version: Mac OS X 10.7 (11A430e)
Report Version: 9
Interval Since Last Report: 11926 sec
Crashes Since Last Report: 7
Per-App Crashes Since Last Report: 6
Anonymous UUID: A9925A16-E9A8-4293-9834-0D8803D53C6F
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000000006e0
VM Regions Near 0x6e0:
-->
__TEXT 0000000103819000-000000010381e000 [ 20K] r-x/rwx SM=COW /Users/USER/*
Application Specific Information:
objc[30200]: garbage collection is OFF
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 Racket 0x00000001039779b7 scheme_main_stack_setup + 151
1 racketcgc 0x000000010381a6f4 main + 36 (main.c:278)
2 racketcgc 0x000000010381a6a4 start + 52
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00007fff634185e0 rcx: 0x0000000103a944f0 rdx: 0x00007fff634185a8
rdi: 0x0000000000000102 rsi: 0x00007fb543807400 rbp: 0x00007fff634185d0 rsp: 0x00007fff634185a0
r8: 0x0000000000000001 r9: 0x0000000000000000 r10: 0x0000000000094000 r11: 0x00007fff8e13982c
r12: 0x00007fb543807400 r13: 0x0000000000000000 r14: 0x000000010381a700 r15: 0x0000000000000001
rip: 0x00000001039779b7 rfl: 0x0000000000010202 cr2: 0x00000000000006e0
Logical CPU: 20
Binary Images:
0x103819000 - 0x10381dfff +racketcgc (??? - ???) <607972D0-7BC2-3337-B3A8-9F8D763711AD> /Users/USER/*/racketcgc
0x103825000 - 0x103a47fff +Racket (??? - ???) <3C3E3077-858F-3C0B-AA97-BCD37A30C7E4> /Users/USER/*/Racket.framework/Versions/5.1.1.5/Racket
0x103ba8000 - 0x103bbaff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <5D4165AA-34C6-3E70-A7B8-C9EF4351D76A> /usr/lib/libz.1.dylib
0x103bc3000 - 0x103c36fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <96257186-9B19-3941-8A13-581AF5F14A7F> /usr/lib/libstdc++.6.dylib
0x7fff63419000 - 0x7fff6344d9ff dyld (195.2 - ???) <5D0A08E1-E10E-376D-9220-E534C063AFCE> /usr/lib/dyld
0x7fff8c85f000 - 0x7fff8c87bff7 libxpc.dylib (77.6.0 - compatibility 1.0.0) <2D34387F-BD79-3281-8AC6-9A4332C43543> /usr/lib/system/libxpc.dylib
0x7fff8db1f000 - 0x7fff8db23fff libdyld.dylib (195.2.0 - compatibility 1.0.0) <5FE61FD3-B2C8-3B19-8F74-8CCD89EBF372> /usr/lib/system/libdyld.dylib
0x7fff8dc9f000 - 0x7fff8dd839a7 libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <47C36D7E-7434-3C28-95BD-F5ECE8AFF88C> /usr/lib/libobjc.A.dylib
0x7fff8def6000 - 0x7fff8def6fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff8e0a5000 - 0x7fff8e182fef libsystem_c.dylib (763.3.0 - compatibility 1.0.0) <8525DEC8-4DDA-3CAF-B5A8-D868A0970352> /usr/lib/system/libsystem_c.dylib
0x7fff8fd2a000 - 0x7fff8fd2ffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff9082d000 - 0x7fff9082efff libsystem_sandbox.dylib (??? - ???) <E0B4EC83-6E9D-3574-BD62-42CFEE641EFE> /usr/lib/system/libsystem_sandbox.dylib
0x7fff9082f000 - 0x7fff9087dff7 libauto.dylib (??? - ???) <5D1BDBC5-5230-3262-BD8B-3BFBD9C6E3F9> /usr/lib/libauto.dylib
0x7fff9087e000 - 0x7fff90884fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <ABCD132E-C930-3867-8C7A-05FCC6194FA1> /usr/lib/system/libmacho.dylib
0x7fff90959000 - 0x7fff9095aff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <D662158F-D097-3E76-8D47-CB51EFD8B047> /usr/lib/system/libsystem_blocks.dylib
0x7fff90d11000 - 0x7fff90d12ff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) <3FABC0D8-9907-3667-A409-9567711109A7> /usr/lib/system/libremovefile.dylib
0x7fff91c14000 - 0x7fff91d09fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff91d0a000 - 0x7fff91d0ffff libcache.dylib (47.0.0 - compatibility 1.0.0) <C02501EB-6EBB-37F2-8013-048F91FB9144> /usr/lib/system/libcache.dylib
0x7fff91edc000 - 0x7fff91eddfff libunc.dylib (24.0.0 - compatibility 1.0.0) <5B68A63F-F03F-3818-8204-78871A5E5AB6> /usr/lib/system/libunc.dylib
0x7fff921af000 - 0x7fff921b3fff libsystem_network.dylib (??? - ???) <0AC43677-A904-35B2-A470-6C9F2F59D9CA> /usr/lib/system/libsystem_network.dylib
0x7fff92333000 - 0x7fff92353fff libsystem_kernel.dylib (1699.22.36 - compatibility 1.0.0) <D7DBA60E-139D-32FD-8F05-84B03FA16B87> /usr/lib/system/libsystem_kernel.dylib
0x7fff9241a000 - 0x7fff9241bfff libDiagnosticMessagesClient.dylib (??? - ???) <9AF1323A-96C7-376A-BCA8-024365AD18F3> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff92518000 - 0x7fff92526fff libdispatch.dylib (187.0.0 - compatibility 1.0.0) <9964F2E5-54DE-3F6D-8E6E-D6BE4CE5BD29> /usr/lib/system/libdispatch.dylib
0x7fff92568000 - 0x7fff925ddff7 libc++.1.dylib (18.0.0 - compatibility 1.0.0) <F4DBFAC2-CE74-3C62-8710-17A717638104> /usr/lib/libc++.1.dylib
0x7fff925de000 - 0x7fff9260bfe7 libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <54B7C4CC-DD61-3740-B099-E9842744BCE2> /usr/lib/libSystem.B.dylib
0x7fff92a8e000 - 0x7fff92a98fff liblaunch.dylib (392.7.0 - compatibility 1.0.0) <7ADE2621-0D56-31A4-A983-226B9C75C00C> /usr/lib/system/liblaunch.dylib
0x7fff92a99000 - 0x7fff92aa0fff libcopyfile.dylib (84.0.0 - compatibility 1.0.0) <3726BDD9-5F48-35B1-A43F-0170A720C5E8> /usr/lib/system/libcopyfile.dylib
0x7fff92b0d000 - 0x7fff92b16fff libnotify.dylib (80.0.0 - compatibility 1.0.0) <45AAC426-A270-3CCB-AE09-539481BEE80D> /usr/lib/system/libnotify.dylib
0x7fff94101000 - 0x7fff94102fff libdnsinfo.dylib (395.3.0 - compatibility 1.0.0) <3A2FF91A-1855-33F3-BBDA-E9AED8DD8DE8> /usr/lib/system/libdnsinfo.dylib
0x7fff94f60000 - 0x7fff9512fff7 com.apple.CoreFoundation (6.7 - 621) <2EF3D8D9-293D-3BD0-9073-91F1B1ED58BA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff9532b000 - 0x7fff9536dfff libcommonCrypto.dylib (55004.0.0 - compatibility 1.0.0) <9FAFBAD4-688B-3379-AC6D-3D731B31751B> /usr/lib/system/libcommonCrypto.dylib
0x7fff9536e000 - 0x7fff95372fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
0x7fff95b5a000 - 0x7fff95b60ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <FA67048D-A376-3701-A9D8-0BB722CA3E65> /usr/lib/system/libunwind.dylib
0x7fff95c10000 - 0x7fff95c18ff7 libsystem_dnssd.dylib (??? - ???) <1399648B-FCD1-3A81-8819-32B4C21ACAA5> /usr/lib/system/libsystem_dnssd.dylib
0x7fff95c19000 - 0x7fff95e1bfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <275175E6-EF41-3F10-9D1F-A273F26C6D5E> /usr/lib/libicucore.A.dylib
0x7fff9758e000 - 0x7fff97599ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff980e2000 - 0x7fff9811eff7 libsystem_info.dylib (??? - ???) <2F9166DE-5CDB-3BD6-B75F-D77FE71E23C9> /usr/lib/system/libsystem_info.dylib
0x7fff98204000 - 0x7fff98206fff libquarantine.dylib (34.0.0 - compatibility 1.0.0) <EA5D9627-C10F-305C-823B-3EFAD870FCDB> /usr/lib/system/libquarantine.dylib
VM Region Summary:
ReadOnly portion of Libraries: Total=57.4M resident=31.5M(55%) swapped_out_or_unallocated=25.9M(45%)
Writable regions: Total=74.0M written=208K(0%) resident=324K(0%) swapped_out=0K(0%) unallocated=73.7M(100%)
REGION TYPE VIRTUAL
=========== =======
MALLOC 9216K see MALLOC ZONE table below
MALLOC guard page 16K
MALLOC metadata 180K
STACK GUARD 4K
Stack 64.0M
__DATA 1704K
__LINKEDIT 45.8M
__TEXT 11.6M
__UNICODE 544K
shared memory 12K
=========== =======
TOTAL 132.8M
VIRTUAL ALLOCATION BYTES
MALLOC ZONE SIZE COUNT ALLOCATED % FULL
=========== ======= ========= ========= ======
DefaultMallocZone_0x103821000 9216K 536 72K 0%
Model: MacPro5,1, BootROM MP51.007F.B03, 12 processors, 6-Core Intel Xeon, 2.93 GHz, 48 GB, SMC 1.39f11
Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
Memory Module: DIMM 1, 8 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333147523742465234432D48392020
Memory Module: DIMM 2, 8 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333147523742465234432D48392020
Memory Module: DIMM 3, 8 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333147523742465234432D48392020
Memory Module: DIMM 5, 8 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333147523742465234432D48392020
Memory Module: DIMM 6, 8 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333147523742465234432D48392020
Memory Module: DIMM 7, 8 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333147523742465234432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.100.98.39.3)
Bluetooth: Version 2.5.0f2, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet 2, Ethernet, en1
Network Service: Wi-Fi, AirPort, en2
PCI Card: ATI Radeon HD 5770, sppci_displaycontroller, Slot-1
PCI Card: ATI Radeon HD 5770, sppci_displaycontroller, Slot-2
Serial ATA Device: HL-DT-ST DVD-RW GH41N
Serial ATA Device: OCZ-VERTEX2 3.5, 180.05 GB
Serial ATA Device: WDC WD1001FALS-41Y6A0, 1 TB
USB Device: hub_device, apple_vendor_id, 0x9126, 0xfa200000 / 2
USB Device: Display Audio, apple_vendor_id, 0x1105, 0xfa240000 / 5
USB Device: Display iSight, apple_vendor_id, 0x8508, 0xfa250000 / 4
USB Device: Apple LED Cinema Display, apple_vendor_id, 0x9226, 0xfa260000 / 3
USB Device: hub_device, apple_vendor_id, 0x9126, 0xfd300000 / 2
USB Device: iPhone, apple_vendor_id, 0x1294, 0xfd310000 / 9
USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd330000 / 6
USB Device: USB Receiver, 0x046d (Logitech Inc.), 0xc52b, 0xfd333000 / 8
USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd332000 / 7
USB Device: Apple LED Cinema Display, apple_vendor_id, 0x9226, 0xfd360000 / 5
USB Device: Display Audio, apple_vendor_id, 0x1105, 0xfd340000 / 4
USB Device: Display iSight, apple_vendor_id, 0x8508, 0xfd350000 / 3
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x5a100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x5a110000 / 3
FireWire Device: built-in_hub, 800mbit_speed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment