Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created May 7, 2011 00:15
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/960045 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/960045 to your computer and use it in GitHub Desktop.
Building Racket v5.1.1 on Mac OS X 10.7 (Lion) Developer Preview 3 [32-bit]
: ../configure
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 racket/gc/libatomic_ops (/Users/elliottcable/Code/Sources/racket-5.1.1/src/build/racket/gc/libatomic_ops)
configure: running /bin/sh ../../../../racket/gc/libatomic_ops/configure '--prefix=/Users/elliottcable/Code/Sources/racket-5.1.1' 'CC=clang' --cache-file=/dev/null --srcdir=../../../../racket/gc/libatomic_ops
checking build system type... i386-apple-darwin11.0.0
checking host system type... i386-apple-darwin11.0.0
checking target system type... i386-apple-darwin11.0.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
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 for style of include used by make... GNU
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
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 for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for ANSI C header files... (cached) yes
checking Determining PIC compiler flag... -fPIC
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/atomic_ops/Makefile
config.status: creating src/atomic_ops/sysdeps/Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing default commands
=== configuring in foreign/libffi (/Users/elliottcable/Code/Sources/racket-5.1.1/src/build/foreign/libffi)
configure: running /bin/sh ../../../foreign/libffi/configure '--prefix=/Users/elliottcable/Code/Sources/racket-5.1.1' '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
cd libatomic_ops; make
Making all in src
make all-recursive
Making all in atomic_ops
Making all in sysdeps
make[11]: Nothing to be done for `all'.
make[11]: Nothing to be done for `all-am'.
if clang -DHAVE_CONFIG_H -I. -I../../../../../racket/gc/libatomic_ops/src -I. -fPIC -g -O2 -DNDEBUG -MT atomic_ops.o -MD -MP -MF ".deps/atomic_ops.Tpo" -c -o atomic_ops.o ../../../../../racket/gc/libatomic_ops/src/atomic_ops.c; \
then mv -f ".deps/atomic_ops.Tpo" ".deps/atomic_ops.Po"; else rm -f ".deps/atomic_ops.Tpo"; exit 1; fi
rm -f libatomic_ops.a
ar cru libatomic_ops.a atomic_ops.o
ranlib libatomic_ops.a
if clang -DHAVE_CONFIG_H -I. -I../../../../../racket/gc/libatomic_ops/src -I. -fPIC -g -O2 -DNDEBUG -MT atomic_ops_stack.o -MD -MP -MF ".deps/atomic_ops_stack.Tpo" -c -o atomic_ops_stack.o ../../../../../racket/gc/libatomic_ops/src/atomic_ops_stack.c; \
then mv -f ".deps/atomic_ops_stack.Tpo" ".deps/atomic_ops_stack.Po"; else rm -f ".deps/atomic_ops_stack.Tpo"; exit 1; fi
if clang -DHAVE_CONFIG_H -I. -I../../../../../racket/gc/libatomic_ops/src -I. -fPIC -g -O2 -DNDEBUG -MT atomic_ops_malloc.o -MD -MP -MF ".deps/atomic_ops_malloc.Tpo" -c -o atomic_ops_malloc.o ../../../../../racket/gc/libatomic_ops/src/atomic_ops_malloc.c; \
then mv -f ".deps/atomic_ops_malloc.Tpo" ".deps/atomic_ops_malloc.Po"; else rm -f ".deps/atomic_ops_malloc.Tpo"; exit 1; fi
rm -f libatomic_ops_gpl.a
ar cru libatomic_ops_gpl.a atomic_ops_stack.o atomic_ops_malloc.o
ranlib libatomic_ops_gpl.a
Making all in doc
make[8]: Nothing to be done for `all'.
Making all in tests
clang -DHAVE_CONFIG_H -I. -I../../../../../racket/gc/libatomic_ops/tests -I../src -I../../../../../racket/gc/libatomic_ops/tests/../src -g -O2 -DNDEBUG ../../../../../racket/gc/libatomic_ops/tests/list_atomic.c -E > list_atomic.i
make all-am
make[9]: Nothing to be done for `all-am'.
make[8]: Nothing to be done for `all-am'.
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ../../../racket/gc/thread_local_alloc.c
../../../racket/gc/thread_local_alloc.c:219:5: warning: expression result unused [-Wunused-value]
GC_FAST_MALLOC_GRANS(result, granules, tiny_fl, DIRECT_GRANULES,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/gc/thread_local_alloc.c:220:51: note: instantiated from:
PTRFREE, GC_core_malloc_atomic(bytes), 0/* no init */);
^
1 warning generated.
clang -I../../../racket/gc/include -I../../../racket/gc/libatomic_ops/src -g -O2 -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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 -DGC_DARWIN_THREADS -DTHREAD_LOCAL_ALLOC -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_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(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_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(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-5.1.1/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-5.1.1/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 src; make mzheaders
echo -n "#define SCHEME_PLATFORM_LIBRARY_SUBPATH " > schsys.h
../../../racket/src/sysname >> schsys.h
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 mzheaders
make[6]: Nothing to be done for `mzheaders'.
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:552: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:1004: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:1011: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:1012: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:1044: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:1051: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:1052: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:1086: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:1087: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:1151: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:1158: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:1159: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:1226: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:1227: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:1658: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:1659: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:1660: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:1661: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:1662: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:1663: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:1664: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:1673: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:1673: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:1673: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:1673:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(orig_env)->lifts)[5]))
^ ~
../../../racket/src/env.c:1673: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:1685: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:1686: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:1687: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:1688: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:1689: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:1690: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:1691: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:1704: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:1709: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:1714: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:1833: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:1834: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:2222: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:2340: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:3514: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:3515: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:3516: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:3682: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:3684: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:3701: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:3701: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:3701: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:3701:23: note: instantiated from:
*single_use = SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^ ~
../../../racket/src/env.c:3701: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:3749: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:3749: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:3749: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:3749:31: note: instantiated from:
disrupt_single_use = !SCHEME_TRUEP(SCHEME_VEC_ELS(p)[3]);
^ ~
../../../racket/src/env.c:3749: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:4264: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:4270: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:5447: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:5448: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:5510: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:5533: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:5533: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:5533: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:5533:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[3]))
^ ~
../../../racket/src/env.c:5533: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:5546: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:5547: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:5576: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:5576: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:5576: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:5576:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[5])) {
^ ~
../../../racket/src/env.c:5576: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:5577: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:5599: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:5600: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:5633: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:5633: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:5633: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:5633:12: note: instantiated from:
&& SCHEME_TRUEP(SCHEME_VEC_ELS(COMPILE_DATA(env)->lifts)[7])) {
^ ~
../../../racket/src/env.c:5633: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:5652: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:5653: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:2403: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/error.c:2404: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/error.c:2404: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/error.c:2857: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:2858: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:3401: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:692: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:815:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_compiled_quote_syntax_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:815:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_compiled_quote_syntax_type)) {
^~
=
../../../racket/src/eval.c:815:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_compiled_quote_syntax_type)) {
~ ^ ~
../../../racket/src/eval.c:820:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_branch_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:820:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_branch_type)) {
^~
=
../../../racket/src/eval.c:820:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_branch_type)) {
~ ^ ~
../../../racket/src/eval.c:838:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_let_one_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:838:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_let_one_type)) {
^~
=
../../../racket/src/eval.c:838:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_let_one_type)) {
~ ^ ~
../../../racket/src/eval.c:844:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_let_void_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:844:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_let_void_type)) {
^~
=
../../../racket/src/eval.c:844:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_let_void_type)) {
~ ^ ~
../../../racket/src/eval.c:863:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_compiled_let_void_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:863:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_compiled_let_void_type)) {
^~
=
../../../racket/src/eval.c:863:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_compiled_let_void_type)) {
~ ^ ~
../../../racket/src/eval.c:878:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_letrec_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:878:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_letrec_type)) {
^~
=
../../../racket/src/eval.c:878:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_letrec_type)) {
~ ^ ~
../../../racket/src/eval.c:883:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_application_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:883:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_application_type)) {
^~
=
../../../racket/src/eval.c:883:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_application_type)) {
~ ^ ~
../../../racket/src/eval.c:958:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_application2_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:958:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_application2_type)) {
^~
=
../../../racket/src/eval.c:958:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_application2_type)) {
~ ^ ~
../../../racket/src/eval.c:989:14: warning: equality comparison with extraneous parentheses [-Wparentheses]
if ((vtype == scheme_application3_type)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/eval.c:989:14: note: use '=' to turn this equality comparison into an assignment
if ((vtype == scheme_application3_type)) {
^~
=
../../../racket/src/eval.c:989:14: note: remove extraneous parentheses around the comparison to silence this
warning
if ((vtype == scheme_application3_type)) {
~ ^ ~
../../../racket/src/eval.c:892: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:124:
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:892:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:124:
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:892:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
In file included from ../../../racket/src/eval.c:124:
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:892:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
In file included from ../../../racket/src/eval.c:124:
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:892:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
../../../racket/src/eval.c:892:28: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
In file included from ../../../racket/src/eval.c:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:892: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:124:
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:892:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../racket/src/eval.c:124:
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:892:13: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
../../../racket/src/eval.c:892:28: note: instantiated from:
if (SCHEME_SYMBOLP(app->args[1])
^ ~
In file included from ../../../racket/src/eval.c:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:893: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:124:
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:893:16: note: instantiated from:
&& SCHEME_FALSEP(app->args[2])
^ ~
In file included from ../../../racket/src/eval.c:124:
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:893:16: note: instantiated from:
&& SCHEME_FALSEP(app->args[2])
^ ~
../../../racket/src/eval.c:893:30: note: instantiated from:
&& SCHEME_FALSEP(app->args[2])
^ ~
In file included from ../../../racket/src/eval.c:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:894: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:124:
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:894:16: note: instantiated from:
&& SCHEME_INTP(app->args[3])
^ ~
../../../racket/src/eval.c:894:28: note: instantiated from:
&& SCHEME_INTP(app->args[3])
^ ~
In file included from ../../../racket/src/eval.c:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:895: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:124:
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:895:17: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[3]) >= 0)
^ ~
../../../racket/src/eval.c:895:32: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[3]) >= 0)
^ ~
In file included from ../../../racket/src/eval.c:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:896: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:124:
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:896:16: note: instantiated from:
&& SCHEME_INTP(app->args[4])
^ ~
../../../racket/src/eval.c:896:28: note: instantiated from:
&& SCHEME_INTP(app->args[4])
^ ~
In file included from ../../../racket/src/eval.c:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:897: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:124:
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:897:17: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[4]) >= 0)
^ ~
../../../racket/src/eval.c:897:32: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[4]) >= 0)
^ ~
In file included from ../../../racket/src/eval.c:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:899: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:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:902: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:124:
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:902:20: note: instantiated from:
|| SCHEME_NULLP(app->args[6]))
^ ~
In file included from ../../../racket/src/eval.c:124:
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:902:20: note: instantiated from:
|| SCHEME_NULLP(app->args[6]))
^ ~
../../../racket/src/eval.c:902:33: note: instantiated from:
|| SCHEME_NULLP(app->args[6]))
^ ~
In file included from ../../../racket/src/eval.c:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:904: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:124:
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:904:20: note: instantiated from:
|| SCHEME_FALSEP(app->args[7])
^ ~
In file included from ../../../racket/src/eval.c:124:
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:904:20: note: instantiated from:
|| SCHEME_FALSEP(app->args[7])
^ ~
../../../racket/src/eval.c:904:34: note: instantiated from:
|| SCHEME_FALSEP(app->args[7])
^ ~
In file included from ../../../racket/src/eval.c:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:905: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:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:907: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:124:
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:907:20: note: instantiated from:
|| SCHEME_FALSEP(app->args[8])
^ ~
In file included from ../../../racket/src/eval.c:124:
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:907:20: note: instantiated from:
|| SCHEME_FALSEP(app->args[8])
^ ~
../../../racket/src/eval.c:907:34: note: instantiated from:
|| SCHEME_FALSEP(app->args[8])
^ ~
In file included from ../../../racket/src/eval.c:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:908: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:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:910: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:124:
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:910:20: note: instantiated from:
|| SCHEME_NULLP(app->args[9]))) {
^ ~
In file included from ../../../racket/src/eval.c:124:
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:910:20: note: instantiated from:
|| SCHEME_NULLP(app->args[9]))) {
^ ~
../../../racket/src/eval.c:910:33: note: instantiated from:
|| SCHEME_NULLP(app->args[9]))) {
^ ~
In file included from ../../../racket/src/eval.c:124:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/eval.c:1322: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:1323: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:1460: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:2874: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:124:
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:2874:37: note: instantiated from:
SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]));
^ ~
In file included from ../../../racket/src/eval.c:124:
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:2874:37: note: instantiated from:
SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]));
^ ~
In file included from ../../../racket/src/eval.c:124:
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:2874:37: note: instantiated from:
SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]));
^ ~
../../../racket/src/eval.c:2874:50: note: instantiated from:
SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]));
^ ~
In file included from ../../../racket/src/eval.c:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:2872: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:2872: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:2873: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:2873: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:5404: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:124:
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:5404:28: note: instantiated from:
info->max_calls[pos] = SCHEME_INT_VAL(SCHEME_VEC_ELS(vec)[1]);
^ ~
../../../racket/src/eval.c:5404:43: note: instantiated from:
info->max_calls[pos] = SCHEME_INT_VAL(SCHEME_VEC_ELS(vec)[1]);
^ ~
In file included from ../../../racket/src/eval.c:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:5405: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:124:
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:5405:25: note: instantiated from:
info->max_nontail = SCHEME_INT_VAL(SCHEME_VEC_ELS(vec)[2]);
^ ~
../../../racket/src/eval.c:5405:40: note: instantiated from:
info->max_nontail = SCHEME_INT_VAL(SCHEME_VEC_ELS(vec)[2]);
^ ~
In file included from ../../../racket/src/eval.c:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:5422: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:5423: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:5447: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:124:
../../../racket/src/schpriv.h:1219:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/eval.c:6274: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:6285: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:124:
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:6285:7: note: instantiated from:
n = SCHEME_INT_VAL(SCHEME_VEC_ELS(lift_vec)[1]);
^ ~
../../../racket/src/eval.c:6285:22: note: instantiated from:
n = SCHEME_INT_VAL(SCHEME_VEC_ELS(lift_vec)[1]);
^ ~
In file included from ../../../racket/src/eval.c:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:6430: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:124:
../../../racket/src/schpriv.h:1219:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/eval.c:12213: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:12214: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:12215: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:12216: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:12217: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:12218: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define SCHEME_VEC_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:12219: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:124:
In file included from ../../../racket/src/schpriv.h:21:
../../../racket/src/../include/scheme.h:536:30: note: instantiated from:
#define 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/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:1005: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:1006: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:1007: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:1007:31: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[3]),
^ ~
../../../racket/src/fun.c:1007: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:1008: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:1008:31: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[4]),
^ ~
../../../racket/src/fun.c:1008: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:1009: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:1009:31: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[5]),
^ ~
../../../racket/src/fun.c:1009: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:1010: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:1010:31: note: instantiated from:
SCHEME_INT_VAL(SCHEME_VEC_ELS(vinfo)[6]),
^ ~
../../../racket/src/fun.c:1010: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:1011: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:1011: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:1011: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:1011:32: note: instantiated from:
(SCHEME_TRUEP(SCHEME_VEC_ELS(vinfo)[7])
^ ~
../../../racket/src/fun.c:1011: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:1012: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:1916: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:1918: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:1919: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:1921: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:1922: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:1925: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:1927: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:1929: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:1931: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:1932: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:3132: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3136: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3471: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:3471: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:3471: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:3471:12: note: instantiated from:
&& SCHEME_TRUEP(((Scheme_Structure *)a)->slots[2])) {
^ ~
../../../racket/src/fun.c:3471:25: note: instantiated from:
&& SCHEME_TRUEP(((Scheme_Structure *)a)->slots[2])) {
^ ~
In file included from ../../../racket/src/fun.c:32:
../../../racket/src/schpriv.h:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3545: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3657: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3821: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:3823: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/fun.c:7686: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:7686: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:7687: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:7687: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:7688: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:7688: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:8080: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:8081: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:8082: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:8083: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:8084: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:8085: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:8085: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:8085: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:8085:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(name)[6]))
^ ~
../../../racket/src/fun.c:8085: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:8192: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:8193: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:8193:19: note: instantiated from:
if (SAME_OBJ(SCHEME_VEC_ELS(cache)[1], key)) {
^ ~
../../../racket/src/fun.c:8193: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:8194: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:8195: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:8200: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:8241: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:8241: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:8242: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:8242: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:8243: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:8243: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:8257: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:8258: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:8259: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:8268: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:8273: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:8274: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:8273: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:8275: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:8276: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:8280: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:9755: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];
^
59 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:956: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/future.c:962: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/future.c:964: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:692: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:1275: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:1276: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:1286: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:1291: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:1293: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2570: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2575: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:2575:17: note: instantiated from:
simple = (SCHEME_INTP(app->args[2])
^ ~
../../../racket/src/jitinline.c:2575:29: note: instantiated from:
simple = (SCHEME_INTP(app->args[2])
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2576: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:2576:7: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[2]) >= 0));
^ ~
../../../racket/src/jitinline.c:2576:22: note: instantiated from:
&& (SCHEME_INT_VAL(app->args[2]) >= 0));
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2577: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2582: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2585: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2587: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2625: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2635: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2649: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2653: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2655: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2666: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2676: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2732: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:2732:11: note: instantiated from:
offset = SCHEME_INT_VAL(app->args[2]);
^ ~
../../../racket/src/jitinline.c:2732:26: note: instantiated from:
offset = SCHEME_INT_VAL(app->args[2]);
^ ~
In file included from ../../../racket/src/jitinline.c:22:
../../../racket/src/schpriv.h:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2793: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2794: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2803: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2805: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2811: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2817: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:1048:18: note: array 'args' declared here
Scheme_Object *args[1];
^
../../../racket/src/jitinline.c:2819: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:1048: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:2694: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:2695: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:2696: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:1644: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:1671: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:1675: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:1806: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:1810: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:1860: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:1862: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:2388: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:2389: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:2390: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:2391: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:2392: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:2393: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:2394: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:2395: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:2396: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:2423: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:2427: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:3461: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:3861: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:3850:3: note: array 'a' declared here
Scheme_Object *lock, *a[1];
^
../../../racket/src/module.c:4349: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:4349:17: note: instantiated from:
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^ ~
../../../racket/src/module.c:4349: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:4350: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:4351: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:4351: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:4351: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:4351:15: note: instantiated from:
for_stx = SCHEME_TRUEP(SCHEME_VEC_ELS(e)[4]);
^ ~
../../../racket/src/module.c:4351: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:4352: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:4395: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:294: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:4396: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:294: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:4399: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:294: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:4400: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:294: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:5300: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:5301: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:5316: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:5318: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:5346: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:5348: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:5439: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:5439:17: note: instantiated from:
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^ ~
../../../racket/src/module.c:5439: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:5440: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:5441: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:5850: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:5850:19: note: instantiated from:
rp->num_lifts = SCHEME_INT_VAL(SCHEME_VEC_ELS(lift_vec)[1]);
^ ~
../../../racket/src/module.c:5850: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:5896: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:5896:19: note: instantiated from:
let_depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(e)[2]);
^ ~
../../../racket/src/module.c:5896: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:5897: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:5901: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:6130: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:6130: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:6130: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:6130: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:6130:14: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^ ~
../../../racket/src/module.c:6130: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:6130: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:6130: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:6130:14: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(pv)[1]))
^ ~
../../../racket/src/module.c:6130: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:6259: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:6260: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:6287: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:6288: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:6288:5: note: instantiated from:
&& SAME_OBJ(SCHEME_VEC_ELS(vec)[2], exname)) {
^ ~
../../../racket/src/module.c:6288: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:6293: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:6297: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:6297: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:6297: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:6297:9: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^ ~
../../../racket/src/module.c:6297: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:6302: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:6302: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:6302: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:6302:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[5])) {
^ ~
../../../racket/src/module.c:6302: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:6303: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:6306: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:6337: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:6338: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:6339: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:6340: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:6341: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:6342: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:6343: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:6344: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:6345: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:6355: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:6355: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:6355: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:6355:9: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7])) {
^ ~
../../../racket/src/module.c:6355: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:6405: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:6406: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:6606: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:6607: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:6612: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:6613: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:6982: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:6983: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:6984: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:6985: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:7084: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:7085: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:7541: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:7587: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:7597: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:7598: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:7599: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:7600: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:8155: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:8155: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:8155: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:8155:17: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[3])) {
^ ~
../../../racket/src/module.c:8155: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:8158: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:8159: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:8160: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:8163: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:8163:19: note: instantiated from:
if (SAME_OBJ(SCHEME_VEC_ELS(v)[8], scheme_make_integer(1)))
^ ~
../../../racket/src/module.c:8163: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:8165: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:8165: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:8165: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:8165:19: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^ ~
../../../racket/src/module.c:8165: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:8166: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:8223: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:8223: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:8223:17: note: instantiated from:
if (SCHEME_FALSEP(SCHEME_VEC_ELS(v)[3])) {
^ ~
../../../racket/src/module.c:8223: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:8226: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:8227: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:8228: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:8231: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:8231: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:8231: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:8231:19: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(v)[9]))
^ ~
../../../racket/src/module.c:8231: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:8232: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:10214: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:10214: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:10214: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:10214: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:10214:17: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^ ~
../../../racket/src/module.c:10214: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:10214: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:10214: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:10214:17: note: instantiated from:
&& SCHEME_SYMBOLP(SCHEME_VEC_ELS(e)[1])))
^ ~
../../../racket/src/module.c:10214: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:10471: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:10471:10: note: instantiated from:
if (!SCHEME_INTP(SCHEME_VEC_ELS(e)[2])) return_NULL();
^ ~
../../../racket/src/module.c:10471: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:10472: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:10472: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:10472: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:10472:20: note: instantiated from:
if (!SAME_TYPE(SCHEME_TYPE(SCHEME_VEC_ELS(e)[3]), scheme_resolve_prefix_type))
^ ~
../../../racket/src/module.c:10472: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:10472: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:10472:20: note: instantiated from:
if (!SAME_TYPE(SCHEME_TYPE(SCHEME_VEC_ELS(e)[3]), scheme_resolve_prefix_type))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/module.c:10472: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];
^
98 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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/print.c:3820: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:3821: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:3834: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:3850: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:3854: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:3855: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:3959: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:3960: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:3961: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:3962: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:3963: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:4000: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:4004: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:1498: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:1502: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:1506: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:1760: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/struct.c:2446: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:2447: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:2781: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:4907: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:4907: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:4907: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:4907:14: note: instantiated from:
meth_wrap = SCHEME_TRUEP(((Scheme_Structure *)obj)->slots[3]);
^ ~
../../../racket/src/struct.c:4907: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:692:18: note: array 'slots' declared here
Scheme_Object *slots[1];
^
../../../racket/src/struct.c:5291: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:1004: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:1006: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:1026: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:1037: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:1037: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:1037:8: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rnm)[1])) {
^ ~
../../../racket/src/stxobj.c:1037: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:1039: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:2153: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:2154: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:2155: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:2160: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:2161: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:2162: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:2208: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:2209: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:2222: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:2223: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:4075: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:4075: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:4075:8: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rename)[1])) {
^ ~
../../../racket/src/stxobj.c:4075: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:4077: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:4164: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:4168: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:4169: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:4217: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:4217: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:4217:18: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(orig)[1]))
^ ~
../../../racket/src/stxobj.c:4217: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:4218: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:4241: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:4242: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:4243: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:4244: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:4245: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:4246: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:4247: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:4257: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:4257: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:4510: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:4511: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:4529: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:4633: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:4634: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:4635: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:4647: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:4648: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:4649: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:4923: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:4923: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:4923:16: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(rename)[1])) {
^ ~
../../../racket/src/stxobj.c:4923: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:4925: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:5234: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:5235: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:5251: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:5652: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:5653: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:5654: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:5655: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:5656: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:5657: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:5658: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:5920: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:5920: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:5920: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:5920: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:5920:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^ ~
../../../racket/src/stxobj.c:5920: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:5920: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:5920: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:5920:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2])) {
^ ~
../../../racket/src/stxobj.c:5920: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:5947: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:5988: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:5999: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:5999: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:5999: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:5999: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:5999:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^ ~
../../../racket/src/stxobj.c:5999: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:5999: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:5999: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:5999:12: note: instantiated from:
&& !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[2]))) {
^ ~
../../../racket/src/stxobj.c:5999: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:6295: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:6420: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:6420: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:6420: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:6420: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:6420:25: note: instantiated from:
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^ ~
../../../racket/src/stxobj.c:6420: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:6420: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:6420: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:6420:25: note: instantiated from:
if (SCHEME_RIBP(a) || !SCHEME_SYMBOLP(SCHEME_VEC_ELS(a)[2])) {
^ ~
../../../racket/src/stxobj.c:6420: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:6700: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:6700: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:6700: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:6700:11: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(aa)[3])) {
^ ~
../../../racket/src/stxobj.c:6700: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:6708: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:6708: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:6709: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:6709: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:6710: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:7091: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:7387: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:7387: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:7387: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:7387: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:7387:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^ ~
../../../racket/src/stxobj.c:7387: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:7387: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:7387: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:7387:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[1])
^ ~
../../../racket/src/stxobj.c:7387: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:7388: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:228:30: note: instantiated from:
#define SCHEME_MODIDXP(obj) (SAME_TYPE(SCHEME_TYPE(obj), scheme_module_index_type))
^
../../../racket/src/stxobj.c:7388:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/stxobj.c:228: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:7388:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^ ~
../../../racket/src/stxobj.c:228: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:7388:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^ ~
../../../racket/src/stxobj.c:228:40: note: instantiated from:
#define SCHEME_MODIDXP(obj) (SAME_TYPE(SCHEME_TYPE(obj), scheme_module_index_type))
^
../../../racket/src/stxobj.c:7388:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^ ~
../../../racket/src/stxobj.c:7388: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:7388: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:228:30: note: instantiated from:
#define SCHEME_MODIDXP(obj) (SAME_TYPE(SCHEME_TYPE(obj), scheme_module_index_type))
^
../../../racket/src/stxobj.c:7388:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/stxobj.c:228:40: note: instantiated from:
#define SCHEME_MODIDXP(obj) (SAME_TYPE(SCHEME_TYPE(obj), scheme_module_index_type))
^
../../../racket/src/stxobj.c:7388:21: note: instantiated from:
|| !SCHEME_MODIDXP(SCHEME_VEC_ELS(v)[2])
^ ~
../../../racket/src/stxobj.c:7388: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:7389: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:7389: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:7389: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:7389: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:7389:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^ ~
../../../racket/src/stxobj.c:7389: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:7389: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:7389: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:7389:21: note: instantiated from:
|| !SCHEME_SYMBOLP(SCHEME_VEC_ELS(v)[3])
^ ~
../../../racket/src/stxobj.c:7389: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:7390: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:7391: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:7392: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:7402: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:7402: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:7402:12: note: instantiated from:
if (!SCHEME_FALSEP(SCHEME_VEC_ELS(a)[1])) {
^ ~
../../../racket/src/stxobj.c:7402: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:7403: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:7602: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:7625: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:7831: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:8389: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:8390: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:8391: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:8392: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:8423: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:8424: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:8425: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:8426: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:9084: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:9085: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:9214: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:9215: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:9294: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:9295: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:9296: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:9297: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:9298: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:9299: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:9338: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:9340: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:9356: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:9356: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:9356: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:9356:7: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^ ~
../../../racket/src/stxobj.c:9356: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:9357: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:9376: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:9376: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:9376: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:9376:7: note: instantiated from:
if (SCHEME_TRUEP(SCHEME_VEC_ELS(vec)[7]))
^ ~
../../../racket/src/stxobj.c:9376: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:9377: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:886: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:917: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:1079: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:3968: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:3968: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:3968: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:3968:21: note: instantiated from:
if (SAME_TYPE(SCHEME_TYPE(((Scheme_Sequence *)expr)->array[1]), scheme_application_type)) {
^ ~
../../../racket/src/syntax.c:3968: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:1219:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:3968: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:3968:21: note: instantiated from:
if (SAME_TYPE(SCHEME_TYPE(((Scheme_Sequence *)expr)->array[1]), scheme_application_type)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../racket/src/syntax.c:3968: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:1219:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:3969: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:1219:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:3970: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:3970:15: note: instantiated from:
if (SAME_OBJ(scheme_values_func, ((Scheme_App_Rec *)((Scheme_Sequence *)expr)->array[1])->args[0])) {
^ ~
../../../racket/src/syntax.c:3970: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:1219:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:4532: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:1219:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:4547: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:1219:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:4578: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:1219:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:4614: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:1219:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:4622: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:1219:18: note: array 'array' declared here
Scheme_Object *array[1];
^
../../../racket/src/syntax.c:5918: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:5919: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:5927: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:5936: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:5989: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:5998: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:6032: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:6033: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:6040: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:6159: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:6160: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:6161: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:6189: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:6189:13: note: instantiated from:
depth = SCHEME_INT_VAL(SCHEME_VEC_ELS(data)[2]);
^ ~
../../../racket/src/syntax.c:6189: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];
^
25 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:7278: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:7279: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:7280: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:7281: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:7282: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:7282:15: note: instantiated from:
i = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^ ~
../../../racket/src/thread.c:7282: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:7289: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:7290: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:7291: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:7292: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:7300: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:7301: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:7302: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:7303: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:7303: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:7311: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:7312: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:7313: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:7314: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:7314: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:7322: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:7323: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:7324: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:7325: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:7326: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:7326:16: note: instantiated from:
i1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^ ~
../../../racket/src/thread.c:7326: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:7327: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:7327:16: note: instantiated from:
i2 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[6]);
^ ~
../../../racket/src/thread.c:7327: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:7328: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:7328:16: note: instantiated from:
i3 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[7]);
^ ~
../../../racket/src/thread.c:7328: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:7329: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:7329:16: note: instantiated from:
i4 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[8]);
^ ~
../../../racket/src/thread.c:7329: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:7330: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:7330:16: note: instantiated from:
i5 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[9]);
^ ~
../../../racket/src/thread.c:7330: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:7331: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:7331:16: note: instantiated from:
i6 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[10]);
^ ~~
../../../racket/src/thread.c:7331: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:7332: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:7332:16: note: instantiated from:
i7 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[11]);
^ ~~
../../../racket/src/thread.c:7332: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:7333: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:7333:16: note: instantiated from:
i8 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[12]);
^ ~~
../../../racket/src/thread.c:7333: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:7334: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:7334:16: note: instantiated from:
i9 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[13]);
^ ~~
../../../racket/src/thread.c:7334: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:7341: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:7342: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:7343: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:7351: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:7352: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:7353: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:7353:15: note: instantiated from:
i = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[3]);
^ ~
../../../racket/src/thread.c:7353: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:7362: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:7363: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:7364: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:7364:16: note: instantiated from:
i1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[3]);
^ ~
../../../racket/src/thread.c:7364: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:7365: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:7365:16: note: instantiated from:
i2 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[4]);
^ ~
../../../racket/src/thread.c:7365: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:7366: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:7366:16: note: instantiated from:
i3 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[5]);
^ ~
../../../racket/src/thread.c:7366: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:7367: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:7367:16: note: instantiated from:
i4 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[6]);
^ ~
../../../racket/src/thread.c:7367: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:7368: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:7369: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:7369:16: note: instantiated from:
i5 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[8]);
^ ~
../../../racket/src/thread.c:7369: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:7370: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:7370:16: note: instantiated from:
i6 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[9]);
^ ~
../../../racket/src/thread.c:7370: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:7371: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:7371:16: note: instantiated from:
l1 = SCHEME_INT_VAL(SCHEME_VEC_ELS(act)[10]);
^ ~~
../../../racket/src/thread.c:7371: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
clang -o Racket.framework/Versions/5.1.1/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/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/Racket" "@executable_path/Racket.framework/Versions/5.1.1/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 -DNEWGC_BTC_ACCOUNT " --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 [35580]
Path: /Users/USER/*/racketcgc
Identifier: racketcgc
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: gnumake [35573]
Date/Time: 2011-05-06 20:14:15.593 -0400
OS Version: Mac OS X 10.7 (11A430e)
Report Version: 9
Interval Since Last Report: 13156 sec
Crashes Since Last Report: 8
Per-App Crashes Since Last Report: 7
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 0x00000000000006d8
VM Regions Near 0x6d8:
-->
__TEXT 000000010bd2f000-000000010bd34000 [ 20K] r-x/rwx SM=COW /Users/USER/*
Application Specific Information:
objc[35580]: garbage collection is OFF
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 Racket 0x000000010be871f7 scheme_main_stack_setup + 151
1 racketcgc 0x000000010bd30784 main + 36 (main.c:278)
2 racketcgc 0x000000010bd30734 start + 52
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00007fff6b92e5d0 rcx: 0x000000010bfa7b10 rdx: 0x00007fff6b92e598
rdi: 0x0000000000000102 rsi: 0x00007fabcb007400 rbp: 0x00007fff6b92e5c0 rsp: 0x00007fff6b92e590
r8: 0x0000000000000001 r9: 0x0000000000000000 r10: 0x0000000000094000 r11: 0x00007fff8e13982c
r12: 0x00007fabcb007400 r13: 0x0000000000000000 r14: 0x000000010bd30790 r15: 0x0000000000000001
rip: 0x000000010be871f7 rfl: 0x0000000000010202 cr2: 0x00000000000006d8
Logical CPU: 18
Binary Images:
0x10bd2f000 - 0x10bd33fff +racketcgc (??? - ???) <BA0C5582-9BAA-34CC-8074-1D374149A1DD> /Users/USER/*/racketcgc
0x10bd3c000 - 0x10bf5afff +Racket (??? - ???) <289BE959-3E3C-3E62-B9F6-20F9BA791B4E> /Users/USER/*/Racket.framework/Versions/5.1.1/Racket
0x10c13a000 - 0x10c14cff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <5D4165AA-34C6-3E70-A7B8-C9EF4351D76A> /usr/lib/libz.1.dylib
0x10c158000 - 0x10c1cbfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <96257186-9B19-3941-8A13-581AF5F14A7F> /usr/lib/libstdc++.6.dylib
0x7fff6b92f000 - 0x7fff6b9639ff 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.5M written=208K(0%) resident=324K(0%) swapped_out=0K(0%) unallocated=74.2M(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 2220K
__LINKEDIT 45.8M
__TEXT 11.6M
__UNICODE 544K
shared memory 12K
=========== =======
TOTAL 133.3M
VIRTUAL ALLOCATION BYTES
MALLOC ZONE SIZE COUNT ALLOCATED % FULL
=========== ======= ========= ========= ======
DefaultMallocZone_0x10bd37000 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