Skip to content

Instantly share code, notes, and snippets.

@accopeland
Created November 18, 2015 03:20
Show Gist options
  • Save accopeland/d607ada268ddba9e696e to your computer and use it in GitHub Desktop.
Save accopeland/d607ada268ddba9e696e to your computer and use it in GitHub Desktop.
julia-0.4 openblas compile error Xeon(R) CPU E5-2670
> uname -a
Linux gpint110 2.6.32-431.46.2.el6.nersc.x86_64 #1 SMP Thu Jan 22 09:48:18 PST 2015 x86_64 GNU/Linux
> git --version
git version 1.7.2.5
> gcc --version
gcc (GCC) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
549 rm -rf julia/
550 git checkout release-0.4
552 git clone https://github.com/JuliaLang/julia.git
553 cd julia/
554 git checkout release-0.4
555 make &>> make.log &
559 make &>> make.log &
564 make &>> make.log
566 cd deps/openspecfun
567 make &>> ../../make.log
568 cd ../../
570 make &>> make.log
573 make &>> make.log
error: unknown option `detach'
usage: git checkout [options] <branch>
or: git checkout [options] [<branch>] -- <file>...
-q, --quiet be quiet
-b <new branch> branch
-l log for new branch
-t, --track track
--orphan <new branch>
new unparented branch
-2, --ours stage
-3, --theirs stage
-f, --force force
-m, --merge merge
--conflict <style> conflict style (merge or diff3)
-p, --patch select hunks interactively
make[1]: *** [libuv/configure] Error 129
make: *** [julia-deps] Error 2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc -m64
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m64 accepts -g... yes
checking for gcc -m64 option to accept ISO C89... none needed
checking whether gcc -m64 understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc -m64 ... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether make supports nested variables... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc -m64 ... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -m64 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -m64 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -m64 supports -fno-rtti -fno-exceptions... no
checking for gcc -m64 option to produce PIC... -fPIC -DPIC
checking if gcc -m64 PIC flag -fPIC -DPIC works... yes
checking if gcc -m64 static flag -static works... no
checking if gcc -m64 supports -c -o file.o... yes
checking if gcc -m64 supports -c -o file.o... (cached) yes
checking whether the gcc -m64 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlopen in -ldl... yes
checking for kstat_lookup in -lkstat... no
checking for kvm_open in -lkvm... no
checking for gethostbyname in -lnsl... yes
checking for perfstat_cpu in -lperfstat... no
checking for pthread_mutex_init in -lpthread... yes
checking for clock_gettime in -lrt... yes
checking for sendfile in -lsendfile... no
checking for socket in -lsocket... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for dtrace... no
checking for pkg-config... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libuv.pc
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
/bin/sh ./config.status
config.status: creating libuv.pc
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
CC src/libuv_la-fs-poll.lo
CC src/libuv_la-inet.lo
CC src/libuv_la-uv-common.lo
CC src/libuv_la-version.lo
CC src/unix/libuv_la-async.lo
CC src/unix/libuv_la-core.lo
CC src/unix/libuv_la-dl.lo
CC src/unix/libuv_la-fs.lo
CC src/unix/libuv_la-getaddrinfo.lo
CC src/unix/libuv_la-getnameinfo.lo
CC src/unix/libuv_la-loop-watcher.lo
CC src/unix/libuv_la-loop.lo
CC src/unix/libuv_la-pipe.lo
CC src/unix/libuv_la-poll.lo
CC src/unix/libuv_la-process.lo
CC src/unix/libuv_la-signal.lo
CC src/unix/libuv_la-stream.lo
CC src/unix/libuv_la-tcp.lo
CC src/unix/libuv_la-thread.lo
CC src/unix/libuv_la-threadpool.lo
CC src/unix/libuv_la-timer.lo
CC src/unix/libuv_la-tty.lo
CC src/unix/libuv_la-udp.lo
CC src/unix/libuv_la-linux-core.lo
CC src/unix/libuv_la-linux-inotify.lo
CC src/unix/libuv_la-linux-syscalls.lo
CC src/unix/libuv_la-proctitle.lo
CCLD libuv.la
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libuv.la '/scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/lib'
libtool: install: /usr/bin/install -c .libs/libuv.so.11.0.0 /scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/lib/libuv.so.11.0.0
libtool: install: (cd /scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/lib && { ln -s -f libuv.so.11.0.0 libuv.so.11 || { rm -f libuv.so.11 && ln -s libuv.so.11.0.0 libuv.so.11; }; })
libtool: install: (cd /scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/lib && { ln -s -f libuv.so.11.0.0 libuv.so || { rm -f libuv.so && ln -s libuv.so.11.0.0 libuv.so; }; })
libtool: install: /usr/bin/install -c .libs/libuv.lai /scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/lib/libuv.la
libtool: install: /usr/bin/install -c .libs/libuv.a /scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/lib/libuv.a
libtool: install: chmod 644 /scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/lib/libuv.a
libtool: install: ranlib /scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/lib/libuv.a
libtool: install: warning: remember to run `libtool --finish /scratch/copeland/julia/usr/lib'
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/include'
/usr/bin/install -c -m 644 include/uv.h include/uv-errno.h include/uv-version.h include/uv-unix.h include/uv-linux.h '/scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/include'
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 libuv.pc '/scratch/copeland/julia/usr-staging/libuv/scratch/copeland/julia/usr/lib/pkgconfig'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 319 100 319 0 0 611 0 --:--:-- --:--:-- --:--:-- 972 3 1072k 3 34441 0 0 32562 0 0:00:33 0:00:01 0:00:32 32562 100 1072k 100 1072k 0 0 555k 0 0:00:01 0:00:01 --:--:-- 1190k
patching file src/x86_64/Gstep.c
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc -m64
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m64 accepts -g... yes
checking for gcc -m64 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc -m64 ... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -m64 accepts -g... yes
checking dependency style of g++ -m64 ... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc -m64 ... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -m64 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -m64 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -m64 supports -fno-rtti -fno-exceptions... no
checking for gcc -m64 option to produce PIC... -fPIC -DPIC
checking if gcc -m64 PIC flag -fPIC -DPIC works... yes
checking if gcc -m64 static flag -static works... yes
checking if gcc -m64 supports -c -o file.o... yes
checking if gcc -m64 supports -c -o file.o... (cached) yes
checking whether the gcc -m64 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -m64 -E
checking for ld used by g++ -m64 ... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ -m64 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ -m64 option to produce PIC... -fPIC -DPIC
checking if g++ -m64 PIC flag -fPIC -DPIC works... yes
checking if g++ -m64 static flag -static works... yes
checking if g++ -m64 supports -c -o file.o... yes
checking if g++ -m64 supports -c -o file.o... (cached) yes
checking whether the g++ -m64 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking dependency style of gcc -m64 ... gcc3
checking whether gcc -m64 and cc understand -c and -o together... yes
checking for __uc_get_grs in -luca... no
checking for library containing dlopen... -ldl
checking atomic_ops.h usability... no
checking atomic_ops.h presence... no
checking for atomic_ops.h... no
checking for ANSI C header files... (cached) yes
checking asm/ptrace_offsets.h usability... no
checking asm/ptrace_offsets.h presence... no
checking for asm/ptrace_offsets.h... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking ia64intrin.h usability... no
checking ia64intrin.h presence... no
checking for ia64intrin.h... no
checking sys/uc_access.h usability... no
checking sys/uc_access.h presence... no
checking for sys/uc_access.h... no
checking for unistd.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sys/types.h... (cached) yes
checking sys/procfs.h usability... yes
checking sys/procfs.h presence... yes
checking for sys/procfs.h... yes
checking sys/ptrace.h usability... yes
checking sys/ptrace.h presence... yes
checking for sys/ptrace.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking size of off_t... 8
checking for struct dl_phdr_info.dlpi_subs... yes
checking for struct elf_prstatus... yes
checking for struct prstatus... no
checking whether PTRACE_POKEUSER is declared... yes
checking whether PTRACE_POKEDATA is declared... yes
checking whether PTRACE_TRACEME is declared... yes
checking whether PTRACE_CONT is declared... yes
checking whether PTRACE_SINGLESTEP is declared... yes
checking whether PTRACE_SYSCALL is declared... yes
checking whether PT_IO is declared... no
checking whether PT_GETREGS is declared... yes
checking whether PT_GETFPREGS is declared... yes
checking whether PT_CONTINUE is declared... yes
checking whether PT_TRACE_ME is declared... yes
checking whether PT_STEP is declared... yes
checking whether PT_SYSCALL is declared... yes
checking for dl_iterate_phdr... yes
checking for dl_phdr_removals_counter... no
checking for dlmodinfo... no
checking for getunwind... no
checking for ttrace... no
checking for mincore... yes
checking if building with AltiVec... no
checking if we should build libunwind-coredump... yes
checking for build architecture... x86_64
checking for host architecture... x86_64
checking for target architecture... x86_64
checking for target operating system... linux-gnu
checking for ELF helper width... 64
checking whether to include DWARF support... yes
checking whether to restrict build to remote support... no
checking whether to enable debug support...
checking whether to enable C++ exception support... no
checking whether to load .debug_frame sections... no
checking whether to block signals during mutex ops... yes
checking whether to validate memory addresses before use... yes
checking whether to enable msabi support...
checking whether to support LZMA-compressed symbol tables... no
checking for __thread... yes
checking for Intel compiler... no
checking for __builtin___clear_cache... yes
checking for __sync atomics... yes
checking for library containing backtrace... none required
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/check-namespace.sh
config.status: creating doc/Makefile
config.status: creating doc/common.tex
config.status: creating include/libunwind-common.h
config.status: creating include/libunwind.h
config.status: creating include/tdep/libunwind_i.h
config.status: creating src/unwind/libunwind.pc
config.status: creating src/coredump/libunwind-coredump.pc
config.status: creating src/ptrace/libunwind-ptrace.pc
config.status: creating src/setjmp/libunwind-setjmp.pc
config.status: creating src/libunwind-generic.pc
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
/bin/sh ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/check-namespace.sh
config.status: creating doc/Makefile
config.status: creating doc/common.tex
config.status: creating include/libunwind-common.h
config.status: creating include/libunwind.h
config.status: creating include/tdep/libunwind_i.h
config.status: creating src/unwind/libunwind.pc
config.status: creating src/coredump/libunwind-coredump.pc
config.status: creating src/ptrace/libunwind-ptrace.pc
config.status: creating src/setjmp/libunwind-setjmp.pc
config.status: creating src/libunwind-generic.pc
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in src
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT os-linux.lo -MD -MP -MF .deps/os-linux.Tpo -c os-linux.c -o os-linux.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/init.lo -MD -MP -MF mi/.deps/init.Tpo -c mi/init.c -o mi/init.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/flush_cache.lo -MD -MP -MF mi/.deps/flush_cache.Tpo -c mi/flush_cache.c -o mi/flush_cache.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/mempool.lo -MD -MP -MF mi/.deps/mempool.Tpo -c mi/mempool.c -o mi/mempool.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/strerror.lo -MD -MP -MF mi/.deps/strerror.Tpo -c mi/strerror.c -o mi/strerror.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/is_fpreg.lo -MD -MP -MF x86_64/.deps/is_fpreg.Tpo -c x86_64/is_fpreg.c -o x86_64/is_fpreg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/regname.lo -MD -MP -MF x86_64/.deps/regname.Tpo -c x86_64/regname.c -o x86_64/regname.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Los-linux.lo -MD -MP -MF x86_64/.deps/Los-linux.Tpo -c x86_64/Los-linux.c -o x86_64/Los-linux.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/backtrace.lo -MD -MP -MF mi/.deps/backtrace.Tpo -c mi/backtrace.c -o mi/backtrace.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/dyn-cancel.lo -MD -MP -MF mi/.deps/dyn-cancel.Tpo -c mi/dyn-cancel.c -o mi/dyn-cancel.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/dyn-info-list.lo -MD -MP -MF mi/.deps/dyn-info-list.Tpo -c mi/dyn-info-list.c -o mi/dyn-info-list.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/dyn-register.lo -MD -MP -MF mi/.deps/dyn-register.Tpo -c mi/dyn-register.c -o mi/dyn-register.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Ldyn-extract.lo -MD -MP -MF mi/.deps/Ldyn-extract.Tpo -c mi/Ldyn-extract.c -o mi/Ldyn-extract.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Lfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Lfind_dynamic_proc_info.Tpo -c mi/Lfind_dynamic_proc_info.c -o mi/Lfind_dynamic_proc_info.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Lget_accessors.lo -MD -MP -MF mi/.deps/Lget_accessors.Tpo -c mi/Lget_accessors.c -o mi/Lget_accessors.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Lget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Lget_proc_info_by_ip.Tpo -c mi/Lget_proc_info_by_ip.c -o mi/Lget_proc_info_by_ip.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Lget_proc_name.lo -MD -MP -MF mi/.deps/Lget_proc_name.Tpo -c mi/Lget_proc_name.c -o mi/Lget_proc_name.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Lput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Lput_dynamic_unwind_info.Tpo -c mi/Lput_dynamic_unwind_info.c -o mi/Lput_dynamic_unwind_info.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Ldestroy_addr_space.lo -MD -MP -MF mi/.deps/Ldestroy_addr_space.Tpo -c mi/Ldestroy_addr_space.c -o mi/Ldestroy_addr_space.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Lget_reg.lo -MD -MP -MF mi/.deps/Lget_reg.Tpo -c mi/Lget_reg.c -o mi/Lget_reg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Lset_reg.lo -MD -MP -MF mi/.deps/Lset_reg.Tpo -c mi/Lset_reg.c -o mi/Lset_reg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Lget_fpreg.lo -MD -MP -MF mi/.deps/Lget_fpreg.Tpo -c mi/Lget_fpreg.c -o mi/Lget_fpreg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Lset_fpreg.lo -MD -MP -MF mi/.deps/Lset_fpreg.Tpo -c mi/Lset_fpreg.c -o mi/Lset_fpreg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Lset_caching_policy.lo -MD -MP -MF mi/.deps/Lset_caching_policy.Tpo -c mi/Lset_caching_policy.c -o mi/Lset_caching_policy.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -fPIC -D_GNU_SOURCE -DNDEBUG -MT x86_64/setcontext.lo -MD -MP -MF x86_64/.deps/setcontext.Tpo -c x86_64/setcontext.S -o x86_64/setcontext.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Lcreate_addr_space.lo -MD -MP -MF x86_64/.deps/Lcreate_addr_space.Tpo -c x86_64/Lcreate_addr_space.c -o x86_64/Lcreate_addr_space.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Lget_save_loc.lo -MD -MP -MF x86_64/.deps/Lget_save_loc.Tpo -c x86_64/Lget_save_loc.c -o x86_64/Lget_save_loc.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Lglobal.lo -MD -MP -MF x86_64/.deps/Lglobal.Tpo -c x86_64/Lglobal.c -o x86_64/Lglobal.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Linit.lo -MD -MP -MF x86_64/.deps/Linit.Tpo -c x86_64/Linit.c -o x86_64/Linit.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Linit_local.lo -MD -MP -MF x86_64/.deps/Linit_local.Tpo -c x86_64/Linit_local.c -o x86_64/Linit_local.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Linit_remote.lo -MD -MP -MF x86_64/.deps/Linit_remote.Tpo -c x86_64/Linit_remote.c -o x86_64/Linit_remote.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Lget_proc_info.lo -MD -MP -MF x86_64/.deps/Lget_proc_info.Tpo -c x86_64/Lget_proc_info.c -o x86_64/Lget_proc_info.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Lregs.lo -MD -MP -MF x86_64/.deps/Lregs.Tpo -c x86_64/Lregs.c -o x86_64/Lregs.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Lresume.lo -MD -MP -MF x86_64/.deps/Lresume.Tpo -c x86_64/Lresume.c -o x86_64/Lresume.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Lstash_frame.lo -MD -MP -MF x86_64/.deps/Lstash_frame.Tpo -c x86_64/Lstash_frame.c -o x86_64/Lstash_frame.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Lstep.lo -MD -MP -MF x86_64/.deps/Lstep.Tpo -c x86_64/Lstep.c -o x86_64/Lstep.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Ltrace.lo -MD -MP -MF x86_64/.deps/Ltrace.Tpo -c x86_64/Ltrace.c -o x86_64/Ltrace.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -fPIC -D_GNU_SOURCE -DNDEBUG -MT x86_64/getcontext.lo -MD -MP -MF x86_64/.deps/getcontext.Tpo -c x86_64/getcontext.S -o x86_64/getcontext.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Lexpr.lo -MD -MP -MF dwarf/.deps/Lexpr.Tpo -c dwarf/Lexpr.c -o dwarf/Lexpr.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Lfde.lo -MD -MP -MF dwarf/.deps/Lfde.Tpo -c dwarf/Lfde.c -o dwarf/Lfde.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Lparser.lo -MD -MP -MF dwarf/.deps/Lparser.Tpo -c dwarf/Lparser.c -o dwarf/Lparser.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Lpe.lo -MD -MP -MF dwarf/.deps/Lpe.Tpo -c dwarf/Lpe.c -o dwarf/Lpe.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Lstep.lo -MD -MP -MF dwarf/.deps/Lstep.Tpo -c dwarf/Lstep.c -o dwarf/Lstep.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Lfind_proc_info-lsb.lo -MD -MP -MF dwarf/.deps/Lfind_proc_info-lsb.Tpo -c dwarf/Lfind_proc_info-lsb.c -o dwarf/Lfind_proc_info-lsb.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Lfind_unwind_table.lo -MD -MP -MF dwarf/.deps/Lfind_unwind_table.Tpo -c dwarf/Lfind_unwind_table.c -o dwarf/Lfind_unwind_table.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/global.lo -MD -MP -MF dwarf/.deps/global.Tpo -c dwarf/global.c -o dwarf/global.o
libtool: link: ar cru .libs/libunwind-dwarf-common.a dwarf/global.o
libtool: link: ranlib .libs/libunwind-dwarf-common.a
libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-common.la" && ln -s "../libunwind-dwarf-common.la" "libunwind-dwarf-common.la" )
libtool: link: (cd .libs/libunwind-dwarf-local.lax/libunwind-dwarf-common.a && ar x "/scratch/copeland/julia/deps/libunwind-1.1/src/./.libs/libunwind-dwarf-common.a")
libtool: link: ar cru .libs/libunwind-dwarf-local.a dwarf/Lexpr.o dwarf/Lfde.o dwarf/Lparser.o dwarf/Lpe.o dwarf/Lstep.o dwarf/Lfind_proc_info-lsb.o dwarf/Lfind_unwind_table.o .libs/libunwind-dwarf-local.lax/libunwind-dwarf-common.a/global.o
libtool: link: ranlib .libs/libunwind-dwarf-local.a
libtool: link: rm -fr .libs/libunwind-dwarf-local.lax
libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-local.la" && ln -s "../libunwind-dwarf-local.la" "libunwind-dwarf-local.la" )
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c elf64.c -o elf64.o
libtool: link: ar cru .libs/libunwind-elf64.a elf64.o
libtool: link: ranlib .libs/libunwind-elf64.a
libtool: link: ( cd ".libs" && rm -f "libunwind-elf64.la" && ln -s "../libunwind-elf64.la" "libunwind-elf64.la" )
libtool: link: (cd .libs/libunwind.lax/libunwind-dwarf-local.a && ar x "/scratch/copeland/julia/deps/libunwind-1.1/src/./.libs/libunwind-dwarf-local.a")
libtool: link: (cd .libs/libunwind.lax/libunwind-elf64.a && ar x "/scratch/copeland/julia/deps/libunwind-1.1/src/./.libs/libunwind-elf64.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libunwind.lax/libunwind-dwarf-local.a/Lstep.o .libs/libunwind.lax/lt1-Lstep.o || cp .libs/libunwind.lax/libunwind-dwarf-local.a/Lstep.o .libs/libunwind.lax/lt1-Lstep.o
libtool: link: ar cru .libs/libunwind.a os-linux.o mi/init.o mi/flush_cache.o mi/mempool.o mi/strerror.o x86_64/is_fpreg.o x86_64/regname.o x86_64/Los-linux.o mi/backtrace.o mi/dyn-cancel.o mi/dyn-info-list.o mi/dyn-register.o mi/Ldyn-extract.o mi/Lfind_dynamic_proc_info.o mi/Lget_accessors.o mi/Lget_proc_info_by_ip.o mi/Lget_proc_name.o mi/Lput_dynamic_unwind_info.o mi/Ldestroy_addr_space.o mi/Lget_reg.o mi/Lset_reg.o mi/Lget_fpreg.o mi/Lset_fpreg.o mi/Lset_caching_policy.o x86_64/setcontext.o x86_64/Lcreate_addr_space.o x86_64/Lget_save_loc.o x86_64/Lglobal.o x86_64/Linit.o x86_64/Linit_local.o x86_64/Linit_remote.o x86_64/Lget_proc_info.o x86_64/Lregs.o x86_64/Lresume.o x86_64/Lstash_frame.o x86_64/Lstep.o x86_64/Ltrace.o x86_64/getcontext.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lexpr.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lfde.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lfind_proc_info-lsb.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lfind_unwind_table.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lparser.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lpe.o .libs/libunwind.lax/lt1-Lstep.o .libs/libunwind.lax/libunwind-dwarf-local.a/global.o .libs/libunwind.lax/libunwind-elf64.a/elf64.o
libtool: link: ranlib .libs/libunwind.a
libtool: link: rm -fr .libs/libunwind.lax .libs/libunwind.lax
libtool: link: ( cd ".libs" && rm -f "libunwind.la" && ln -s "../libunwind.la" "libunwind.la" )
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_elf.lo -MD -MP -MF ptrace/.deps/_UPT_elf.Tpo -c ptrace/_UPT_elf.c -o ptrace/_UPT_elf.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_accessors.lo -MD -MP -MF ptrace/.deps/_UPT_accessors.Tpo -c ptrace/_UPT_accessors.c -o ptrace/_UPT_accessors.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_access_fpreg.lo -MD -MP -MF ptrace/.deps/_UPT_access_fpreg.Tpo -c ptrace/_UPT_access_fpreg.c -o ptrace/_UPT_access_fpreg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_access_mem.lo -MD -MP -MF ptrace/.deps/_UPT_access_mem.Tpo -c ptrace/_UPT_access_mem.c -o ptrace/_UPT_access_mem.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_access_reg.lo -MD -MP -MF ptrace/.deps/_UPT_access_reg.Tpo -c ptrace/_UPT_access_reg.c -o ptrace/_UPT_access_reg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_create.lo -MD -MP -MF ptrace/.deps/_UPT_create.Tpo -c ptrace/_UPT_create.c -o ptrace/_UPT_create.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_destroy.lo -MD -MP -MF ptrace/.deps/_UPT_destroy.Tpo -c ptrace/_UPT_destroy.c -o ptrace/_UPT_destroy.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_find_proc_info.lo -MD -MP -MF ptrace/.deps/_UPT_find_proc_info.Tpo -c ptrace/_UPT_find_proc_info.c -o ptrace/_UPT_find_proc_info.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_get_dyn_info_list_addr.lo -MD -MP -MF ptrace/.deps/_UPT_get_dyn_info_list_addr.Tpo -c ptrace/_UPT_get_dyn_info_list_addr.c -o ptrace/_UPT_get_dyn_info_list_addr.o
ptrace/_UPT_get_dyn_info_list_addr.c: In function 'get_list_addr':
ptrace/_UPT_get_dyn_info_list_addr.c:78:3: warning: #warning Implement get_list_addr(), please. [-Wcpp]
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_put_unwind_info.lo -MD -MP -MF ptrace/.deps/_UPT_put_unwind_info.Tpo -c ptrace/_UPT_put_unwind_info.c -o ptrace/_UPT_put_unwind_info.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_get_proc_name.lo -MD -MP -MF ptrace/.deps/_UPT_get_proc_name.Tpo -c ptrace/_UPT_get_proc_name.c -o ptrace/_UPT_get_proc_name.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_reg_offset.lo -MD -MP -MF ptrace/.deps/_UPT_reg_offset.Tpo -c ptrace/_UPT_reg_offset.c -o ptrace/_UPT_reg_offset.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT ptrace/_UPT_resume.lo -MD -MP -MF ptrace/.deps/_UPT_resume.Tpo -c ptrace/_UPT_resume.c -o ptrace/_UPT_resume.o
libtool: link: ar cru .libs/libunwind-ptrace.a ptrace/_UPT_elf.o ptrace/_UPT_accessors.o ptrace/_UPT_access_fpreg.o ptrace/_UPT_access_mem.o ptrace/_UPT_access_reg.o ptrace/_UPT_create.o ptrace/_UPT_destroy.o ptrace/_UPT_find_proc_info.o ptrace/_UPT_get_dyn_info_list_addr.o ptrace/_UPT_put_unwind_info.o ptrace/_UPT_get_proc_name.o ptrace/_UPT_reg_offset.o ptrace/_UPT_resume.o
libtool: link: ranlib .libs/libunwind-ptrace.a
libtool: link: ( cd ".libs" && rm -f "libunwind-ptrace.la" && ln -s "../libunwind-ptrace.la" "libunwind-ptrace.la" )
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UCD_accessors.lo -MD -MP -MF coredump/.deps/_UCD_accessors.Tpo -c coredump/_UCD_accessors.c -o coredump/_UCD_accessors.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UCD_create.lo -MD -MP -MF coredump/.deps/_UCD_create.Tpo -c coredump/_UCD_create.c -o coredump/_UCD_create.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UCD_destroy.lo -MD -MP -MF coredump/.deps/_UCD_destroy.Tpo -c coredump/_UCD_destroy.c -o coredump/_UCD_destroy.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UCD_access_mem.lo -MD -MP -MF coredump/.deps/_UCD_access_mem.Tpo -c coredump/_UCD_access_mem.c -o coredump/_UCD_access_mem.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UCD_elf_map_image.lo -MD -MP -MF coredump/.deps/_UCD_elf_map_image.Tpo -c coredump/_UCD_elf_map_image.c -o coredump/_UCD_elf_map_image.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UCD_find_proc_info.lo -MD -MP -MF coredump/.deps/_UCD_find_proc_info.Tpo -c coredump/_UCD_find_proc_info.c -o coredump/_UCD_find_proc_info.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UCD_get_proc_name.lo -MD -MP -MF coredump/.deps/_UCD_get_proc_name.Tpo -c coredump/_UCD_get_proc_name.c -o coredump/_UCD_get_proc_name.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UPT_elf.lo -MD -MP -MF coredump/.deps/_UPT_elf.Tpo -c coredump/_UPT_elf.c -o coredump/_UPT_elf.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UPT_access_fpreg.lo -MD -MP -MF coredump/.deps/_UPT_access_fpreg.Tpo -c coredump/_UPT_access_fpreg.c -o coredump/_UPT_access_fpreg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UPT_get_dyn_info_list_addr.lo -MD -MP -MF coredump/.deps/_UPT_get_dyn_info_list_addr.Tpo -c coredump/_UPT_get_dyn_info_list_addr.c -o coredump/_UPT_get_dyn_info_list_addr.o
coredump/_UPT_get_dyn_info_list_addr.c: In function 'get_list_addr':
coredump/_UPT_get_dyn_info_list_addr.c:81:3: warning: #warning Implement get_list_addr(), please. [-Wcpp]
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UPT_put_unwind_info.lo -MD -MP -MF coredump/.deps/_UPT_put_unwind_info.Tpo -c coredump/_UPT_put_unwind_info.c -o coredump/_UPT_put_unwind_info.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UPT_resume.lo -MD -MP -MF coredump/.deps/_UPT_resume.Tpo -c coredump/_UPT_resume.c -o coredump/_UPT_resume.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT coredump/_UCD_access_reg_linux.lo -MD -MP -MF coredump/.deps/_UCD_access_reg_linux.Tpo -c coredump/_UCD_access_reg_linux.c -o coredump/_UCD_access_reg_linux.o
libtool: link: ar cru .libs/libunwind-coredump.a coredump/_UCD_accessors.o coredump/_UCD_create.o coredump/_UCD_destroy.o coredump/_UCD_access_mem.o coredump/_UCD_elf_map_image.o coredump/_UCD_find_proc_info.o coredump/_UCD_get_proc_name.o coredump/_UPT_elf.o coredump/_UPT_access_fpreg.o coredump/_UPT_get_dyn_info_list_addr.o coredump/_UPT_put_unwind_info.o coredump/_UPT_resume.o coredump/_UCD_access_reg_linux.o
libtool: link: ranlib .libs/libunwind-coredump.a
libtool: link: ( cd ".libs" && rm -f "libunwind-coredump.la" && ln -s "../libunwind-coredump.la" "libunwind-coredump.la" )
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Gos-linux.lo -MD -MP -MF x86_64/.deps/Gos-linux.Tpo -c x86_64/Gos-linux.c -o x86_64/Gos-linux.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gdyn-extract.lo -MD -MP -MF mi/.deps/Gdyn-extract.Tpo -c mi/Gdyn-extract.c -o mi/Gdyn-extract.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gdyn-remote.lo -MD -MP -MF mi/.deps/Gdyn-remote.Tpo -c mi/Gdyn-remote.c -o mi/Gdyn-remote.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Gfind_dynamic_proc_info.Tpo -c mi/Gfind_dynamic_proc_info.c -o mi/Gfind_dynamic_proc_info.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gget_accessors.lo -MD -MP -MF mi/.deps/Gget_accessors.Tpo -c mi/Gget_accessors.c -o mi/Gget_accessors.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Gget_proc_info_by_ip.Tpo -c mi/Gget_proc_info_by_ip.c -o mi/Gget_proc_info_by_ip.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gget_proc_name.lo -MD -MP -MF mi/.deps/Gget_proc_name.Tpo -c mi/Gget_proc_name.c -o mi/Gget_proc_name.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Gput_dynamic_unwind_info.Tpo -c mi/Gput_dynamic_unwind_info.c -o mi/Gput_dynamic_unwind_info.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gdestroy_addr_space.lo -MD -MP -MF mi/.deps/Gdestroy_addr_space.Tpo -c mi/Gdestroy_addr_space.c -o mi/Gdestroy_addr_space.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gget_reg.lo -MD -MP -MF mi/.deps/Gget_reg.Tpo -c mi/Gget_reg.c -o mi/Gget_reg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gset_reg.lo -MD -MP -MF mi/.deps/Gset_reg.Tpo -c mi/Gset_reg.c -o mi/Gset_reg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gget_fpreg.lo -MD -MP -MF mi/.deps/Gget_fpreg.Tpo -c mi/Gget_fpreg.c -o mi/Gget_fpreg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gset_fpreg.lo -MD -MP -MF mi/.deps/Gset_fpreg.Tpo -c mi/Gset_fpreg.c -o mi/Gset_fpreg.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT mi/Gset_caching_policy.lo -MD -MP -MF mi/.deps/Gset_caching_policy.Tpo -c mi/Gset_caching_policy.c -o mi/Gset_caching_policy.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Gcreate_addr_space.lo -MD -MP -MF x86_64/.deps/Gcreate_addr_space.Tpo -c x86_64/Gcreate_addr_space.c -o x86_64/Gcreate_addr_space.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Gget_save_loc.lo -MD -MP -MF x86_64/.deps/Gget_save_loc.Tpo -c x86_64/Gget_save_loc.c -o x86_64/Gget_save_loc.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Gglobal.lo -MD -MP -MF x86_64/.deps/Gglobal.Tpo -c x86_64/Gglobal.c -o x86_64/Gglobal.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Ginit.lo -MD -MP -MF x86_64/.deps/Ginit.Tpo -c x86_64/Ginit.c -o x86_64/Ginit.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Ginit_local.lo -MD -MP -MF x86_64/.deps/Ginit_local.Tpo -c x86_64/Ginit_local.c -o x86_64/Ginit_local.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Ginit_remote.lo -MD -MP -MF x86_64/.deps/Ginit_remote.Tpo -c x86_64/Ginit_remote.c -o x86_64/Ginit_remote.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Gget_proc_info.lo -MD -MP -MF x86_64/.deps/Gget_proc_info.Tpo -c x86_64/Gget_proc_info.c -o x86_64/Gget_proc_info.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Gregs.lo -MD -MP -MF x86_64/.deps/Gregs.Tpo -c x86_64/Gregs.c -o x86_64/Gregs.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Gresume.lo -MD -MP -MF x86_64/.deps/Gresume.Tpo -c x86_64/Gresume.c -o x86_64/Gresume.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Gstash_frame.lo -MD -MP -MF x86_64/.deps/Gstash_frame.Tpo -c x86_64/Gstash_frame.c -o x86_64/Gstash_frame.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Gstep.lo -MD -MP -MF x86_64/.deps/Gstep.Tpo -c x86_64/Gstep.c -o x86_64/Gstep.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT x86_64/Gtrace.lo -MD -MP -MF x86_64/.deps/Gtrace.Tpo -c x86_64/Gtrace.c -o x86_64/Gtrace.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Gexpr.lo -MD -MP -MF dwarf/.deps/Gexpr.Tpo -c dwarf/Gexpr.c -o dwarf/Gexpr.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Gfde.lo -MD -MP -MF dwarf/.deps/Gfde.Tpo -c dwarf/Gfde.c -o dwarf/Gfde.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Gparser.lo -MD -MP -MF dwarf/.deps/Gparser.Tpo -c dwarf/Gparser.c -o dwarf/Gparser.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Gpe.lo -MD -MP -MF dwarf/.deps/Gpe.Tpo -c dwarf/Gpe.c -o dwarf/Gpe.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Gstep.lo -MD -MP -MF dwarf/.deps/Gstep.Tpo -c dwarf/Gstep.c -o dwarf/Gstep.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Gfind_proc_info-lsb.lo -MD -MP -MF dwarf/.deps/Gfind_proc_info-lsb.Tpo -c dwarf/Gfind_proc_info-lsb.c -o dwarf/Gfind_proc_info-lsb.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT dwarf/Gfind_unwind_table.lo -MD -MP -MF dwarf/.deps/Gfind_unwind_table.Tpo -c dwarf/Gfind_unwind_table.c -o dwarf/Gfind_unwind_table.o
libtool: link: (cd .libs/libunwind-dwarf-generic.lax/libunwind-dwarf-common.a && ar x "/scratch/copeland/julia/deps/libunwind-1.1/src/./.libs/libunwind-dwarf-common.a")
libtool: link: ar cru .libs/libunwind-dwarf-generic.a dwarf/Gexpr.o dwarf/Gfde.o dwarf/Gparser.o dwarf/Gpe.o dwarf/Gstep.o dwarf/Gfind_proc_info-lsb.o dwarf/Gfind_unwind_table.o .libs/libunwind-dwarf-generic.lax/libunwind-dwarf-common.a/global.o
libtool: link: ranlib .libs/libunwind-dwarf-generic.a
libtool: link: rm -fr .libs/libunwind-dwarf-generic.lax
libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-generic.la" && ln -s "../libunwind-dwarf-generic.la" "libunwind-dwarf-generic.la" )
libtool: link: (cd .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a && ar x "/scratch/copeland/julia/deps/libunwind-1.1/src/./.libs/libunwind-dwarf-generic.a")
libtool: link: (cd .libs/libunwind-x86_64.lax/libunwind-elf64.a && ar x "/scratch/copeland/julia/deps/libunwind-1.1/src/./.libs/libunwind-elf64.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gstep.o .libs/libunwind-x86_64.lax/lt1-Gstep.o || cp .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gstep.o .libs/libunwind-x86_64.lax/lt1-Gstep.o
libtool: link: ar cru .libs/libunwind-x86_64.a os-linux.o mi/init.o mi/flush_cache.o mi/mempool.o mi/strerror.o x86_64/is_fpreg.o x86_64/regname.o x86_64/Gos-linux.o mi/Gdyn-extract.o mi/Gdyn-remote.o mi/Gfind_dynamic_proc_info.o mi/Gget_accessors.o mi/Gget_proc_info_by_ip.o mi/Gget_proc_name.o mi/Gput_dynamic_unwind_info.o mi/Gdestroy_addr_space.o mi/Gget_reg.o mi/Gset_reg.o mi/Gget_fpreg.o mi/Gset_fpreg.o mi/Gset_caching_policy.o x86_64/Gcreate_addr_space.o x86_64/Gget_save_loc.o x86_64/Gglobal.o x86_64/Ginit.o x86_64/Ginit_local.o x86_64/Ginit_remote.o x86_64/Gget_proc_info.o x86_64/Gregs.o x86_64/Gresume.o x86_64/Gstash_frame.o x86_64/Gstep.o x86_64/Gtrace.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gexpr.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gfde.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gfind_proc_info-lsb.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gfind_unwind_table.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gparser.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gpe.o .libs/libunwind-x86_64.lax/lt1-Gstep.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/global.o .libs/libunwind-x86_64.lax/libunwind-elf64.a/elf64.o
libtool: link: ranlib .libs/libunwind-x86_64.a
libtool: link: rm -fr .libs/libunwind-x86_64.lax .libs/libunwind-x86_64.lax
libtool: link: ( cd ".libs" && rm -f "libunwind-x86_64.la" && ln -s "../libunwind-x86_64.la" "libunwind-x86_64.la" )
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT setjmp/longjmp.lo -MD -MP -MF setjmp/.deps/longjmp.Tpo -c setjmp/longjmp.c -o setjmp/longjmp.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -MT setjmp/siglongjmp.lo -MD -MP -MF setjmp/.deps/siglongjmp.Tpo -c setjmp/siglongjmp.c -o setjmp/siglongjmp.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -fPIC -D_GNU_SOURCE -DNDEBUG -MT x86_64/longjmp.lo -MD -MP -MF x86_64/.deps/longjmp.Tpo -c x86_64/longjmp.S -o x86_64/longjmp.o
libtool: compile: gcc -m64 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -fPIC -D_GNU_SOURCE -DNDEBUG -MT x86_64/siglongjmp.lo -MD -MP -MF x86_64/.deps/siglongjmp.Tpo -c x86_64/siglongjmp.S -o x86_64/siglongjmp.o
libtool: link: (cd .libs/libunwind-setjmp.lax/libunwind-elf64.a && ar x "/scratch/copeland/julia/deps/libunwind-1.1/src/./.libs/libunwind-elf64.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln x86_64/longjmp.o .libs/libunwind-setjmp.lax/lt1-longjmp.o || cp x86_64/longjmp.o .libs/libunwind-setjmp.lax/lt1-longjmp.o
libtool: link: ln x86_64/siglongjmp.o .libs/libunwind-setjmp.lax/lt2-siglongjmp.o || cp x86_64/siglongjmp.o .libs/libunwind-setjmp.lax/lt2-siglongjmp.o
libtool: link: ar cru .libs/libunwind-setjmp.a setjmp/longjmp.o setjmp/siglongjmp.o .libs/libunwind-setjmp.lax/lt1-longjmp.o .libs/libunwind-setjmp.lax/lt2-siglongjmp.o .libs/libunwind-setjmp.lax/libunwind-elf64.a/elf64.o
libtool: link: ranlib .libs/libunwind-setjmp.a
libtool: link: rm -fr .libs/libunwind-setjmp.lax .libs/libunwind-setjmp.lax
libtool: link: ( cd ".libs" && rm -f "libunwind-setjmp.la" && ln -s "../libunwind-setjmp.la" "libunwind-setjmp.la" )
Making all in tests
libtool: link: gcc -m64 -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -o forker forker.o
libtool: link: gcc -m64 -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -o crasher crasher.o
libtool: link: gcc -m64 -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -o mapper mapper.o
libtool: link: gcc -m64 -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -o test-ptrace-misc test-ptrace-misc.o ident.o
libtool: link: gcc -m64 -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -o Gperf-simple Gperf-simple.o ../src/.libs/libunwind-x86_64.a /scratch/copeland/julia/deps/libunwind-1.1/src/.libs/libunwind.a ../src/.libs/libunwind.a -lc -lgcc
libtool: link: gcc -m64 -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -o Lperf-simple Lperf-simple.o ../src/.libs/libunwind.a -lc -lgcc
libtool: link: gcc -m64 -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -o Gperf-trace Gperf-trace.o ../src/.libs/libunwind-x86_64.a /scratch/copeland/julia/deps/libunwind-1.1/src/.libs/libunwind.a ../src/.libs/libunwind.a -lc -lgcc
libtool: link: gcc -m64 -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -o Lperf-trace Lperf-trace.o ../src/.libs/libunwind.a -lc -lgcc
libtool: link: gcc -m64 -U_FORTIFY_SOURCE -fPIC -fexceptions -Wall -Wsign-compare -o test-coredump-unwind test-coredump-unwind.o ../src/.libs/libunwind-coredump.a ../src/.libs/libunwind-x86_64.a /scratch/copeland/julia/deps/libunwind-1.1/src/.libs/libunwind.a -lgcc -lc
Making all in doc
Making install in src
/bin/sh ../libtool --mode=install /usr/bin/install -c libunwind.la libunwind-ptrace.la libunwind-coredump.la libunwind-x86_64.la libunwind-setjmp.la '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib'
libtool: install: /usr/bin/install -c .libs/libunwind.lai /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind.la
libtool: install: /usr/bin/install -c .libs/libunwind-ptrace.lai /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-ptrace.la
libtool: install: /usr/bin/install -c .libs/libunwind-coredump.lai /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-coredump.la
libtool: install: /usr/bin/install -c .libs/libunwind-x86_64.lai /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-x86_64.la
libtool: install: /usr/bin/install -c .libs/libunwind-setjmp.lai /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-setjmp.la
libtool: install: /usr/bin/install -c .libs/libunwind.a /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind.a
libtool: install: chmod 644 /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind.a
libtool: install: ranlib /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind.a
libtool: install: /usr/bin/install -c .libs/libunwind-ptrace.a /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-ptrace.a
libtool: install: chmod 644 /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-ptrace.a
libtool: install: ranlib /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-ptrace.a
libtool: install: /usr/bin/install -c .libs/libunwind-coredump.a /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-coredump.a
libtool: install: chmod 644 /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-coredump.a
libtool: install: ranlib /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-coredump.a
libtool: install: /usr/bin/install -c .libs/libunwind-x86_64.a /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-x86_64.a
libtool: install: chmod 644 /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-x86_64.a
libtool: install: ranlib /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-x86_64.a
libtool: install: /usr/bin/install -c .libs/libunwind-setjmp.a /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-setjmp.a
libtool: install: chmod 644 /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-setjmp.a
libtool: install: ranlib /scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/libunwind-setjmp.a
libtool: install: warning: remember to run `libtool --finish /scratch/copeland/julia/usr/lib'
/usr/bin/install -c -m 644 libunwind-generic.pc unwind/libunwind.pc ptrace/libunwind-ptrace.pc setjmp/libunwind-setjmp.pc coredump/libunwind-coredump.pc '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/lib/pkgconfig'
Making install in tests
Making install in doc
/usr/bin/install -c -m 644 'libunwind.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/libunwind.3'
/usr/bin/install -c -m 644 'libunwind-dynamic.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/libunwind-dynamic.3'
/usr/bin/install -c -m 644 'libunwind-ia64.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/libunwind-ia64.3'
/usr/bin/install -c -m 644 'libunwind-ptrace.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/libunwind-ptrace.3'
/usr/bin/install -c -m 644 'libunwind-setjmp.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/libunwind-setjmp.3'
/usr/bin/install -c -m 644 'unw_backtrace.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_backtrace.3'
/usr/bin/install -c -m 644 'unw_flush_cache.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_flush_cache.3'
/usr/bin/install -c -m 644 'unw_get_accessors.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_get_accessors.3'
/usr/bin/install -c -m 644 'unw_get_proc_info.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_get_proc_info.3'
/usr/bin/install -c -m 644 'unw_get_proc_info_by_ip.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_get_proc_info_by_ip.3'
/usr/bin/install -c -m 644 'unw_get_proc_name.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_get_proc_name.3'
/usr/bin/install -c -m 644 'unw_get_fpreg.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_get_fpreg.3'
/usr/bin/install -c -m 644 'unw_get_reg.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_get_reg.3'
/usr/bin/install -c -m 644 'unw_getcontext.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_getcontext.3'
/usr/bin/install -c -m 644 'unw_init_local.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_init_local.3'
/usr/bin/install -c -m 644 'unw_init_remote.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_init_remote.3'
/usr/bin/install -c -m 644 'unw_is_fpreg.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_is_fpreg.3'
/usr/bin/install -c -m 644 'unw_is_signal_frame.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_is_signal_frame.3'
/usr/bin/install -c -m 644 'unw_create_addr_space.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_create_addr_space.3'
/usr/bin/install -c -m 644 'unw_destroy_addr_space.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_destroy_addr_space.3'
/usr/bin/install -c -m 644 'unw_regname.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_regname.3'
/usr/bin/install -c -m 644 'unw_resume.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_resume.3'
/usr/bin/install -c -m 644 'unw_set_caching_policy.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_set_caching_policy.3'
/usr/bin/install -c -m 644 'unw_set_fpreg.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_set_fpreg.3'
/usr/bin/install -c -m 644 'unw_set_reg.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_set_reg.3'
/usr/bin/install -c -m 644 'unw_step.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_step.3'
/usr/bin/install -c -m 644 'unw_strerror.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/unw_strerror.3'
/usr/bin/install -c -m 644 '_U_dyn_register.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/_U_dyn_register.3'
/usr/bin/install -c -m 644 '_U_dyn_cancel.man' '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/share/man/man3/_U_dyn_cancel.3'
/usr/bin/install -c -m 644 include/libunwind-dynamic.h include/libunwind-ptrace.h include/libunwind-coredump.h include/libunwind-x86_64.h include/libunwind.h include/unwind.h '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/include'
/usr/bin/install -c -m 644 include/libunwind-common.h '/scratch/copeland/julia/usr-staging/libunwind-1.1/scratch/copeland/julia/usr/include'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 317 100 317 0 0 416 0 --:--:-- --:--:-- --:--:-- 464 100 317 100 317 0 0 416 0 --:--:-- --:--:-- --:--:-- 464 100 140k 100 140k 0 0 98451 0 0:00:01 0:00:01 --:--:-- 98451
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc -m64
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m64 accepts -g... yes
checking for gcc -m64 option to accept ISO C89... none needed
checking dependency style of gcc -m64 ... gcc3
checking whether gcc -m64 and cc understand -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -m64 accepts -g... yes
checking dependency style of g++ -m64 ... gcc3
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating patchelf.spec
config.status: executing depfiles commands
/bin/sh ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating patchelf.spec
config.status: executing depfiles commands
Making all in src
Making all in tests
Making install in src
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/patchelf-0.8/scratch/copeland/julia/usr/bin'
/usr/bin/install -c patchelf '/scratch/copeland/julia/usr-staging/patchelf-0.8/scratch/copeland/julia/usr/bin'
Making install in tests
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/patchelf-0.8/scratch/copeland/julia/usr/share/doc/patchelf'
/usr/bin/install -c -m 644 README '/scratch/copeland/julia/usr-staging/patchelf-0.8/scratch/copeland/julia/usr/share/doc/patchelf'
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/patchelf-0.8/scratch/copeland/julia/usr/share/man/man1'
/usr/bin/install -c -m 644 patchelf.1 '/scratch/copeland/julia/usr-staging/patchelf-0.8/scratch/copeland/julia/usr/share/man/man1'
warning: Remote branch v0.4.1 not found in upstream origin, using HEAD instead
fatal: Couldn't find remote ref v0.4.1
make[1]: *** [openlibm/Makefile] Error 128
make: *** [julia-deps] Error 2
src/e_lgamma_r.c: In function 'lgamma_r':
src/e_lgamma_r.c:296:13: warning: 'nadj' may be used uninitialized in this function [-Wuninitialized]
src/e_lgammaf_r.c: In function 'lgammaf_r':
src/e_lgammaf_r.c:229:13: warning: 'nadj' may be used uninitialized in this function [-Wuninitialized]
In file included from /scratch/copeland/julia/deps/openlibm/include/openlibm_fenv.h:8:0,
from src/s_fma.c:31:
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:100:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:118:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:133:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:144:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:159:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:184:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:209:1: warning: 'visibility' attribute ignored [-Wattributes]
In file included from /scratch/copeland/julia/deps/openlibm/include/openlibm_fenv.h:8:0,
from src/s_fmaf.c:30:
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:100:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:118:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:133:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:144:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:159:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:184:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:209:1: warning: 'visibility' attribute ignored [-Wattributes]
In file included from /scratch/copeland/julia/deps/openlibm/include/openlibm_fenv.h:8:0,
from src/s_lround.c:30,
from src/s_llround.c:11:
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:100:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:118:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:133:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:144:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:159:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:184:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:209:1: warning: 'visibility' attribute ignored [-Wattributes]
In file included from /scratch/copeland/julia/deps/openlibm/include/openlibm_fenv.h:8:0,
from src/s_lround.c:30,
from src/s_llroundf.c:11:
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:100:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:118:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:133:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:144:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:159:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:184:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:209:1: warning: 'visibility' attribute ignored [-Wattributes]
In file included from /scratch/copeland/julia/deps/openlibm/include/openlibm_fenv.h:8:0,
from src/s_lround.c:30,
from src/s_llroundl.c:11:
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:100:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:118:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:133:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:144:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:159:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:184:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:209:1: warning: 'visibility' attribute ignored [-Wattributes]
In file included from /scratch/copeland/julia/deps/openlibm/include/openlibm_fenv.h:8:0,
from src/s_lround.c:30:
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:100:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:118:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:133:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:144:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:159:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:184:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:209:1: warning: 'visibility' attribute ignored [-Wattributes]
In file included from /scratch/copeland/julia/deps/openlibm/include/openlibm_fenv.h:8:0,
from src/s_lround.c:30,
from src/s_lroundf.c:11:
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:100:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:118:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:133:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:144:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:159:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:184:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:209:1: warning: 'visibility' attribute ignored [-Wattributes]
In file included from /scratch/copeland/julia/deps/openlibm/include/openlibm_fenv.h:8:0,
from src/s_lround.c:30,
from src/s_lroundl.c:11:
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:100:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:118:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:133:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:144:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:159:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:184:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:209:1: warning: 'visibility' attribute ignored [-Wattributes]
In file included from /scratch/copeland/julia/deps/openlibm/include/openlibm_fenv.h:8:0,
from src/s_nearbyint.c:30:
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:100:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:118:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:133:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:144:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:159:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:184:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:209:1: warning: 'visibility' attribute ignored [-Wattributes]
In file included from /scratch/copeland/julia/deps/openlibm/include/openlibm_fenv.h:8:0,
from src/s_fmal.c:31:
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:100:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:118:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:133:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:144:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:159:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:184:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:209:1: warning: 'visibility' attribute ignored [-Wattributes]
In file included from /scratch/copeland/julia/deps/openlibm/include/openlibm_fenv.h:8:0,
from amd64/fenv.c:35:
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:100:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:118:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:133:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:144:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:159:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:184:1: warning: 'visibility' attribute ignored [-Wattributes]
/scratch/copeland/julia/deps/openlibm/include/openlibm_fenv_amd64.h:209:1: warning: 'visibility' attribute ignored [-Wattributes]
In file included from ld80/s_exp2l.c:33:0:
/scratch/copeland/julia/deps/openlibm/amd64/bsd_cdefs.h:129:0: warning: "__P" redefined [enabled by default]
/usr/include/sys/cdefs.h:74:0: note: this is the location of the previous definition
/scratch/copeland/julia/deps/openlibm/amd64/bsd_cdefs.h:131:0: warning: "__CONCAT" redefined [enabled by default]
/usr/include/sys/cdefs.h:80:0: note: this is the location of the previous definition
/scratch/copeland/julia/deps/openlibm/amd64/bsd_cdefs.h:230:0: warning: "__always_inline" redefined [enabled by default]
/usr/include/sys/cdefs.h:287:0: note: this is the location of the previous definition
/scratch/copeland/julia/deps/openlibm/amd64/bsd_cdefs.h:242:0: warning: "__nonnull" redefined [enabled by default]
/usr/include/sys/cdefs.h:265:0: note: this is the location of the previous definition
/scratch/copeland/julia/deps/openlibm/amd64/bsd_cdefs.h:361:0: warning: "__strong_reference" redefined [enabled by default]
/scratch/copeland/julia/deps/openlibm/src/cdefs-compat.h:28:0: note: this is the location of the previous definition
In file included from /scratch/copeland/julia/deps/openlibm/src/math_private.h:23:0,
from ld80/s_exp2l.c:38:
/scratch/copeland/julia/deps/openlibm/src/types-compat.h:10:0: warning: "__pure2" redefined [enabled by default]
/scratch/copeland/julia/deps/openlibm/amd64/bsd_cdefs.h:203:0: note: this is the location of the previous definition
ld80/e_lgammal_r.c: In function 'lgammal_r':
ld80/e_lgammal_r.c:423:7: warning: 'nadj' may be used uninitialized in this function [-Wuninitialized]
error: unknown option `detach'
usage: git checkout [options] <branch>
or: git checkout [options] [<branch>] -- <file>...
-q, --quiet be quiet
-b <new branch> branch
-l log for new branch
-t, --track track
--orphan <new branch>
new unparented branch
-2, --ours stage
-3, --theirs stage
-f, --force force
-m, --merge merge
--conflict <style> conflict style (merge or diff3)
-p, --patch select hunks interactively
make[1]: *** [openspecfun/Makefile] Error 129
make: *** [julia-deps] Error 2
gfortran -O3 -fPIC -c amos/d1mach.f -o amos/d1mach.f.o
gfortran -O3 -fPIC -c amos/zabs.f -o amos/zabs.f.o
gfortran -O3 -fPIC -c amos/zasyi.f -o amos/zasyi.f.o
gfortran -O3 -fPIC -c amos/zbesk.f -o amos/zbesk.f.o
gfortran -O3 -fPIC -c amos/zbknu.f -o amos/zbknu.f.o
gfortran -O3 -fPIC -c amos/zexp.f -o amos/zexp.f.o
gfortran -O3 -fPIC -c amos/zmlt.f -o amos/zmlt.f.o
gfortran -O3 -fPIC -c amos/zshch.f -o amos/zshch.f.o
gfortran -O3 -fPIC -c amos/zuni1.f -o amos/zuni1.f.o
gfortran -O3 -fPIC -c amos/zunk2.f -o amos/zunk2.f.o
gfortran -O3 -fPIC -c amos/dgamln.f -o amos/dgamln.f.o
gfortran -O3 -fPIC -c amos/zacai.f -o amos/zacai.f.o
gfortran -O3 -fPIC -c amos/zbesh.f -o amos/zbesh.f.o
gfortran -O3 -fPIC -c amos/zbesy.f -o amos/zbesy.f.o
gfortran -O3 -fPIC -c amos/zbuni.f -o amos/zbuni.f.o
gfortran -O3 -fPIC -c amos/zkscl.f -o amos/zkscl.f.o
gfortran -O3 -fPIC -c amos/zrati.f -o amos/zrati.f.o
gfortran -O3 -fPIC -c amos/zsqrt.f -o amos/zsqrt.f.o
gfortran -O3 -fPIC -c amos/zuni2.f -o amos/zuni2.f.o
gfortran -O3 -fPIC -c amos/zuoik.f -o amos/zuoik.f.o
gfortran -O3 -fPIC -c amos/i1mach.f -o amos/i1mach.f.o
gfortran -O3 -fPIC -c amos/zacon.f -o amos/zacon.f.o
gfortran -O3 -fPIC -c amos/zbesi.f -o amos/zbesi.f.o
gfortran -O3 -fPIC -c amos/zbinu.f -o amos/zbinu.f.o
gfortran -O3 -fPIC -c amos/zbunk.f -o amos/zbunk.f.o
gfortran -O3 -fPIC -c amos/zlog.f -o amos/zlog.f.o
gfortran -O3 -fPIC -c amos/zs1s2.f -o amos/zs1s2.f.o
gfortran -O3 -fPIC -c amos/zuchk.f -o amos/zuchk.f.o
gfortran -O3 -fPIC -c amos/zunik.f -o amos/zunik.f.o
gfortran -O3 -fPIC -c amos/zwrsk.f -o amos/zwrsk.f.o
gfortran -O3 -fPIC -c amos/xerror.f -o amos/xerror.f.o
gfortran -O3 -fPIC -c amos/zairy.f -o amos/zairy.f.o
gfortran -O3 -fPIC -c amos/zbesj.f -o amos/zbesj.f.o
gfortran -O3 -fPIC -c amos/zbiry.f -o amos/zbiry.f.o
gfortran -O3 -fPIC -c amos/zdiv.f -o amos/zdiv.f.o
gfortran -O3 -fPIC -c amos/zmlri.f -o amos/zmlri.f.o
gfortran -O3 -fPIC -c amos/zseri.f -o amos/zseri.f.o
gfortran -O3 -fPIC -c amos/zunhj.f -o amos/zunhj.f.o
gfortran -O3 -fPIC -c amos/zunk1.f -o amos/zunk1.f.o
gcc -fno-gnu89-inline -std=c99 -fPIC -std=c99 -Wall -O3 -c Faddeeva/Faddeeva.c -o Faddeeva/Faddeeva.c.o
gcc -fno-gnu89-inline -std=c99 -fPIC -std=c99 -Wall -O3 -c rem_pio2/e_rem_pio2.c -o rem_pio2/e_rem_pio2.c.o
gcc -fno-gnu89-inline -std=c99 -fPIC -std=c99 -Wall -O3 -c rem_pio2/e_rem_pio2f.c -o rem_pio2/e_rem_pio2f.c.o
gcc -fno-gnu89-inline -std=c99 -fPIC -std=c99 -Wall -O3 -c rem_pio2/k_rem_pio2.c -o rem_pio2/k_rem_pio2.c.o
ar -rcs libopenspecfun.a amos/d1mach.f.o amos/zabs.f.o amos/zasyi.f.o amos/zbesk.f.o amos/zbknu.f.o amos/zexp.f.o amos/zmlt.f.o amos/zshch.f.o amos/zuni1.f.o amos/zunk2.f.o amos/dgamln.f.o amos/zacai.f.o amos/zbesh.f.o amos/zbesy.f.o amos/zbuni.f.o amos/zkscl.f.o amos/zrati.f.o amos/zsqrt.f.o amos/zuni2.f.o amos/zuoik.f.o amos/i1mach.f.o amos/zacon.f.o amos/zbesi.f.o amos/zbinu.f.o amos/zbunk.f.o amos/zlog.f.o amos/zs1s2.f.o amos/zuchk.f.o amos/zunik.f.o amos/zwrsk.f.o amos/xerror.f.o amos/zairy.f.o amos/zbesj.f.o amos/zbiry.f.o amos/zdiv.f.o amos/zmlri.f.o amos/zseri.f.o amos/zunhj.f.o amos/zunk1.f.o Faddeeva/Faddeeva.c.o rem_pio2/e_rem_pio2.c.o rem_pio2/e_rem_pio2f.c.o rem_pio2/k_rem_pio2.c.o
gfortran -shared amos/d1mach.f.o amos/zabs.f.o amos/zasyi.f.o amos/zbesk.f.o amos/zbknu.f.o amos/zexp.f.o amos/zmlt.f.o amos/zshch.f.o amos/zuni1.f.o amos/zunk2.f.o amos/dgamln.f.o amos/zacai.f.o amos/zbesh.f.o amos/zbesy.f.o amos/zbuni.f.o amos/zkscl.f.o amos/zrati.f.o amos/zsqrt.f.o amos/zuni2.f.o amos/zuoik.f.o amos/i1mach.f.o amos/zacon.f.o amos/zbesi.f.o amos/zbinu.f.o amos/zbunk.f.o amos/zlog.f.o amos/zs1s2.f.o amos/zuchk.f.o amos/zunik.f.o amos/zwrsk.f.o amos/xerror.f.o amos/zairy.f.o amos/zbesj.f.o amos/zbiry.f.o amos/zdiv.f.o amos/zmlri.f.o amos/zseri.f.o amos/zunhj.f.o amos/zunk1.f.o Faddeeva/Faddeeva.c.o rem_pio2/e_rem_pio2.c.o rem_pio2/e_rem_pio2f.c.o rem_pio2/k_rem_pio2.c.o -Wl,-soname,libopenspecfun.so.1 -o libopenspecfun.so.1.0
ln -sf libopenspecfun.so.1.0 libopenspecfun.so.1
ln -sf libopenspecfun.so.1.0 libopenspecfun.so
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 323 100 323 0 0 277 0 0:00:01 0:00:01 --:--:-- 298 100 323 100 323 0 0 277 0 0:00:01 0:00:01 --:--:-- 298 5 284k 5 17034 0 0 10616 0 0:00:27 0:00:01 0:00:26 10616 100 284k 100 284k 0 0 145k 0 0:00:01 0:00:01 --:--:-- 764k
patching file dSFMT.h
Hunk #2 succeeded at 181 (offset 2 lines).
Hunk #3 succeeded at 202 (offset 2 lines).
Hunk #4 succeeded at 220 (offset 2 lines).
Hunk #5 succeeded at 244 (offset 2 lines).
Hunk #6 succeeded at 265 (offset 2 lines).
Hunk #7 succeeded at 284 (offset 2 lines).
Hunk #8 succeeded at 295 (offset 2 lines).
Hunk #9 succeeded at 307 (offset 2 lines).
Hunk #10 succeeded at 318 (offset 2 lines).
Hunk #11 succeeded at 330 (offset 2 lines).
Hunk #12 succeeded at 341 (offset 2 lines).
Hunk #13 succeeded at 353 (offset 2 lines).
Hunk #14 succeeded at 376 (offset 2 lines).
Hunk #15 succeeded at 391 (offset 2 lines).
Hunk #16 succeeded at 407 (offset 2 lines).
Hunk #17 succeeded at 423 (offset 2 lines).
Hunk #18 succeeded at 439 (offset 2 lines).
Hunk #19 succeeded at 449 (offset 2 lines).
Hunk #20 succeeded at 459 (offset 2 lines).
Hunk #21 succeeded at 470 (offset 2 lines).
Hunk #22 succeeded at 483 (offset 2 lines).
Hunk #23 succeeded at 497 (offset 2 lines).
Hunk #24 succeeded at 511 (offset 2 lines).
Hunk #25 succeeded at 520 (offset 2 lines).
Hunk #26 succeeded at 529 (offset 2 lines).
Hunk #27 succeeded at 539 (offset 2 lines).
Hunk #28 succeeded at 549 (offset 2 lines).
Hunk #29 succeeded at 559 (offset 2 lines).
Hunk #30 succeeded at 569 (offset 2 lines).
Hunk #31 succeeded at 579 (offset 2 lines).
Hunk #32 succeeded at 592 (offset 2 lines).
Hunk #33 succeeded at 605 (offset 2 lines).
Hunk #34 succeeded at 618 (offset 2 lines).
Hunk #35 succeeded at 630 (offset 2 lines).
patching file dSFMT.c
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 317 100 317 0 0 394 0 --:--:-- --:--:-- --:--:-- 437 0 12.9M 0 16384 0 0 13254 0 0:17:06 0:00:01 0:17:05 13254 15 12.9M 15 2021k 0 0 911k 0 0:00:14 0:00:02 0:00:12 2042k 100 12.9M 100 12.9M 0 0 4700k 0 0:00:02 0:00:02 --:--:-- 8349k
patching file llvm-3.3/lib/Support/Host.cpp
patching file llvm-3.3/lib/Transforms/Vectorize/SLPVectorizer.cpp
patching file llvm-3.3/lib/Transforms/Vectorize/VecUtils.cpp
patching file llvm-3.3/lib/Transforms/Vectorize/VecUtils.h
patching file llvm-3.3/test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll
patching file llvm-3.3/test/Transforms/SLPVectorizer/X86/non-vectorizable-intrinsic.ll
patching file llvm-3.3/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
patching file llvm-3.3/lib/CodeGen/SelectionDAG/LegalizeTypes.h
patching file llvm-3.3/lib/CodeGen/SelectionDAG/LegalizeTypes.h.rej
patching file llvm-3.3/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
patching file Makefile.rules
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 gcc -m64 accepts -g... yes
checking for gcc -m64 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -m64 accepts -g... yes
checking how to run the C preprocessor... gcc -m64 -E
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking type of operating system we're going to host on... Linux
checking type of operating system we're going to target... Linux
checking target architecture... x86_64
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 whether byte ordering is bigendian... no
checking optimization flags... -O3
checking for BSD-compatible nm... /usr/bin/nm -B
checking for GNU make... make
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... (cached) /bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for ranlib... ranlib
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /bin/sed
checking for tar... /bin/tar
checking for pwd... /bin/pwd
checking for Graphviz... echo Graphviz
checking for dot... /usr/bin/dot
checking for fdp... /usr/bin/fdp
checking for neato... /usr/bin/neato
checking for twopi... /usr/bin/twopi
checking for circo... /usr/bin/circo
checking for gv... /usr/bin/gv
checking for dotty... /usr/bin/dotty
checking for xdot.py... echo xdot.py
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /bin/bzip2
checking for cat... /bin/cat
checking for doxygen... /usr/bin/doxygen
checking for groff... /usr/bin/groff
checking for gzip... /bin/gzip
checking for pdfroff... /usr/bin/pdfroff
checking for zip... /usr/common/jgi/oracle_client/11.2.0.3.0/client_1/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 2.20.1
checking for compiler -Wl,-R<path> option... yes
checking for compiler -Wl,-export-dynamic option... yes
checking for compiler -Wl,--version-script option... yes
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /usr/lib/atlas /usr/local/lib /usr/lib/root /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu
checking for objdir... .libs
checking command to parse /usr/bin/nm -B output from object... ok
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers -Wno-uninitialized
checking for python... user defined: /usr/common/usg/languages/python/2.7.4/bin/python
checking for python >= 2.5... /usr/common/usg/languages/python/2.7.4/bin/python (2.7.4)
checking for sin in -lm... yes
checking for library containing dlopen... -ldl
checking for library containing clock_gettime... -lrt
checking for library containing mallinfo... none required
checking for compress2 in -lz... yes
checking for xml2-config... xml2-config
checking for libxml2 includes... -I/usr/include/libxml2
checking for xmlReadFile in -lxml2... yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for MAP_ANONYMOUS vs. MAP_ANON... yes
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking how to run the C++ preprocessor... g++ -m64 -E
checking cxxabi.h usability... yes
checking cxxabi.h presence... yes
checking for cxxabi.h... yes
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking for malloc.h... (cached) yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/types.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking whether FE_ALL_EXCEPT is declared... yes
checking whether FE_INEXACT is declared... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... no
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for log... yes
checking for log2... yes
checking for log10... yes
checking for exp... yes
checking for exp2... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for pread... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strdup... yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for arc4random... no
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... no
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... no
checking for siglongjmp... yes
checking for writev... yes
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for 32-bit userspace on 64-bit system... no
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating include/llvm/Config/Targets.def
config.status: creating include/llvm/Config/AsmPrinters.def
config.status: creating include/llvm/Config/AsmParsers.def
config.status: creating include/llvm/Config/Disassemblers.def
config.status: creating Makefile.config
config.status: creating llvm.spec
config.status: creating docs/doxygen.cfg
config.status: creating bindings/ocaml/llvm/META.llvm
config.status: creating include/llvm/Config/config.h
config.status: creating include/llvm/Config/llvm-config.h
config.status: creating include/llvm/Support/DataTypes.h
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing Makefile.common commands
config.status: executing examples/Makefile commands
config.status: executing lib/Makefile commands
config.status: executing runtime/Makefile commands
config.status: executing test/Makefile commands
config.status: executing test/Makefile.tests commands
config.status: executing unittests/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing utils/Makefile commands
config.status: executing projects/Makefile commands
config.status: executing bindings/Makefile commands
config.status: executing bindings/ocaml/Makefile.ocaml commands
=== configuring in projects/sample (/scratch/copeland/julia/deps/llvm-3.3/build_Release/projects/sample)
configure: running /bin/sh ../../../projects/sample/configure --prefix=/scratch/copeland/julia/usr '--build=x86_64-unknown-linux-gnu' '--libdir=/scratch/copeland/julia/usr/lib' 'F77=gfortran -m64' 'CC=gcc -m64 ' 'CXX=g++ -m64 ' '--disable-profiling' '--enable-shared' '--enable-static' '--enable-targets=host' '--disable-bindings' '--disable-docs' '--disable-assertions' '--enable-optimized' '--disable-threads' '--with-python=/usr/common/usg/languages/python/2.7.4/bin/python' 'build_alias=x86_64-unknown-linux-gnu' --cache-file=/dev/null --srcdir=../../../projects/sample
checking llvm-config... no
checking LLVM package version... unknown
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 gcc -m64 accepts -g... yes
checking for gcc -m64 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -m64 accepts -g... yes
checking how to run the C preprocessor... gcc -m64 -E
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking type of operating system we're going to host on... Linux
checking type of operating system we're going to target... Linux
checking target architecture... x86_64
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 whether byte ordering is bigendian... no
checking optimization flags... -O3
checking for BSD-compatible nm... /usr/bin/nm -B
checking for GNU make... make
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... (cached) /bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for ranlib... ranlib
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /bin/sed
checking for tar... /bin/tar
checking for pwd... /bin/pwd
checking for Graphviz... echo Graphviz
checking for dot... /usr/bin/dot
checking for fdp... /usr/bin/fdp
checking for neato... /usr/bin/neato
checking for twopi... /usr/bin/twopi
checking for circo... /usr/bin/circo
checking for gv... /usr/bin/gv
checking for dotty... /usr/bin/dotty
checking for xdot.py... echo xdot.py
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /bin/bzip2
checking for cat... /bin/cat
checking for doxygen... /usr/bin/doxygen
checking for groff... /usr/bin/groff
checking for gzip... /bin/gzip
checking for pod2html... /usr/common/usg/languages/perl/5.16.0/bin/pod2html
checking for pod2man... /usr/common/usg/languages/perl/5.16.0/bin/pod2man
checking for pdfroff... /usr/bin/pdfroff
checking for runtest... no
checking for the tclsh program in tclinclude directory... none
checking for tclsh8.4... /usr/bin/tclsh8.4
checking for zip... /usr/common/jgi/oracle_client/11.2.0.3.0/client_1/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 2.20.1
checking for compiler -Wl,-R<path> option... yes
checking for compiler -Wl,-export-dynamic option... yes
checking for compiler -Wl,--version-script option... yes
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /usr/lib/atlas /usr/local/lib /usr/lib/root /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu
checking for objdir... .libs
checking command to parse /usr/bin/nm -B output from object... ok
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers
checking for sin in -lm... yes
checking for library containing dlopen... -ldl
checking for library containing mallinfo... none required
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for MAP_ANONYMOUS vs. MAP_ANON... yes
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking for malloc.h... (cached) yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/types.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... no
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strdup... yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... no
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... no
checking for siglongjmp... yes
checking for writev... yes
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for 32-bit userspace on 64-bit system... no
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating Makefile.common
config.status: creating Makefile.llvm.config
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing lib/Makefile commands
config.status: executing lib/sample/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing tools/sample/Makefile commands
llvm[2]: Regenerating /scratch/copeland/julia/deps/llvm-3.3/build_Release/Makefile.config
config.status: creating Makefile.config
llvm[2]: Constructing LLVMBuild project information.
llvm[3]: Compiling APFloat.cpp for Release build
llvm[3]: Compiling APInt.cpp for Release build
llvm[3]: Compiling APSInt.cpp for Release build
llvm[3]: Compiling Allocator.cpp for Release build
llvm[3]: Compiling Atomic.cpp for Release build
llvm[3]: Compiling BlockFrequency.cpp for Release build
llvm[3]: Compiling BranchProbability.cpp for Release build
llvm[3]: Compiling CommandLine.cpp for Release build
llvm[3]: Compiling Compression.cpp for Release build
llvm[3]: Compiling ConstantRange.cpp for Release build
llvm[3]: Compiling ConvertUTF.c for Release build
llvm[3]: Compiling ConvertUTFWrapper.cpp for Release build
llvm[3]: Compiling CrashRecoveryContext.cpp for Release build
llvm[3]: Compiling DAGDeltaAlgorithm.cpp for Release build
llvm[3]: Compiling DataExtractor.cpp for Release build
llvm[3]: Compiling DataStream.cpp for Release build
llvm[3]: Compiling Debug.cpp for Release build
llvm[3]: Compiling DeltaAlgorithm.cpp for Release build
llvm[3]: Compiling Disassembler.cpp for Release build
llvm[3]: Compiling Dwarf.cpp for Release build
llvm[3]: Compiling DynamicLibrary.cpp for Release build
llvm[3]: Compiling Errno.cpp for Release build
llvm[3]: Compiling ErrorHandling.cpp for Release build
llvm[3]: Compiling FileOutputBuffer.cpp for Release build
llvm[3]: Compiling FileUtilities.cpp for Release build
llvm[3]: Compiling FoldingSet.cpp for Release build
llvm[3]: Compiling FormattedStream.cpp for Release build
llvm[3]: Compiling GraphWriter.cpp for Release build
llvm[3]: Compiling Hashing.cpp for Release build
llvm[3]: Compiling Host.cpp for Release build
llvm[3]: Compiling IncludeFile.cpp for Release build
llvm[3]: Compiling IntEqClasses.cpp for Release build
llvm[3]: Compiling IntervalMap.cpp for Release build
llvm[3]: Compiling IntrusiveRefCntPtr.cpp for Release build
llvm[3]: Compiling IsInf.cpp for Release build
llvm[3]: Compiling IsNAN.cpp for Release build
llvm[3]: Compiling Locale.cpp for Release build
llvm[3]: Compiling LockFileManager.cpp for Release build
llvm[3]: Compiling ManagedStatic.cpp for Release build
llvm[3]: Compiling Memory.cpp for Release build
llvm[3]: Compiling MemoryBuffer.cpp for Release build
llvm[3]: Compiling MemoryObject.cpp for Release build
llvm[3]: Compiling Mutex.cpp for Release build
llvm[3]: Compiling Path.cpp for Release build
llvm[3]: Compiling PathV2.cpp for Release build
llvm[3]: Compiling PluginLoader.cpp for Release build
llvm[3]: Compiling PrettyStackTrace.cpp for Release build
llvm[3]: Compiling Process.cpp for Release build
llvm[3]: Compiling Program.cpp for Release build
llvm[3]: Compiling RWMutex.cpp for Release build
llvm[3]: Compiling Regex.cpp for Release build
llvm[3]: Compiling SearchForAddressOfSpecialSymbol.cpp for Release build
llvm[3]: Compiling Signals.cpp for Release build
llvm[3]: Compiling SmallPtrSet.cpp for Release build
llvm[3]: Compiling SmallVector.cpp for Release build
llvm[3]: Compiling SourceMgr.cpp for Release build
llvm[3]: Compiling Statistic.cpp for Release build
llvm[3]: Compiling StreamableMemoryObject.cpp for Release build
llvm[3]: Compiling StringExtras.cpp for Release build
llvm[3]: Compiling StringMap.cpp for Release build
llvm[3]: Compiling StringPool.cpp for Release build
llvm[3]: Compiling StringRef.cpp for Release build
llvm[3]: Compiling SystemUtils.cpp for Release build
llvm[3]: Compiling TargetRegistry.cpp for Release build
llvm[3]: Compiling ThreadLocal.cpp for Release build
llvm[3]: Compiling Threading.cpp for Release build
llvm[3]: Compiling TimeValue.cpp for Release build
llvm[3]: Compiling Timer.cpp for Release build
llvm[3]: Compiling ToolOutputFile.cpp for Release build
llvm[3]: Compiling Triple.cpp for Release build
llvm[3]: Compiling Twine.cpp for Release build
llvm[3]: Compiling Valgrind.cpp for Release build
/scratch/copeland/julia/deps/llvm-3.3/lib/Support/Valgrind.cpp: In function 'void llvm::sys::ValgrindDiscardTranslations(const void*, size_t)':
/scratch/copeland/julia/deps/llvm-3.3/lib/Support/Valgrind.cpp:42:3: warning: variable '_qzz_res' set but not used [-Wunused-but-set-variable]
llvm[3]: Compiling Watchdog.cpp for Release build
llvm[3]: Compiling YAMLParser.cpp for Release build
llvm[3]: Compiling YAMLTraits.cpp for Release build
llvm[3]: Compiling circular_raw_ostream.cpp for Release build
llvm[3]: Compiling raw_os_ostream.cpp for Release build
llvm[3]: Compiling raw_ostream.cpp for Release build
llvm[3]: Compiling regcomp.c for Release build
llvm[3]: Compiling regerror.c for Release build
llvm[3]: Compiling regexec.c for Release build
llvm[3]: Compiling regfree.c for Release build
llvm[3]: Compiling regstrlcpy.c for Release build
llvm[3]: Compiling system_error.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMSupport.a
llvm[3]: Compiling Error.cpp for Release build
llvm[3]: Compiling Main.cpp for Release build
llvm[3]: Compiling Record.cpp for Release build
llvm[3]: Compiling StringMatcher.cpp for Release build
llvm[3]: Compiling TGLexer.cpp for Release build
llvm[3]: Compiling TGParser.cpp for Release build
llvm[3]: Compiling TableGenBackend.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMTableGen.a
llvm[4]: Compiling FileCheck.cpp for Release build
llvm[4]: Linking Release executable FileCheck (without symbols)
llvm[4]: ======= Finished Linking Release Executable FileCheck (without symbols)
llvm[4]: Compiling FileUpdate.cpp for Release build
llvm[4]: Linking Release executable FileUpdate (without symbols)
llvm[4]: ======= Finished Linking Release Executable FileUpdate (without symbols)
llvm[4]: Compiling AsmMatcherEmitter.cpp for Release build
llvm[4]: Compiling AsmWriterEmitter.cpp for Release build
llvm[4]: Compiling AsmWriterInst.cpp for Release build
llvm[4]: Compiling CTagsEmitter.cpp for Release build
llvm[4]: Compiling CallingConvEmitter.cpp for Release build
llvm[4]: Compiling CodeEmitterGen.cpp for Release build
llvm[4]: Compiling CodeGenDAGPatterns.cpp for Release build
llvm[4]: Compiling CodeGenInstruction.cpp for Release build
llvm[4]: Compiling CodeGenMapTable.cpp for Release build
llvm[4]: Compiling CodeGenRegisters.cpp for Release build
llvm[4]: Compiling CodeGenSchedule.cpp for Release build
llvm[4]: Compiling CodeGenTarget.cpp for Release build
llvm[4]: Compiling DAGISelEmitter.cpp for Release build
llvm[4]: Compiling DAGISelMatcher.cpp for Release build
llvm[4]: Compiling DAGISelMatcherEmitter.cpp for Release build
llvm[4]: Compiling DAGISelMatcherGen.cpp for Release build
llvm[4]: Compiling DAGISelMatcherOpt.cpp for Release build
llvm[4]: Compiling DFAPacketizerEmitter.cpp for Release build
llvm[4]: Compiling DisassemblerEmitter.cpp for Release build
llvm[4]: Compiling FastISelEmitter.cpp for Release build
llvm[4]: Compiling FixedLenDecoderEmitter.cpp for Release build
llvm[4]: Compiling InstrInfoEmitter.cpp for Release build
llvm[4]: Compiling IntrinsicEmitter.cpp for Release build
llvm[4]: Compiling OptParserEmitter.cpp for Release build
llvm[4]: Compiling PseudoLoweringEmitter.cpp for Release build
llvm[4]: Compiling RegisterInfoEmitter.cpp for Release build
llvm[4]: Compiling SetTheory.cpp for Release build
llvm[4]: Compiling SubtargetEmitter.cpp for Release build
llvm[4]: Compiling TGValueTypes.cpp for Release build
llvm[4]: Compiling TableGen.cpp for Release build
llvm[4]: Compiling X86DisassemblerTables.cpp for Release build
llvm[4]: Compiling X86ModRMFilters.cpp for Release build
llvm[4]: Compiling X86RecognizableInstr.cpp for Release build
llvm[4]: Linking Release executable llvm-tblgen (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-tblgen (without symbols)
llvm[4]: Compiling PerfectShuffle.cpp for Release build
llvm[4]: Linking Release executable llvm-PerfectShuffle (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-PerfectShuffle (without symbols)
llvm[4]: Compiling count.c for Release build
llvm[4]: Linking Release executable count (without symbols)
llvm[4]: ======= Finished Linking Release Executable count (without symbols)
llvm[4]: Compiling fpcmp.cpp for Release build
llvm[4]: Linking Release executable fpcmp (without symbols)
llvm[4]: ======= Finished Linking Release Executable fpcmp (without symbols)
llvm[4]: Creating 'llvm-lit' script...
llvm[4]: Compiling not.cpp for Release build
llvm[4]: Linking Release executable not (without symbols)
llvm[4]: ======= Finished Linking Release Executable not (without symbols)
llvm[5]: Compiling gtest.cc for Release build
llvm[5]: Compiling gtest-death-test.cc for Release build
llvm[5]: Compiling gtest-filepath.cc for Release build
llvm[5]: Compiling gtest-port.cc for Release build
llvm[5]: Compiling gtest-printers.cc for Release build
llvm[5]: Compiling gtest-test-part.cc for Release build
llvm[5]: Compiling gtest-typed-test.cc for Release build
llvm[5]: Building Release Archive Library libgtest.a
llvm[5]: Compiling TestMain.cpp for Release build
llvm[5]: Building Release Archive Library libgtest_main.a
llvm[3]: Building Intrinsics.gen.tmp from Intrinsics.td
llvm[3]: Updated Intrinsics.gen because Intrinsics.gen.tmp changed significantly.
llvm[3]: Compiling AsmWriter.cpp for Release build
llvm[3]: Compiling Attributes.cpp for Release build
llvm[3]: Compiling AutoUpgrade.cpp for Release build
llvm[3]: Compiling BasicBlock.cpp for Release build
llvm[3]: Compiling ConstantFold.cpp for Release build
llvm[3]: Compiling Constants.cpp for Release build
llvm[3]: Compiling Core.cpp for Release build
llvm[3]: Compiling DIBuilder.cpp for Release build
llvm[3]: Compiling DataLayout.cpp for Release build
llvm[3]: Compiling DebugInfo.cpp for Release build
llvm[3]: Compiling DebugLoc.cpp for Release build
llvm[3]: Compiling Dominators.cpp for Release build
llvm[3]: Compiling Function.cpp for Release build
llvm[3]: Compiling GCOV.cpp for Release build
llvm[3]: Compiling GVMaterializer.cpp for Release build
llvm[3]: Compiling Globals.cpp for Release build
llvm[3]: Compiling IRBuilder.cpp for Release build
llvm[3]: Compiling InlineAsm.cpp for Release build
llvm[3]: Compiling Instruction.cpp for Release build
llvm[3]: Compiling Instructions.cpp for Release build
llvm[3]: Compiling IntrinsicInst.cpp for Release build
llvm[3]: Compiling LLVMContext.cpp for Release build
llvm[3]: Compiling LLVMContextImpl.cpp for Release build
llvm[3]: Compiling LeakDetector.cpp for Release build
llvm[3]: Compiling Metadata.cpp for Release build
llvm[3]: Compiling Module.cpp for Release build
llvm[3]: Compiling Pass.cpp for Release build
llvm[3]: Compiling PassManager.cpp for Release build
llvm[3]: Compiling PassRegistry.cpp for Release build
llvm[3]: Compiling PrintModulePass.cpp for Release build
llvm[3]: Compiling Type.cpp for Release build
llvm[3]: Compiling TypeFinder.cpp for Release build
llvm[3]: Compiling Use.cpp for Release build
llvm[3]: Compiling User.cpp for Release build
llvm[3]: Compiling Value.cpp for Release build
llvm[3]: Compiling ValueSymbolTable.cpp for Release build
llvm[3]: Compiling ValueTypes.cpp for Release build
llvm[3]: Compiling Verifier.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMCore.a
llvm[4]: Compiling LLLexer.cpp for Release build
llvm[4]: Compiling LLParser.cpp for Release build
llvm[4]: Compiling Parser.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMAsmParser.a
llvm[5]: Compiling BitReader.cpp for Release build
llvm[5]: Compiling BitcodeReader.cpp for Release build
llvm[5]: Compiling BitstreamReader.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMBitReader.a
llvm[5]: Compiling BitWriter.cpp for Release build
llvm[5]: Compiling BitcodeWriter.cpp for Release build
llvm[5]: Compiling BitcodeWriterPass.cpp for Release build
llvm[5]: Compiling ValueEnumerator.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMBitWriter.a
llvm[4]: Compiling Archive.cpp for Release build
llvm[4]: Compiling ArchiveReader.cpp for Release build
llvm[4]: Compiling ArchiveWriter.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMArchive.a
llvm[4]: Compiling AliasAnalysis.cpp for Release build
llvm[4]: Compiling AliasAnalysisCounter.cpp for Release build
llvm[4]: Compiling AliasAnalysisEvaluator.cpp for Release build
llvm[4]: Compiling AliasDebugger.cpp for Release build
llvm[4]: Compiling AliasSetTracker.cpp for Release build
llvm[4]: Compiling Analysis.cpp for Release build
llvm[4]: Compiling BasicAliasAnalysis.cpp for Release build
llvm[4]: Compiling BlockFrequencyInfo.cpp for Release build
llvm[4]: Compiling BranchProbabilityInfo.cpp for Release build
llvm[4]: Compiling CFGPrinter.cpp for Release build
llvm[4]: Compiling CaptureTracking.cpp for Release build
llvm[4]: Compiling CodeMetrics.cpp for Release build
llvm[4]: Compiling ConstantFolding.cpp for Release build
llvm[4]: Compiling CostModel.cpp for Release build
llvm[4]: Compiling DependenceAnalysis.cpp for Release build
llvm[4]: Compiling DomPrinter.cpp for Release build
llvm[4]: Compiling DominanceFrontier.cpp for Release build
llvm[4]: Compiling IVUsers.cpp for Release build
llvm[4]: Compiling InstCount.cpp for Release build
llvm[4]: Compiling InstructionSimplify.cpp for Release build
llvm[4]: Compiling Interval.cpp for Release build
llvm[4]: Compiling IntervalPartition.cpp for Release build
llvm[4]: Compiling LazyValueInfo.cpp for Release build
llvm[4]: Compiling LibCallAliasAnalysis.cpp for Release build
llvm[4]: Compiling LibCallSemantics.cpp for Release build
llvm[4]: Compiling Lint.cpp for Release build
llvm[4]: Compiling Loads.cpp for Release build
llvm[4]: Compiling LoopInfo.cpp for Release build
llvm[4]: Compiling LoopPass.cpp for Release build
llvm[4]: Compiling MemDepPrinter.cpp for Release build
llvm[4]: Compiling MemoryBuiltins.cpp for Release build
llvm[4]: Compiling MemoryDependenceAnalysis.cpp for Release build
llvm[4]: Compiling ModuleDebugInfoPrinter.cpp for Release build
llvm[4]: Compiling NoAliasAnalysis.cpp for Release build
llvm[4]: Compiling PHITransAddr.cpp for Release build
llvm[4]: Compiling PathNumbering.cpp for Release build
llvm[4]: Compiling PathProfileInfo.cpp for Release build
llvm[4]: Compiling PathProfileVerifier.cpp for Release build
llvm[4]: Compiling PostDominators.cpp for Release build
llvm[4]: Compiling ProfileDataLoader.cpp for Release build
llvm[4]: Compiling ProfileDataLoaderPass.cpp for Release build
llvm[4]: Compiling ProfileEstimatorPass.cpp for Release build
llvm[4]: Compiling ProfileInfo.cpp for Release build
llvm[4]: Compiling ProfileInfoLoader.cpp for Release build
llvm[4]: Compiling ProfileInfoLoaderPass.cpp for Release build
llvm[4]: Compiling ProfileVerifierPass.cpp for Release build
llvm[4]: Compiling PtrUseVisitor.cpp for Release build
llvm[4]: Compiling RegionInfo.cpp for Release build
llvm[4]: Compiling RegionPass.cpp for Release build
llvm[4]: Compiling RegionPrinter.cpp for Release build
llvm[4]: Compiling ScalarEvolution.cpp for Release build
llvm[4]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release build
llvm[4]: Compiling ScalarEvolutionExpander.cpp for Release build
llvm[4]: Compiling ScalarEvolutionNormalization.cpp for Release build
llvm[4]: Compiling SparsePropagation.cpp for Release build
llvm[4]: Compiling TargetTransformInfo.cpp for Release build
llvm[4]: Compiling Trace.cpp for Release build
llvm[4]: Compiling TypeBasedAliasAnalysis.cpp for Release build
llvm[4]: Compiling ValueTracking.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMAnalysis.a
llvm[5]: Compiling CallGraph.cpp for Release build
llvm[5]: Compiling CallGraphSCCPass.cpp for Release build
llvm[5]: Compiling CallPrinter.cpp for Release build
llvm[5]: Compiling FindUsedTypes.cpp for Release build
llvm[5]: Compiling GlobalsModRef.cpp for Release build
llvm[5]: Compiling IPA.cpp for Release build
llvm[5]: Compiling InlineCost.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMipa.a
llvm[5]: Compiling BasicBlockUtils.cpp for Release build
llvm[5]: Compiling BreakCriticalEdges.cpp for Release build
llvm[5]: Compiling BuildLibCalls.cpp for Release build
llvm[5]: Compiling BypassSlowDivision.cpp for Release build
llvm[5]: Compiling CloneFunction.cpp for Release build
llvm[5]: Compiling CloneModule.cpp for Release build
llvm[5]: Compiling CmpInstAnalysis.cpp for Release build
llvm[5]: Compiling CodeExtractor.cpp for Release build
llvm[5]: Compiling DemoteRegToStack.cpp for Release build
llvm[5]: Compiling InlineFunction.cpp for Release build
llvm[5]: Compiling InstructionNamer.cpp for Release build
llvm[5]: Compiling IntegerDivision.cpp for Release build
llvm[5]: Compiling LCSSA.cpp for Release build
llvm[5]: Compiling Local.cpp for Release build
llvm[5]: Compiling LoopSimplify.cpp for Release build
llvm[5]: Compiling LoopUnroll.cpp for Release build
llvm[5]: Compiling LoopUnrollRuntime.cpp for Release build
llvm[5]: Compiling LowerExpectIntrinsic.cpp for Release build
llvm[5]: Compiling LowerInvoke.cpp for Release build
llvm[5]: Compiling LowerSwitch.cpp for Release build
llvm[5]: Compiling Mem2Reg.cpp for Release build
llvm[5]: Compiling MetaRenamer.cpp for Release build
llvm[5]: Compiling ModuleUtils.cpp for Release build
llvm[5]: Compiling PromoteMemoryToRegister.cpp for Release build
llvm[5]: Compiling SSAUpdater.cpp for Release build
llvm[5]: Compiling SimplifyCFG.cpp for Release build
llvm[5]: Compiling SimplifyIndVar.cpp for Release build
llvm[5]: Compiling SimplifyInstructions.cpp for Release build
llvm[5]: Compiling SimplifyLibCalls.cpp for Release build
llvm[5]: Compiling UnifyFunctionExitNodes.cpp for Release build
llvm[5]: Compiling Utils.cpp for Release build
llvm[5]: Compiling ValueMapper.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMTransformUtils.a
llvm[5]: Compiling AddressSanitizer.cpp for Release build
llvm[5]: Compiling BlackList.cpp for Release build
llvm[5]: Compiling BoundsChecking.cpp for Release build
llvm[5]: Compiling EdgeProfiling.cpp for Release build
llvm[5]: Compiling GCOVProfiling.cpp for Release build
llvm[5]: Compiling Instrumentation.cpp for Release build
llvm[5]: Compiling MemorySanitizer.cpp for Release build
llvm[5]: Compiling OptimalEdgeProfiling.cpp for Release build
llvm[5]: Compiling PathProfiling.cpp for Release build
llvm[5]: Compiling ProfilingUtils.cpp for Release build
llvm[5]: Compiling ThreadSanitizer.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMInstrumentation.a
llvm[5]: Compiling ADCE.cpp for Release build
llvm[5]: Compiling BasicBlockPlacement.cpp for Release build
llvm[5]: Compiling CodeGenPrepare.cpp for Release build
llvm[5]: Compiling ConstantProp.cpp for Release build
llvm[5]: Compiling CorrelatedValuePropagation.cpp for Release build
llvm[5]: Compiling DCE.cpp for Release build
llvm[5]: Compiling DeadStoreElimination.cpp for Release build
llvm[5]: Compiling EarlyCSE.cpp for Release build
llvm[5]: Compiling GVN.cpp for Release build
llvm[5]: Compiling GlobalMerge.cpp for Release build
llvm[5]: Compiling IndVarSimplify.cpp for Release build
llvm[5]: Compiling JumpThreading.cpp for Release build
llvm[5]: Compiling LICM.cpp for Release build
llvm[5]: Compiling LoopDeletion.cpp for Release build
llvm[5]: Compiling LoopIdiomRecognize.cpp for Release build
llvm[5]: Compiling LoopInstSimplify.cpp for Release build
llvm[5]: Compiling LoopRotation.cpp for Release build
llvm[5]: Compiling LoopStrengthReduce.cpp for Release build
llvm[5]: Compiling LoopUnrollPass.cpp for Release build
llvm[5]: Compiling LoopUnswitch.cpp for Release build
llvm[5]: Compiling LowerAtomic.cpp for Release build
llvm[5]: Compiling MemCpyOptimizer.cpp for Release build
llvm[5]: Compiling Reassociate.cpp for Release build
llvm[5]: Compiling Reg2Mem.cpp for Release build
llvm[5]: Compiling SCCP.cpp for Release build
llvm[5]: Compiling SROA.cpp for Release build
llvm[5]: Compiling Scalar.cpp for Release build
llvm[5]: Compiling ScalarReplAggregates.cpp for Release build
llvm[5]: Compiling SimplifyCFGPass.cpp for Release build
llvm[5]: Compiling SimplifyLibCalls.cpp for Release build
llvm[5]: Compiling Sink.cpp for Release build
llvm[5]: Compiling TailRecursionElimination.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMScalarOpts.a
llvm[5]: Compiling InstCombineAddSub.cpp for Release build
llvm[5]: Compiling InstCombineAndOrXor.cpp for Release build
llvm[5]: Compiling InstCombineCalls.cpp for Release build
llvm[5]: Compiling InstCombineCasts.cpp for Release build
llvm[5]: Compiling InstCombineCompares.cpp for Release build
llvm[5]: Compiling InstCombineLoadStoreAlloca.cpp for Release build
llvm[5]: Compiling InstCombineMulDivRem.cpp for Release build
llvm[5]: Compiling InstCombinePHI.cpp for Release build
llvm[5]: Compiling InstCombineSelect.cpp for Release build
llvm[5]: Compiling InstCombineShifts.cpp for Release build
llvm[5]: Compiling InstCombineSimplifyDemanded.cpp for Release build
llvm[5]: Compiling InstCombineVectorOps.cpp for Release build
llvm[5]: Compiling InstructionCombining.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMInstCombine.a
llvm[5]: Compiling ArgumentPromotion.cpp for Release build
llvm[5]: Compiling BarrierNoopPass.cpp for Release build
llvm[5]: Compiling ConstantMerge.cpp for Release build
llvm[5]: Compiling DeadArgumentElimination.cpp for Release build
llvm[5]: Compiling ExtractGV.cpp for Release build
llvm[5]: Compiling FunctionAttrs.cpp for Release build
llvm[5]: Compiling GlobalDCE.cpp for Release build
llvm[5]: Compiling GlobalOpt.cpp for Release build
llvm[5]: Compiling IPConstantPropagation.cpp for Release build
llvm[5]: Compiling IPO.cpp for Release build
llvm[5]: Compiling InlineAlways.cpp for Release build
llvm[5]: Compiling InlineSimple.cpp for Release build
llvm[5]: Compiling Inliner.cpp for Release build
llvm[5]: Compiling Internalize.cpp for Release build
llvm[5]: Compiling LoopExtractor.cpp for Release build
llvm[5]: Compiling MergeFunctions.cpp for Release build
llvm[5]: Compiling PartialInlining.cpp for Release build
llvm[5]: Compiling PassManagerBuilder.cpp for Release build
llvm[5]: Compiling PruneEH.cpp for Release build
llvm[5]: Compiling StripDeadPrototypes.cpp for Release build
llvm[5]: Compiling StripSymbols.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMipo.a
llvm[5]: Compiling BBVectorize.cpp for Release build
llvm[5]: Compiling LoopVectorize.cpp for Release build
llvm[5]: Compiling SLPVectorizer.cpp for Release build
llvm[5]: Compiling VecUtils.cpp for Release build
llvm[5]: Compiling Vectorize.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMVectorize.a
llvm[5]: Compiling Hello.cpp for Release build (PIC)
llvm[5]: Linking Release Loadable Module LLVMHello.so
llvm[5]: Compiling DependencyAnalysis.cpp for Release build
llvm[5]: Compiling ObjCARC.cpp for Release build
llvm[5]: Compiling ObjCARCAPElim.cpp for Release build
llvm[5]: Compiling ObjCARCAliasAnalysis.cpp for Release build
llvm[5]: Compiling ObjCARCContract.cpp for Release build
llvm[5]: Compiling ObjCARCExpand.cpp for Release build
llvm[5]: Compiling ObjCARCOpts.cpp for Release build
llvm[5]: Compiling ObjCARCUtil.cpp for Release build
llvm[5]: Compiling ProvenanceAnalysis.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMObjCARCOpts.a
llvm[4]: Compiling AggressiveAntiDepBreaker.cpp for Release build
llvm[4]: Compiling AllocationOrder.cpp for Release build
llvm[4]: Compiling Analysis.cpp for Release build
llvm[4]: Compiling BasicTargetTransformInfo.cpp for Release build
llvm[4]: Compiling BranchFolding.cpp for Release build
llvm[4]: Compiling CalcSpillWeights.cpp for Release build
llvm[4]: Compiling CallingConvLower.cpp for Release build
llvm[4]: Compiling CodeGen.cpp for Release build
llvm[4]: Compiling CriticalAntiDepBreaker.cpp for Release build
llvm[4]: Compiling DFAPacketizer.cpp for Release build
llvm[4]: Compiling DeadMachineInstructionElim.cpp for Release build
llvm[4]: Compiling DwarfEHPrepare.cpp for Release build
llvm[4]: Compiling EarlyIfConversion.cpp for Release build
llvm[4]: Compiling EdgeBundles.cpp for Release build
llvm[4]: Compiling ErlangGC.cpp for Release build
llvm[4]: Compiling ExecutionDepsFix.cpp for Release build
llvm[4]: Compiling ExpandISelPseudos.cpp for Release build
llvm[4]: Compiling ExpandPostRAPseudos.cpp for Release build
llvm[4]: Compiling GCMetadata.cpp for Release build
llvm[4]: Compiling GCMetadataPrinter.cpp for Release build
llvm[4]: Compiling GCStrategy.cpp for Release build
llvm[4]: Compiling IfConversion.cpp for Release build
llvm[4]: Compiling InlineSpiller.cpp for Release build
llvm[4]: Compiling InterferenceCache.cpp for Release build
llvm[4]: Compiling IntrinsicLowering.cpp for Release build
llvm[4]: Compiling JITCodeEmitter.cpp for Release build
llvm[4]: Compiling LLVMTargetMachine.cpp for Release build
llvm[4]: Compiling LatencyPriorityQueue.cpp for Release build
llvm[4]: Compiling LexicalScopes.cpp for Release build
llvm[4]: Compiling LiveDebugVariables.cpp for Release build
llvm[4]: Compiling LiveInterval.cpp for Release build
llvm[4]: Compiling LiveIntervalAnalysis.cpp for Release build
llvm[4]: Compiling LiveIntervalUnion.cpp for Release build
llvm[4]: Compiling LiveRangeCalc.cpp for Release build
llvm[4]: Compiling LiveRangeEdit.cpp for Release build
llvm[4]: Compiling LiveRegMatrix.cpp for Release build
llvm[4]: Compiling LiveStackAnalysis.cpp for Release build
llvm[4]: Compiling LiveVariables.cpp for Release build
llvm[4]: Compiling LocalStackSlotAllocation.cpp for Release build
llvm[4]: Compiling MachineBasicBlock.cpp for Release build
llvm[4]: Compiling MachineBlockFrequencyInfo.cpp for Release build
llvm[4]: Compiling MachineBlockPlacement.cpp for Release build
llvm[4]: Compiling MachineBranchProbabilityInfo.cpp for Release build
llvm[4]: Compiling MachineCSE.cpp for Release build
llvm[4]: Compiling MachineCodeEmitter.cpp for Release build
llvm[4]: Compiling MachineCopyPropagation.cpp for Release build
llvm[4]: Compiling MachineDominators.cpp for Release build
llvm[4]: Compiling MachineFunction.cpp for Release build
llvm[4]: Compiling MachineFunctionAnalysis.cpp for Release build
llvm[4]: Compiling MachineFunctionPass.cpp for Release build
llvm[4]: Compiling MachineFunctionPrinterPass.cpp for Release build
llvm[4]: Compiling MachineInstr.cpp for Release build
llvm[4]: Compiling MachineInstrBundle.cpp for Release build
llvm[4]: Compiling MachineLICM.cpp for Release build
llvm[4]: Compiling MachineLoopInfo.cpp for Release build
llvm[4]: Compiling MachineModuleInfo.cpp for Release build
llvm[4]: Compiling MachineModuleInfoImpls.cpp for Release build
llvm[4]: Compiling MachinePassRegistry.cpp for Release build
llvm[4]: Compiling MachinePostDominators.cpp for Release build
llvm[4]: Compiling MachineRegisterInfo.cpp for Release build
llvm[4]: Compiling MachineSSAUpdater.cpp for Release build
llvm[4]: Compiling MachineScheduler.cpp for Release build
llvm[4]: Compiling MachineSink.cpp for Release build
llvm[4]: Compiling MachineTraceMetrics.cpp for Release build
llvm[4]: Compiling MachineVerifier.cpp for Release build
llvm[4]: Compiling OcamlGC.cpp for Release build
llvm[4]: Compiling OptimizePHIs.cpp for Release build
llvm[4]: Compiling PHIElimination.cpp for Release build
llvm[4]: Compiling PHIEliminationUtils.cpp for Release build
llvm[4]: Compiling Passes.cpp for Release build
llvm[4]: Compiling PeepholeOptimizer.cpp for Release build
llvm[4]: Compiling PostRASchedulerList.cpp for Release build
llvm[4]: Compiling ProcessImplicitDefs.cpp for Release build
llvm[4]: Compiling PrologEpilogInserter.cpp for Release build
llvm[4]: Compiling PseudoSourceValue.cpp for Release build
llvm[4]: Compiling RegAllocBase.cpp for Release build
llvm[4]: Compiling RegAllocBasic.cpp for Release build
llvm[4]: Compiling RegAllocFast.cpp for Release build
llvm[4]: Compiling RegAllocGreedy.cpp for Release build
llvm[4]: Compiling RegAllocPBQP.cpp for Release build
llvm[4]: Compiling RegisterClassInfo.cpp for Release build
llvm[4]: Compiling RegisterCoalescer.cpp for Release build
llvm[4]: Compiling RegisterPressure.cpp for Release build
llvm[4]: Compiling RegisterScavenging.cpp for Release build
llvm[4]: Compiling ScheduleDAG.cpp for Release build
llvm[4]: Compiling ScheduleDAGInstrs.cpp for Release build
llvm[4]: Compiling ScheduleDAGPrinter.cpp for Release build
llvm[4]: Compiling ScoreboardHazardRecognizer.cpp for Release build
llvm[4]: Compiling ShadowStackGC.cpp for Release build
llvm[4]: Compiling ShrinkWrapping.cpp for Release build
llvm[4]: Compiling SjLjEHPrepare.cpp for Release build
llvm[4]: Compiling SlotIndexes.cpp for Release build
llvm[4]: Compiling SpillPlacement.cpp for Release build
llvm[4]: Compiling Spiller.cpp for Release build
llvm[4]: Compiling SplitKit.cpp for Release build
llvm[4]: Compiling StackColoring.cpp for Release build
llvm[4]: Compiling StackProtector.cpp for Release build
llvm[4]: Compiling StackSlotColoring.cpp for Release build
llvm[4]: Compiling StrongPHIElimination.cpp for Release build
llvm[4]: Compiling TailDuplication.cpp for Release build
llvm[4]: Compiling TargetFrameLoweringImpl.cpp for Release build
llvm[4]: Compiling TargetInstrInfo.cpp for Release build
llvm[4]: Compiling TargetLoweringBase.cpp for Release build
llvm[4]: Compiling TargetLoweringObjectFileImpl.cpp for Release build
llvm[4]: Compiling TargetOptionsImpl.cpp for Release build
llvm[4]: Compiling TargetRegisterInfo.cpp for Release build
llvm[4]: Compiling TargetSchedule.cpp for Release build
llvm[4]: Compiling TwoAddressInstructionPass.cpp for Release build
llvm[4]: Compiling UnreachableBlockElim.cpp for Release build
llvm[4]: Compiling VirtRegMap.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMCodeGen.a
llvm[5]: Compiling DAGCombiner.cpp for Release build
llvm[5]: Compiling FastISel.cpp for Release build
llvm[5]: Compiling FunctionLoweringInfo.cpp for Release build
llvm[5]: Compiling InstrEmitter.cpp for Release build
llvm[5]: Compiling LegalizeDAG.cpp for Release build
llvm[5]: Compiling LegalizeFloatTypes.cpp for Release build
llvm[5]: Compiling LegalizeIntegerTypes.cpp for Release build
llvm[5]: Compiling LegalizeTypes.cpp for Release build
llvm[5]: Compiling LegalizeTypesGeneric.cpp for Release build
llvm[5]: Compiling LegalizeVectorOps.cpp for Release build
llvm[5]: Compiling LegalizeVectorTypes.cpp for Release build
llvm[5]: Compiling ResourcePriorityQueue.cpp for Release build
llvm[5]: Compiling ScheduleDAGFast.cpp for Release build
llvm[5]: Compiling ScheduleDAGRRList.cpp for Release build
llvm[5]: Compiling ScheduleDAGSDNodes.cpp for Release build
llvm[5]: Compiling ScheduleDAGVLIW.cpp for Release build
llvm[5]: Compiling SelectionDAG.cpp for Release build
llvm[5]: Compiling SelectionDAGBuilder.cpp for Release build
llvm[5]: Compiling SelectionDAGDumper.cpp for Release build
llvm[5]: Compiling SelectionDAGISel.cpp for Release build
llvm[5]: Compiling SelectionDAGPrinter.cpp for Release build
llvm[5]: Compiling TargetLowering.cpp for Release build
llvm[5]: Compiling TargetSelectionDAGInfo.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMSelectionDAG.a
llvm[5]: Compiling ARMException.cpp for Release build
llvm[5]: Compiling AsmPrinter.cpp for Release build
llvm[5]: Compiling AsmPrinterDwarf.cpp for Release build
llvm[5]: Compiling AsmPrinterInlineAsm.cpp for Release build
llvm[5]: Compiling DIE.cpp for Release build
llvm[5]: Compiling DwarfAccelTable.cpp for Release build
llvm[5]: Compiling DwarfCFIException.cpp for Release build
llvm[5]: Compiling DwarfCompileUnit.cpp for Release build
llvm[5]: Compiling DwarfDebug.cpp for Release build
llvm[5]: Compiling DwarfException.cpp for Release build
llvm[5]: Compiling ErlangGCPrinter.cpp for Release build
llvm[5]: Compiling OcamlGCPrinter.cpp for Release build
llvm[5]: Compiling Win64Exception.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMAsmPrinter.a
llvm[4]: Compiling Mangler.cpp for Release build
llvm[4]: Compiling Target.cpp for Release build
llvm[4]: Compiling TargetIntrinsicInfo.cpp for Release build
llvm[4]: Compiling TargetJITInfo.cpp for Release build
llvm[4]: Compiling TargetLibraryInfo.cpp for Release build
llvm[4]: Compiling TargetLoweringObjectFile.cpp for Release build
llvm[4]: Compiling TargetMachine.cpp for Release build
llvm[4]: Compiling TargetMachineC.cpp for Release build
llvm[4]: Compiling TargetSubtargetInfo.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMTarget.a
llvm[5]: Building X86.td register info implementation with tblgen
llvm[5]: Building X86.td instruction information with tblgen
llvm[5]: Building X86.td assembly writer with tblgen
llvm[5]: Building X86.td assembly matcher with tblgen
llvm[5]: Building X86.td assembly writer #1 with tblgen
llvm[5]: Building X86.td DAG instruction selector implementation with tblgen
llvm[5]: Building X86.td disassembly tables with tblgen
llvm[5]: Building X86.td "fast" instruction selector implementation with tblgen
llvm[5]: Building X86.td calling convention information with tblgen
llvm[5]: Building X86.td subtarget information with tblgen
llvm[5]: Compiling X86AsmPrinter.cpp for Release build
llvm[5]: Compiling X86COFFMachineModuleInfo.cpp for Release build
llvm[5]: Compiling X86CodeEmitter.cpp for Release build
llvm[5]: Compiling X86FastISel.cpp for Release build
llvm[5]: Compiling X86FixupLEAs.cpp for Release build
llvm[5]: Compiling X86FloatingPoint.cpp for Release build
llvm[5]: Compiling X86FrameLowering.cpp for Release build
llvm[5]: Compiling X86ISelDAGToDAG.cpp for Release build
llvm[5]: Compiling X86ISelLowering.cpp for Release build
llvm[5]: Compiling X86InstrInfo.cpp for Release build
llvm[5]: Compiling X86JITInfo.cpp for Release build
llvm[5]: Compiling X86MCInstLower.cpp for Release build
llvm[5]: Compiling X86MachineFunctionInfo.cpp for Release build
llvm[5]: Compiling X86PadShortFunction.cpp for Release build
llvm[5]: Compiling X86RegisterInfo.cpp for Release build
llvm[5]: Compiling X86SelectionDAGInfo.cpp for Release build
llvm[5]: Compiling X86Subtarget.cpp for Release build
llvm[5]: Compiling X86TargetMachine.cpp for Release build
llvm[5]: Compiling X86TargetObjectFile.cpp for Release build
llvm[5]: Compiling X86TargetTransformInfo.cpp for Release build
llvm[5]: Compiling X86VZeroUpper.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMX86CodeGen.a
llvm[6]: Compiling X86ATTInstPrinter.cpp for Release build
llvm[6]: Compiling X86InstComments.cpp for Release build
llvm[6]: Compiling X86IntelInstPrinter.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMX86AsmPrinter.a
llvm[6]: Compiling X86AsmParser.cpp for Release build
/scratch/copeland/julia/deps/llvm-3.3/lib/Target/X86/AsmParser/X86AsmParser.cpp: In function 'void RewriteIntelBracExpression(llvm::SmallVectorImpl<llvm::AsmRewrite>*, llvm::StringRef, int64_t, int64_t, llvm::SMLoc&, llvm::SMLoc&, llvm::SMLoc&)':
/scratch/copeland/julia/deps/llvm-3.3/lib/Target/X86/AsmParser/X86AsmParser.cpp:1182:12: warning: variable 'Found' set but not used [-Wunused-but-set-variable]
llvm[6]: Building Release Archive Library libLLVMX86AsmParser.a
llvm[6]: Compiling X86Disassembler.cpp for Release build
llvm[6]: Compiling X86DisassemblerDecoder.c for Release build
llvm[6]: Building Release Archive Library libLLVMX86Disassembler.a
llvm[6]: Compiling X86TargetInfo.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMX86Info.a
llvm[6]: Compiling X86AsmBackend.cpp for Release build
llvm[6]: Compiling X86ELFObjectWriter.cpp for Release build
llvm[6]: Compiling X86MCAsmInfo.cpp for Release build
llvm[6]: Compiling X86MCCodeEmitter.cpp for Release build
llvm[6]: Compiling X86MCTargetDesc.cpp for Release build
llvm[6]: Compiling X86MachObjectWriter.cpp for Release build
llvm[6]: Compiling X86WinCOFFObjectWriter.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMX86Desc.a
llvm[6]: Compiling X86ShuffleDecode.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMX86Utils.a
llvm[4]: Compiling ExecutionEngine.cpp for Release build
llvm[4]: Compiling ExecutionEngineBindings.cpp for Release build
llvm[4]: Compiling TargetSelect.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMExecutionEngine.a
llvm[5]: Compiling Execution.cpp for Release build
llvm[5]: Compiling ExternalFunctions.cpp for Release build
llvm[5]: Compiling Interpreter.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMInterpreter.a
llvm[5]: Compiling JIT.cpp for Release build
llvm[5]: Compiling JITDwarfEmitter.cpp for Release build
llvm[5]: Compiling JITEmitter.cpp for Release build
llvm[5]: Compiling JITMemoryManager.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMJIT.a
llvm[5]: Compiling MCJIT.cpp for Release build
llvm[5]: Compiling SectionMemoryManager.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMMCJIT.a
llvm[5]: Compiling GDBRegistrar.cpp for Release build
llvm[5]: Compiling RuntimeDyld.cpp for Release build
llvm[5]: Compiling RuntimeDyldELF.cpp for Release build
llvm[5]: Compiling RuntimeDyldMachO.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMRuntimeDyld.a
llvm[4]: Compiling LinkModules.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMLinker.a
llvm[4]: Compiling ELFObjectWriter.cpp for Release build
llvm[4]: Compiling MCAsmBackend.cpp for Release build
llvm[4]: Compiling MCAsmInfo.cpp for Release build
llvm[4]: Compiling MCAsmInfoCOFF.cpp for Release build
llvm[4]: Compiling MCAsmInfoDarwin.cpp for Release build
llvm[4]: Compiling MCAsmStreamer.cpp for Release build
llvm[4]: Compiling MCAssembler.cpp for Release build
llvm[4]: Compiling MCAtom.cpp for Release build
llvm[4]: Compiling MCCodeEmitter.cpp for Release build
llvm[4]: Compiling MCCodeGenInfo.cpp for Release build
llvm[4]: Compiling MCContext.cpp for Release build
llvm[4]: Compiling MCDisassembler.cpp for Release build
llvm[4]: Compiling MCDwarf.cpp for Release build
llvm[4]: Compiling MCELF.cpp for Release build
llvm[4]: Compiling MCELFObjectTargetWriter.cpp for Release build
llvm[4]: Compiling MCELFStreamer.cpp for Release build
llvm[4]: Compiling MCExpr.cpp for Release build
llvm[4]: Compiling MCInst.cpp for Release build
llvm[4]: Compiling MCInstPrinter.cpp for Release build
llvm[4]: Compiling MCInstrAnalysis.cpp for Release build
llvm[4]: Compiling MCLabel.cpp for Release build
llvm[4]: Compiling MCMachOStreamer.cpp for Release build
llvm[4]: Compiling MCMachObjectTargetWriter.cpp for Release build
llvm[4]: Compiling MCModule.cpp for Release build
llvm[4]: Compiling MCNullStreamer.cpp for Release build
llvm[4]: Compiling MCObjectFileInfo.cpp for Release build
llvm[4]: Compiling MCObjectStreamer.cpp for Release build
llvm[4]: Compiling MCObjectWriter.cpp for Release build
llvm[4]: Compiling MCPureStreamer.cpp for Release build
llvm[4]: Compiling MCRegisterInfo.cpp for Release build
llvm[4]: Compiling MCSection.cpp for Release build
llvm[4]: Compiling MCSectionCOFF.cpp for Release build
llvm[4]: Compiling MCSectionELF.cpp for Release build
llvm[4]: Compiling MCSectionMachO.cpp for Release build
llvm[4]: Compiling MCStreamer.cpp for Release build
llvm[4]: Compiling MCSubtargetInfo.cpp for Release build
llvm[4]: Compiling MCSymbol.cpp for Release build
llvm[4]: Compiling MCValue.cpp for Release build
llvm[4]: Compiling MCWin64EH.cpp for Release build
llvm[4]: Compiling MachObjectWriter.cpp for Release build
llvm[4]: Compiling SubtargetFeature.cpp for Release build
llvm[4]: Compiling WinCOFFObjectWriter.cpp for Release build
llvm[4]: Compiling WinCOFFStreamer.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMMC.a
llvm[5]: Compiling AsmLexer.cpp for Release build
llvm[5]: Compiling AsmParser.cpp for Release build
llvm[5]: Compiling COFFAsmParser.cpp for Release build
llvm[5]: Compiling DarwinAsmParser.cpp for Release build
llvm[5]: Compiling ELFAsmParser.cpp for Release build
llvm[5]: Compiling MCAsmLexer.cpp for Release build
llvm[5]: Compiling MCAsmParser.cpp for Release build
llvm[5]: Compiling MCAsmParserExtension.cpp for Release build
llvm[5]: Compiling MCTargetAsmParser.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMMCParser.a
llvm[5]: Compiling Disassembler.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMMCDisassembler.a
llvm[4]: Compiling Archive.cpp for Release build
llvm[4]: Compiling Binary.cpp for Release build
llvm[4]: Compiling COFFObjectFile.cpp for Release build
llvm[4]: Compiling ELFObjectFile.cpp for Release build
llvm[4]: Compiling Error.cpp for Release build
llvm[4]: Compiling MachOObjectFile.cpp for Release build
llvm[4]: Compiling Object.cpp for Release build
llvm[4]: Compiling ObjectFile.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMObject.a
llvm[4]: Compiling Arg.cpp for Release build
llvm[4]: Compiling ArgList.cpp for Release build
llvm[4]: Compiling OptTable.cpp for Release build
llvm[4]: Compiling Option.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMOption.a
llvm[4]: Compiling DIContext.cpp for Release build
llvm[4]: Compiling DWARFAbbreviationDeclaration.cpp for Release build
llvm[4]: Compiling DWARFCompileUnit.cpp for Release build
llvm[4]: Compiling DWARFContext.cpp for Release build
llvm[4]: Compiling DWARFDebugAbbrev.cpp for Release build
llvm[4]: Compiling DWARFDebugArangeSet.cpp for Release build
llvm[4]: Compiling DWARFDebugAranges.cpp for Release build
llvm[4]: Compiling DWARFDebugFrame.cpp for Release build
llvm[4]: Compiling DWARFDebugInfoEntry.cpp for Release build
llvm[4]: Compiling DWARFDebugLine.cpp for Release build
llvm[4]: Compiling DWARFDebugRangeList.cpp for Release build
llvm[4]: Compiling DWARFFormValue.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMDebugInfo.a
llvm[4]: Compiling IRReader.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMIRReader.a
llvm[3]: Linking Release Shared Library libLLVM-3.3.so
llvm[3]: Building llvm-config BuildVariables.inc file.
llvm[3]: Compiling llvm-config.cpp for Release build
llvm[3]: Linking Release executable llvm-config (without symbols)
llvm[3]: ======= Finished Linking Release Executable llvm-config (without symbols)
llvm[4]: Compiling AnalysisWrappers.cpp for Release build
llvm[4]: Compiling GraphPrinters.cpp for Release build
llvm[4]: Compiling PrintSCC.cpp for Release build
llvm[4]: Compiling opt.cpp for Release build
llvm[4]: Linking Release executable opt (without symbols)
llvm[4]: ======= Finished Linking Release Executable opt (without symbols)
llvm[4]: Compiling llvm-as.cpp for Release build
llvm[4]: Linking Release executable llvm-as (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-as (without symbols)
llvm[4]: Compiling llvm-dis.cpp for Release build
llvm[4]: Linking Release executable llvm-dis (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-dis (without symbols)
llvm[4]: Compiling llc.cpp for Release build
llvm[4]: Linking Release executable llc (without symbols)
llvm[4]: ======= Finished Linking Release Executable llc (without symbols)
llvm[4]: Compiling llvm-ranlib.cpp for Release build
llvm[4]: Linking Release executable llvm-ranlib (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-ranlib (without symbols)
llvm[4]: Compiling llvm-ar.cpp for Release build
llvm[4]: Linking Release executable llvm-ar (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-ar (without symbols)
llvm[4]: Compiling llvm-nm.cpp for Release build
llvm[4]: Linking Release executable llvm-nm (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-nm (without symbols)
llvm[4]: Compiling llvm-prof.cpp for Release build
llvm[4]: Linking Release executable llvm-prof (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-prof (without symbols)
llvm[4]: Compiling llvm-link.cpp for Release build
llvm[4]: Linking Release executable llvm-link (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-link (without symbols)
llvm[4]: Compiling RecordingMemoryManager.cpp for Release build
llvm[4]: Compiling RemoteTarget.cpp for Release build
llvm[4]: Compiling lli.cpp for Release build
llvm[4]: Linking Release executable lli (without symbols)
llvm[4]: ======= Finished Linking Release Executable lli (without symbols)
llvm[4]: Compiling llvm-extract.cpp for Release build
llvm[4]: Linking Release executable llvm-extract (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-extract (without symbols)
llvm[4]: Compiling Disassembler.cpp for Release build
llvm[4]: Compiling llvm-mc.cpp for Release build
llvm[4]: Linking Release executable llvm-mc (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-mc (without symbols)
llvm[4]: Compiling BugDriver.cpp for Release build
llvm[4]: Compiling CrashDebugger.cpp for Release build
llvm[4]: Compiling ExecutionDriver.cpp for Release build
llvm[4]: Compiling ExtractFunction.cpp for Release build
llvm[4]: Compiling FindBugs.cpp for Release build
llvm[4]: Compiling Miscompilation.cpp for Release build
llvm[4]: Compiling OptimizerDriver.cpp for Release build
llvm[4]: Compiling ToolRunner.cpp for Release build
llvm[4]: Compiling bugpoint.cpp for Release build
llvm[4]: Linking Release executable bugpoint (without symbols)
llvm[4]: ======= Finished Linking Release Executable bugpoint (without symbols)
llvm[4]: Compiling llvm-bcanalyzer.cpp for Release build
llvm[4]: Linking Release executable llvm-bcanalyzer (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-bcanalyzer (without symbols)
llvm[4]: Compiling DiffConsumer.cpp for Release build
llvm[4]: Compiling DiffLog.cpp for Release build
llvm[4]: Compiling DifferenceEngine.cpp for Release build
llvm[4]: Compiling llvm-diff.cpp for Release build
llvm[4]: Linking Release executable llvm-diff (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-diff (without symbols)
llvm[4]: Compiling macho-dump.cpp for Release build
llvm[4]: Linking Release executable macho-dump (without symbols)
llvm[4]: ======= Finished Linking Release Executable macho-dump (without symbols)
llvm[4]: Compiling COFFDump.cpp for Release build
llvm[4]: Compiling ELFDump.cpp for Release build
llvm[4]: Compiling MCFunction.cpp for Release build
llvm[4]: Compiling MachODump.cpp for Release build
llvm[4]: Compiling llvm-objdump.cpp for Release build
llvm[4]: Linking Release executable llvm-objdump (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-objdump (without symbols)
llvm[4]: Compiling COFFDumper.cpp for Release build
llvm[4]: Compiling ELFDumper.cpp for Release build
llvm[4]: Compiling Error.cpp for Release build
llvm[4]: Compiling MachODumper.cpp for Release build
llvm[4]: Compiling ObjDumper.cpp for Release build
llvm[4]: Compiling StreamWriter.cpp for Release build
llvm[4]: Compiling llvm-readobj.cpp for Release build
llvm[4]: Linking Release executable llvm-readobj (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-readobj (without symbols)
llvm[4]: Compiling llvm-rtdyld.cpp for Release build
llvm[4]: Linking Release executable llvm-rtdyld (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-rtdyld (without symbols)
llvm[4]: Compiling llvm-dwarfdump.cpp for Release build
llvm[4]: Linking Release executable llvm-dwarfdump (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-dwarfdump (without symbols)
llvm[4]: Compiling llvm-cov.cpp for Release build
llvm[4]: Linking Release executable llvm-cov (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-cov (without symbols)
llvm[4]: Compiling llvm-size.cpp for Release build
llvm[4]: Linking Release executable llvm-size (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-size (without symbols)
llvm[4]: Compiling llvm-stress.cpp for Release build
llvm[4]: Linking Release executable llvm-stress (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-stress (without symbols)
llvm[4]: Compiling llvm-mcmarkup.cpp for Release build
llvm[4]: Linking Release executable llvm-mcmarkup (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-mcmarkup (without symbols)
llvm[4]: Compiling LLVMSymbolize.cpp for Release build
llvm[4]: Compiling llvm-symbolizer.cpp for Release build
llvm[4]: Linking Release executable llvm-symbolizer (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-symbolizer (without symbols)
llvm[4]: Compiling coff2yaml.cpp for Release build
llvm[4]: Compiling obj2yaml.cpp for Release build
llvm[4]: Linking Release executable obj2yaml (without symbols)
llvm[4]: ======= Finished Linking Release Executable obj2yaml (without symbols)
llvm[4]: Compiling yaml2obj.cpp for Release build
llvm[4]: Linking Release executable yaml2obj (without symbols)
llvm[4]: ======= Finished Linking Release Executable yaml2obj (without symbols)
llvm[4]: Compiling LTOCodeGenerator.cpp for Release build (PIC)
llvm[4]: Compiling LTODisassembler.cpp for Release build (PIC)
llvm[4]: Compiling LTOModule.cpp for Release build (PIC)
llvm[4]: Compiling lto.cpp for Release build (PIC)
llvm[4]: Linking Release Shared Library libLTO.so
llvm[4]: Building Release Archive Library libLTO.a
llvm[4]: Compiling TestPasses.cpp for Release build (PIC)
llvm[4]: Linking Release Loadable Module BugpointPasses.so
llvm[4]: Compiling BasicBlockTracing.c for Release build (PIC)
llvm[4]: Compiling CommonProfiling.c for Release build (PIC)
llvm[4]: Compiling EdgeProfiling.c for Release build (PIC)
llvm[4]: Compiling OptimalEdgeProfiling.c for Release build (PIC)
llvm[4]: Compiling PathProfiling.c for Release build (PIC)
llvm[4]: Linking Release Shared Library libprofile_rt.so
llvm[4]: Building Release Archive Library libprofile_rt.a
llvm[4]: Compiling APFloatTest.cpp for Release build
llvm[4]: Compiling APIntTest.cpp for Release build
llvm[4]: Compiling BitVectorTest.cpp for Release build
llvm[4]: Compiling DAGDeltaAlgorithmTest.cpp for Release build
llvm[4]: Compiling DeltaAlgorithmTest.cpp for Release build
llvm[4]: Compiling DenseMapTest.cpp for Release build
llvm[4]: Compiling DenseSetTest.cpp for Release build
llvm[4]: Compiling FoldingSet.cpp for Release build
llvm[4]: Compiling HashingTest.cpp for Release build
llvm[4]: Compiling ImmutableMapTest.cpp for Release build
llvm[4]: Compiling ImmutableSetTest.cpp for Release build
llvm[4]: Compiling IntEqClassesTest.cpp for Release build
llvm[4]: Compiling IntervalMapTest.cpp for Release build
llvm[4]: Compiling IntrusiveRefCntPtrTest.cpp for Release build
llvm[4]: Compiling MapVectorTest.cpp for Release build
llvm[4]: Compiling OptionalTest.cpp for Release build
llvm[4]: Compiling PackedVectorTest.cpp for Release build
llvm[4]: Compiling SCCIteratorTest.cpp for Release build
llvm[4]: Compiling SmallPtrSetTest.cpp for Release build
llvm[4]: Compiling SmallStringTest.cpp for Release build
llvm[4]: Compiling SmallVectorTest.cpp for Release build
llvm[4]: Compiling SparseBitVectorTest.cpp for Release build
llvm[4]: Compiling SparseMultiSetTest.cpp for Release build
llvm[4]: Compiling SparseSetTest.cpp for Release build
llvm[4]: Compiling StringMapTest.cpp for Release build
llvm[4]: Compiling StringRefTest.cpp for Release build
llvm[4]: Compiling TinyPtrVectorTest.cpp for Release build
llvm[4]: Compiling TripleTest.cpp for Release build
llvm[4]: Compiling TwineTest.cpp for Release build
llvm[4]: Compiling VariadicFunctionTest.cpp for Release build
llvm[4]: Compiling ilistTest.cpp for Release build
llvm[4]: Linking Release unit test ADT (without symbols)
llvm[4]: ======= Finished Linking Release Unit test ADT (without symbols)
llvm[5]: Compiling JITEventListenerTest.cpp for Release build
llvm[5]: Compiling JITMemoryManagerTest.cpp for Release build
llvm[5]: Compiling JITTest.cpp for Release build
llvm[5]: Compiling MultiJITTest.cpp for Release build
llvm[5]: Linking Release unit test JIT (without symbols)
llvm[5]: ======= Finished Linking Release Unit test JIT (without symbols)
llvm[5]: Compiling MCJITCAPITest.cpp for Release build
llvm[5]: Compiling MCJITMemoryManagerTest.cpp for Release build
llvm[5]: Compiling MCJITObjectCacheTest.cpp for Release build
llvm[5]: Compiling MCJITTest.cpp for Release build
llvm[5]: Linking Release unit test MCJIT (without symbols)
llvm[5]: ======= Finished Linking Release Unit test MCJIT (without symbols)
llvm[4]: Compiling ExecutionEngineTest.cpp for Release build
llvm[4]: Linking Release unit test ExecutionEngine (without symbols)
llvm[4]: ======= Finished Linking Release Unit test ExecutionEngine (without symbols)
llvm[4]: Compiling AlignOfTest.cpp for Release build
llvm[4]: Compiling AllocatorTest.cpp for Release build
llvm[4]: Compiling ArrayRecyclerTest.cpp for Release build
llvm[4]: Compiling BlockFrequencyTest.cpp for Release build
llvm[4]: Compiling Casting.cpp for Release build
llvm[4]: Compiling CommandLineTest.cpp for Release build
llvm[4]: Compiling CompressionTest.cpp for Release build
llvm[4]: Compiling ConstantRangeTest.cpp for Release build
llvm[4]: Compiling DataExtractorTest.cpp for Release build
llvm[4]: Compiling EndianTest.cpp for Release build
llvm[4]: Compiling ErrorOrTest.cpp for Release build
llvm[4]: Compiling FileOutputBufferTest.cpp for Release build
llvm[4]: Compiling IntegersSubsetTest.cpp for Release build
llvm[4]: Compiling LeakDetectorTest.cpp for Release build
llvm[4]: Compiling ManagedStatic.cpp for Release build
llvm[4]: Compiling MathExtrasTest.cpp for Release build
llvm[4]: Compiling MemoryBufferTest.cpp for Release build
llvm[4]: Compiling MemoryTest.cpp for Release build
llvm[4]: Compiling Path.cpp for Release build
llvm[4]: Compiling ProcessTest.cpp for Release build
llvm[4]: Compiling ProgramTest.cpp for Release build
llvm[4]: Compiling RegexTest.cpp for Release build
llvm[4]: Compiling SwapByteOrderTest.cpp for Release build
llvm[4]: Compiling TimeValue.cpp for Release build
llvm[4]: Compiling ValueHandleTest.cpp for Release build
llvm[4]: Compiling YAMLIOTest.cpp for Release build
llvm[4]: Compiling YAMLParserTest.cpp for Release build
llvm[4]: Compiling formatted_raw_ostream_test.cpp for Release build
llvm[4]: Compiling raw_ostream_test.cpp for Release build
llvm[4]: Linking Release unit test Support (without symbols)
llvm[4]: ======= Finished Linking Release Unit test Support (without symbols)
llvm[5]: Compiling Cloning.cpp for Release build
llvm[5]: Compiling IntegerDivision.cpp for Release build
llvm[5]: Compiling Local.cpp for Release build
llvm[5]: Linking Release unit test Utils (without symbols)
llvm[5]: ======= Finished Linking Release Unit test Utils (without symbols)
llvm[4]: Compiling AttributesTest.cpp for Release build
llvm[4]: Compiling ConstantsTest.cpp for Release build
llvm[4]: Compiling DominatorTreeTest.cpp for Release build
llvm[4]: Compiling IRBuilderTest.cpp for Release build
llvm[4]: Compiling InstructionsTest.cpp for Release build
llvm[4]: Compiling MDBuilderTest.cpp for Release build
llvm[4]: Compiling MetadataTest.cpp for Release build
llvm[4]: Compiling PassManagerTest.cpp for Release build
llvm[4]: Compiling PatternMatch.cpp for Release build
llvm[4]: Compiling TypeBuilderTest.cpp for Release build
llvm[4]: Compiling TypesTest.cpp for Release build
llvm[4]: Compiling ValueMapTest.cpp for Release build
llvm[4]: Compiling ValueTest.cpp for Release build
llvm[4]: Compiling VerifierTest.cpp for Release build
llvm[4]: Compiling WaymarkTest.cpp for Release build
llvm[4]: Linking Release unit test IR (without symbols)
llvm[4]: ======= Finished Linking Release Unit test IR (without symbols)
llvm[4]: Compiling ScalarEvolutionTest.cpp for Release build
llvm[4]: Linking Release unit test Analysis (without symbols)
llvm[4]: ======= Finished Linking Release Unit test Analysis (without symbols)
llvm[4]: Compiling BitReaderTest.cpp for Release build
llvm[4]: Linking Release unit test Bitcode (without symbols)
llvm[4]: ======= Finished Linking Release Unit test Bitcode (without symbols)
llvm[4]: Compiling DWARFFormValueTest.cpp for Release build
llvm[4]: Linking Release unit test DebugInfo (without symbols)
llvm[4]: ======= Finished Linking Release Unit test DebugInfo (without symbols)
llvm[6]: Compiling sample.c for Release build
llvm[6]: Building Release Archive Library libsample.a
llvm[6]: Compiling main.c for Release build
llvm[6]: Linking Release executable Sample (without symbols)
llvm[6]: ======= Finished Linking Release Executable Sample (without symbols)
llvm[2]: ***** Completed Release Build
llvm[2]: Installing include files
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/Analysis
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/Support
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/Object
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/IR
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/ADT
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/Assembly
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/Option
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/IRReader
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/DebugInfo
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/ExecutionEngine
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/Target
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/TableGen
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/Bitcode
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/CodeGen
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/CodeGen/PBQP
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/CodeGen/PBQP/Heuristics
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/Transforms
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/Transforms/IPO
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/Transforms/Utils
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/MC
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/MC/MCParser
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm-c
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm-c/Transforms
llvm[2]: Making install directory /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/./llvm/Config
llvm[3]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMSupport.a
llvm[3]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMTableGen.a
llvm[4]: Install circumvented with NO_INSTALL
llvm[4]: Install circumvented with NO_INSTALL
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-tblgen
llvm[4]: Install circumvented with NO_INSTALL
llvm[4]: Install circumvented with NO_INSTALL
llvm[4]: Install circumvented with NO_INSTALL
llvm[4]: Install circumvented with NO_INSTALL
llvm[5]: Install circumvented with NO_INSTALL
llvm[5]: Install circumvented with NO_INSTALL
llvm[3]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMCore.a
llvm[3]: Installing /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/llvm/IR/Intrinsics.gen
llvm[4]: Installing /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/include/llvm/IR/Intrinsics.gen
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMAsmParser.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMBitReader.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMBitWriter.a
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMArchive.a
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMAnalysis.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMipa.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMTransformUtils.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMInstrumentation.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMScalarOpts.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMInstCombine.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMipo.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMVectorize.a
llvm[5]: Installing Release Shared Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/LLVMHello.so
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMObjCARCOpts.a
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMCodeGen.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMSelectionDAG.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMAsmPrinter.a
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMTarget.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMX86CodeGen.a
llvm[6]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMX86AsmPrinter.a
llvm[6]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMX86AsmParser.a
llvm[6]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMX86Disassembler.a
llvm[6]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMX86Info.a
llvm[6]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMX86Desc.a
llvm[6]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMX86Utils.a
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMExecutionEngine.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMInterpreter.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMJIT.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMMCJIT.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMRuntimeDyld.a
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMLinker.a
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMMC.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMMCParser.a
llvm[5]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMMCDisassembler.a
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMObject.a
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMOption.a
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMDebugInfo.a
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVMIRReader.a
llvm[3]: Linking Release Shared Library libLLVM-3.3.so
llvm[3]: Installing Release Shared Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLLVM-3.3.so
llvm[3]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-config
llvm[4]: Linking Release executable opt (without symbols)
llvm[4]: ======= Finished Linking Release Executable opt (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/opt
llvm[4]: Linking Release executable llvm-as (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-as (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-as
llvm[4]: Linking Release executable llvm-dis (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-dis (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-dis
llvm[4]: Linking Release executable llc (without symbols)
llvm[4]: ======= Finished Linking Release Executable llc (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llc
llvm[4]: Linking Release executable llvm-ranlib (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-ranlib (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-ranlib
llvm[4]: Linking Release executable llvm-ar (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-ar (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-ar
llvm[4]: Linking Release executable llvm-nm (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-nm (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-nm
llvm[4]: Linking Release executable llvm-prof (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-prof (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-prof
llvm[4]: Linking Release executable llvm-link (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-link (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-link
llvm[4]: Linking Release executable lli (without symbols)
llvm[4]: ======= Finished Linking Release Executable lli (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/lli
llvm[4]: Linking Release executable llvm-extract (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-extract (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-extract
llvm[4]: Linking Release executable llvm-mc (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-mc (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-mc
llvm[4]: Linking Release executable bugpoint (without symbols)
llvm[4]: ======= Finished Linking Release Executable bugpoint (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/bugpoint
llvm[4]: Linking Release executable llvm-bcanalyzer (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-bcanalyzer (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-bcanalyzer
llvm[4]: Linking Release executable llvm-diff (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-diff (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-diff
llvm[4]: Linking Release executable macho-dump (without symbols)
llvm[4]: ======= Finished Linking Release Executable macho-dump (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/macho-dump
llvm[4]: Linking Release executable llvm-objdump (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-objdump (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-objdump
llvm[4]: Linking Release executable llvm-readobj (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-readobj (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-readobj
llvm[4]: Linking Release executable llvm-rtdyld (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-rtdyld (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-rtdyld
llvm[4]: Linking Release executable llvm-dwarfdump (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-dwarfdump (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-dwarfdump
llvm[4]: Linking Release executable llvm-cov (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-cov (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-cov
llvm[4]: Linking Release executable llvm-size (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-size (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-size
llvm[4]: Linking Release executable llvm-stress (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-stress (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-stress
llvm[4]: Linking Release executable llvm-mcmarkup (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-mcmarkup (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-mcmarkup
llvm[4]: Linking Release executable llvm-symbolizer (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-symbolizer (without symbols)
llvm[4]: Installing Release /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/bin/llvm-symbolizer
llvm[4]: Linking Release executable obj2yaml (without symbols)
llvm[4]: ======= Finished Linking Release Executable obj2yaml (without symbols)
llvm[4]: Install circumvented with NO_INSTALL
llvm[4]: Linking Release executable yaml2obj (without symbols)
llvm[4]: ======= Finished Linking Release Executable yaml2obj (without symbols)
llvm[4]: Install circumvented with NO_INSTALL
llvm[4]: Linking Release Shared Library libLTO.so
llvm[4]: Installing Release Shared Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLTO.so
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libLTO.a
llvm[4]: Installing Release Shared Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/BugpointPasses.so
llvm[4]: Installing Release Shared Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libprofile_rt.so
llvm[4]: Installing Release Archive Library /scratch/copeland/julia/usr-staging/llvm-3.3/build_Release/scratch/copeland/julia/usr/lib/libprofile_rt.a
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 317 100 317 0 0 285 0 0:00:01 0:00:01 --:--:-- 307 100 317 100 317 0 0 267 0 0:00:01 0:00:01 --:--:-- 267 34 1326k 34 457k 0 0 211k 0 0:00:06 0:00:02 0:00:04 467k 100 1326k 100 1326k 0 0 507k 0 0:00:02 0:00:02 --:--:-- 928k
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc -m64
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m64 accepts -g... yes
checking for gcc -m64 option to accept ISO C89... none needed
checking whether gcc -m64 understands -c and -o together... yes
checking dependency style of gcc -m64 ... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) gcc -m64
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc -m64 accepts -g... (cached) yes
checking for gcc -m64 option to accept ISO C89... (cached) none needed
checking whether gcc -m64 understands -c and -o together... (cached) yes
checking dependency style of gcc -m64 ... (cached) gcc3
checking how to run the C preprocessor... gcc -m64 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 int64_t... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -m64 ... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -m64 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -m64 supports -fno-rtti -fno-exceptions... no
checking for gcc -m64 option to produce PIC... -fPIC -DPIC
checking if gcc -m64 PIC flag -fPIC -DPIC works... yes
checking if gcc -m64 static flag -static works... yes
checking if gcc -m64 supports -c -o file.o... yes
checking if gcc -m64 supports -c -o file.o... (cached) yes
checking whether the gcc -m64 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether ln -s works... yes
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for libbz2... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpcre2-8.pc
config.status: creating libpcre2-16.pc
config.status: creating libpcre2-32.pc
config.status: creating libpcre2-posix.pc
config.status: creating pcre2-config
config.status: creating src/pcre2.h
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing script-chmod commands
config.status: executing delete-old-chartables commands
pcre2-10.20 configuration summary:
Install prefix .................. : /scratch/copeland/julia/usr
C preprocessor .................. : gcc -m64 -E
C compiler ...................... : gcc -m64
Linker .......................... : /usr/bin/ld -m elf_x86_64
C preprocessor flags ............ :
C compiler flags ................ : -pthread -O3 -fvisibility=hidden
Linker flags .................... : -Wl,-rpath,/scratch/copeland/julia/usr/lib
Extra libraries ................. :
Build 8-bit pcre2 library ....... : yes
Build 16-bit pcre2 library ...... : no
Build 32-bit pcre2 library ...... : no
Include debugging code .......... : no
Enable JIT compiling support .... : yes
Enable Unicode support .......... : yes
Newline char/sequence ........... : lf
\R matches only ANYCRLF ......... : no
EBCDIC coding ................... : no
EBCDIC code for NL .............. : n/a
Rebuild char tables ............. : no
Use stack recursion ............. : yes
Internal link size .............. : 2
Nested parentheses limit ........ : 250
Match limit ..................... : 10000000
Match limit recursion ........... : MATCH_LIMIT
Build shared libs ............... : yes
Build static libs ............... : yes
Use JIT in pcre2grep ............ : yes
Buffer size for pcre2grep ....... : 20480
Link pcre2grep with libz ........ : no
Link pcre2grep with libbz2 ...... : no
Link pcre2test with libedit ..... : no
Link pcre2test with libreadline . : no
Valgrind support ................ : no
Code coverage ................... : no
/bin/sh ./config.status
config.status: creating Makefile
config.status: creating libpcre2-8.pc
config.status: creating libpcre2-16.pc
config.status: creating libpcre2-32.pc
config.status: creating libpcre2-posix.pc
config.status: creating pcre2-config
config.status: creating src/pcre2.h
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing script-chmod commands
config.status: executing delete-old-chartables commands
CC src/libpcre2_8_la-pcre2_auto_possess.lo
CC src/libpcre2_8_la-pcre2_compile.lo
CC src/libpcre2_8_la-pcre2_config.lo
CC src/libpcre2_8_la-pcre2_context.lo
CC src/libpcre2_8_la-pcre2_dfa_match.lo
CC src/libpcre2_8_la-pcre2_error.lo
CC src/libpcre2_8_la-pcre2_jit_compile.lo
CC src/libpcre2_8_la-pcre2_maketables.lo
CC src/libpcre2_8_la-pcre2_match.lo
CC src/libpcre2_8_la-pcre2_match_data.lo
CC src/libpcre2_8_la-pcre2_newline.lo
CC src/libpcre2_8_la-pcre2_ord2utf.lo
CC src/libpcre2_8_la-pcre2_pattern_info.lo
CC src/libpcre2_8_la-pcre2_serialize.lo
CC src/libpcre2_8_la-pcre2_string_utils.lo
CC src/libpcre2_8_la-pcre2_study.lo
CC src/libpcre2_8_la-pcre2_substitute.lo
CC src/libpcre2_8_la-pcre2_substring.lo
CC src/libpcre2_8_la-pcre2_tables.lo
CC src/libpcre2_8_la-pcre2_ucd.lo
CC src/libpcre2_8_la-pcre2_valid_utf.lo
CC src/libpcre2_8_la-pcre2_xclass.lo
CC src/libpcre2_8_la-pcre2_chartables.lo
CCLD libpcre2-8.la
CC src/libpcre2_posix_la-pcre2posix.lo
CCLD libpcre2-posix.la
CC src/pcre2grep-pcre2grep.o
CCLD pcre2grep
CC src/pcre2test-pcre2test.o
CCLD pcre2test
CC src/pcre2_jit_test-pcre2_jit_test.o
CCLD pcre2_jit_test
PASS: pcre2_jit_test
PASS: RunTest
PASS: RunGrepTest
============================================================================
Testsuite summary for PCRE2 10.20
============================================================================
# TOTAL: 3
# PASS: 3
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libpcre2-8.la libpcre2-posix.la '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib'
libtool: install: /usr/bin/install -c .libs/libpcre2-8.so.0.2.0 /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/libpcre2-8.so.0.2.0
libtool: install: (cd /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib && { ln -s -f libpcre2-8.so.0.2.0 libpcre2-8.so.0 || { rm -f libpcre2-8.so.0 && ln -s libpcre2-8.so.0.2.0 libpcre2-8.so.0; }; })
libtool: install: (cd /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib && { ln -s -f libpcre2-8.so.0.2.0 libpcre2-8.so || { rm -f libpcre2-8.so && ln -s libpcre2-8.so.0.2.0 libpcre2-8.so; }; })
libtool: install: /usr/bin/install -c .libs/libpcre2-8.lai /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/libpcre2-8.la
libtool: warning: relinking 'libpcre2-posix.la'
libtool: install: (cd /scratch/copeland/julia/deps/pcre2-10.20; /bin/sh "/scratch/copeland/julia/deps/pcre2-10.20/libtool" --silent --tag CC --mode=relink gcc -m64 -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -pthread -O3 -version-info 0:0:0 -Wl,-rpath,/scratch/copeland/julia/usr/lib -o libpcre2-posix.la -rpath /scratch/copeland/julia/usr/lib src/libpcre2_posix_la-pcre2posix.lo libpcre2-8.la -inst-prefix-dir /scratch/copeland/julia/usr-staging/pcre2-10.20)
libtool: install: /usr/bin/install -c .libs/libpcre2-posix.so.0.0.0T /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/libpcre2-posix.so.0.0.0
libtool: install: (cd /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib && { ln -s -f libpcre2-posix.so.0.0.0 libpcre2-posix.so.0 || { rm -f libpcre2-posix.so.0 && ln -s libpcre2-posix.so.0.0.0 libpcre2-posix.so.0; }; })
libtool: install: (cd /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib && { ln -s -f libpcre2-posix.so.0.0.0 libpcre2-posix.so || { rm -f libpcre2-posix.so && ln -s libpcre2-posix.so.0.0.0 libpcre2-posix.so; }; })
libtool: install: /usr/bin/install -c .libs/libpcre2-posix.lai /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/libpcre2-posix.la
libtool: install: /usr/bin/install -c .libs/libpcre2-8.a /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/libpcre2-8.a
libtool: install: chmod 644 /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/libpcre2-8.a
libtool: install: ranlib /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/libpcre2-8.a
libtool: install: /usr/bin/install -c .libs/libpcre2-posix.a /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/libpcre2-posix.a
libtool: install: chmod 644 /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/libpcre2-posix.a
libtool: install: ranlib /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/libpcre2-posix.a
libtool: warning: remember to run 'libtool --finish /scratch/copeland/julia/usr/lib'
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/bin'
/bin/sh ./libtool --mode=install /usr/bin/install -c pcre2grep pcre2test '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/bin'
libtool: warning: 'libpcre2-8.la' has not been installed in '/scratch/copeland/julia/usr/lib'
libtool: install: /usr/bin/install -c .libs/pcre2grep /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/bin/pcre2grep
libtool: warning: 'libpcre2-8.la' has not been installed in '/scratch/copeland/julia/usr/lib'
libtool: warning: 'libpcre2-posix.la' has not been installed in '/scratch/copeland/julia/usr/lib'
libtool: warning: '/scratch/copeland/julia/deps/pcre2-10.20/libpcre2-8.la' has not been installed in '/scratch/copeland/julia/usr/lib'
libtool: install: /usr/bin/install -c .libs/pcre2test /scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/bin/pcre2test
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/bin'
/usr/bin/install -c pcre2-config '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/bin'
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/share/doc/pcre2'
/usr/bin/install -c -m 644 AUTHORS COPYING ChangeLog LICENCE NEWS README doc/pcre2.txt doc/pcre2-config.txt doc/pcre2grep.txt doc/pcre2test.txt '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/share/doc/pcre2'
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/share/doc/pcre2/html'
/usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre2-config.html doc/html/pcre2.html doc/html/pcre2_callout_enumerate.html doc/html/pcre2_code_free.html doc/html/pcre2_compile.html doc/html/pcre2_compile_context_copy.html doc/html/pcre2_compile_context_create.html doc/html/pcre2_compile_context_free.html doc/html/pcre2_config.html doc/html/pcre2_dfa_match.html doc/html/pcre2_general_context_copy.html doc/html/pcre2_general_context_create.html doc/html/pcre2_general_context_free.html doc/html/pcre2_get_error_message.html doc/html/pcre2_get_mark.html doc/html/pcre2_get_ovector_count.html doc/html/pcre2_get_ovector_pointer.html doc/html/pcre2_get_startchar.html doc/html/pcre2_jit_compile.html doc/html/pcre2_jit_free_unused_memory.html doc/html/pcre2_jit_match.html doc/html/pcre2_jit_stack_assign.html doc/html/pcre2_jit_stack_create.html doc/html/pcre2_jit_stack_free.html doc/html/pcre2_maketables.html doc/html/pcre2_match.html doc/html/pcre2_match_context_copy.html doc/html/pcre2_match_context_create.html doc/html/pcre2_match_context_free.html doc/html/pcre2_match_data_create.html doc/html/pcre2_match_data_create_from_pattern.html doc/html/pcre2_match_data_free.html doc/html/pcre2_pattern_info.html doc/html/pcre2_serialize_decode.html doc/html/pcre2_serialize_encode.html doc/html/pcre2_serialize_free.html doc/html/pcre2_serialize_get_number_of_codes.html '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/share/doc/pcre2/html'
/usr/bin/install -c -m 644 doc/html/pcre2_set_bsr.html doc/html/pcre2_set_callout.html doc/html/pcre2_set_character_tables.html doc/html/pcre2_set_compile_recursion_guard.html doc/html/pcre2_set_match_limit.html doc/html/pcre2_set_newline.html doc/html/pcre2_set_parens_nest_limit.html doc/html/pcre2_set_recursion_limit.html doc/html/pcre2_set_recursion_memory_management.html doc/html/pcre2_substitute.html doc/html/pcre2_substring_copy_byname.html doc/html/pcre2_substring_copy_bynumber.html doc/html/pcre2_substring_free.html doc/html/pcre2_substring_get_byname.html doc/html/pcre2_substring_get_bynumber.html doc/html/pcre2_substring_length_byname.html doc/html/pcre2_substring_length_bynumber.html doc/html/pcre2_substring_list_free.html doc/html/pcre2_substring_list_get.html doc/html/pcre2_substring_nametable_scan.html doc/html/pcre2_substring_number_from_name.html doc/html/pcre2api.html doc/html/pcre2build.html doc/html/pcre2callout.html doc/html/pcre2compat.html doc/html/pcre2demo.html doc/html/pcre2grep.html doc/html/pcre2jit.html doc/html/pcre2limits.html doc/html/pcre2matching.html doc/html/pcre2partial.html doc/html/pcre2pattern.html doc/html/pcre2perform.html doc/html/pcre2posix.html doc/html/pcre2sample.html doc/html/pcre2serialize.html doc/html/pcre2stack.html doc/html/pcre2syntax.html doc/html/pcre2test.html doc/html/pcre2unicode.html '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/share/doc/pcre2/html'
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/include'
/usr/bin/install -c -m 644 src/pcre2posix.h '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/include'
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/share/man/man1'
/usr/bin/install -c -m 644 doc/pcre2-config.1 doc/pcre2grep.1 doc/pcre2test.1 '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/share/man/man1'
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/share/man/man3'
/usr/bin/install -c -m 644 doc/pcre2.3 doc/pcre2_callout_enumerate.3 doc/pcre2_code_free.3 doc/pcre2_compile.3 doc/pcre2_compile_context_copy.3 doc/pcre2_compile_context_create.3 doc/pcre2_compile_context_free.3 doc/pcre2_config.3 doc/pcre2_dfa_match.3 doc/pcre2_general_context_copy.3 doc/pcre2_general_context_create.3 doc/pcre2_general_context_free.3 doc/pcre2_get_error_message.3 doc/pcre2_get_mark.3 doc/pcre2_get_ovector_count.3 doc/pcre2_get_ovector_pointer.3 doc/pcre2_get_startchar.3 doc/pcre2_jit_compile.3 doc/pcre2_jit_free_unused_memory.3 doc/pcre2_jit_match.3 doc/pcre2_jit_stack_assign.3 doc/pcre2_jit_stack_create.3 doc/pcre2_jit_stack_free.3 doc/pcre2_maketables.3 doc/pcre2_match.3 doc/pcre2_match_context_copy.3 doc/pcre2_match_context_create.3 doc/pcre2_match_context_free.3 doc/pcre2_match_data_create.3 doc/pcre2_match_data_create_from_pattern.3 doc/pcre2_match_data_free.3 doc/pcre2_pattern_info.3 doc/pcre2_serialize_decode.3 doc/pcre2_serialize_encode.3 doc/pcre2_serialize_free.3 doc/pcre2_serialize_get_number_of_codes.3 doc/pcre2_set_bsr.3 doc/pcre2_set_callout.3 doc/pcre2_set_character_tables.3 doc/pcre2_set_compile_recursion_guard.3 '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/share/man/man3'
/usr/bin/install -c -m 644 doc/pcre2_set_match_limit.3 doc/pcre2_set_newline.3 doc/pcre2_set_parens_nest_limit.3 doc/pcre2_set_recursion_limit.3 doc/pcre2_set_recursion_memory_management.3 doc/pcre2_substitute.3 doc/pcre2_substring_copy_byname.3 doc/pcre2_substring_copy_bynumber.3 doc/pcre2_substring_free.3 doc/pcre2_substring_get_byname.3 doc/pcre2_substring_get_bynumber.3 doc/pcre2_substring_length_byname.3 doc/pcre2_substring_length_bynumber.3 doc/pcre2_substring_list_free.3 doc/pcre2_substring_list_get.3 doc/pcre2_substring_nametable_scan.3 doc/pcre2_substring_number_from_name.3 doc/pcre2api.3 doc/pcre2build.3 doc/pcre2callout.3 doc/pcre2compat.3 doc/pcre2demo.3 doc/pcre2jit.3 doc/pcre2limits.3 doc/pcre2matching.3 doc/pcre2partial.3 doc/pcre2pattern.3 doc/pcre2perform.3 doc/pcre2posix.3 doc/pcre2sample.3 doc/pcre2serialize.3 doc/pcre2stack.3 doc/pcre2syntax.3 doc/pcre2unicode.3 '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/share/man/man3'
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/include'
/usr/bin/install -c -m 644 src/pcre2.h '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/include'
/bin/mkdir -p '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 libpcre2-8.pc libpcre2-posix.pc '/scratch/copeland/julia/usr-staging/pcre2-10.20/scratch/copeland/julia/usr/lib/pkgconfig'
warning: Remote branch v0.2.15 not found in upstream origin, using HEAD instead
fatal: Couldn't find remote ref v0.2.15
make[1]: *** [openblas/Makefile] Error 128
make: *** [julia-deps] Error 2
make -C openblas CC=gcc -m64 FC=gfortran -m64 RANLIB=ranlib FFLAGS= -O2 -fPIC TARGET= BINARY=64 USE_THREAD=1 GEMM_MULTITHREADING_THRESHOLD=50 NUM_THREADS=16 NO_AFFINITY=1 DYNAMIC_ARCH=1 INTERFACE64=1 SYMBOLSUFFIX=64_ LIBPREFIX=libopenblas64_
lapack/laswp.c: In function 'slaswp_':
lapack/laswp.c:100:8: warning: passing argument 12 of 'blas_level1_thread' from incompatible pointer type [enabled by default]
../common_thread.h:177:5: note: expected 'int (*)()' but argument is of type 'int (*)(BLASLONG, BLASLONG, BLASLONG, float, float *, BLASLONG, float *, BLASLONG, blasint *, BLASLONG)'
lapack/zlaswp.c: In function 'claswp_':
lapack/zlaswp.c:99:3: warning: passing argument 12 of 'blas_level1_thread' from incompatible pointer type [enabled by default]
../common_thread.h:177:5: note: expected 'int (*)()' but argument is of type 'int (*)(BLASLONG, BLASLONG, BLASLONG, float, float, float *, BLASLONG, float *, BLASLONG, blasint *, BLASLONG)'
ar: creating ../libopenblas64_p-r0.2.16.dev.a
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_nn':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_nc':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_nr':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_nt':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_tn':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_tc':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_tt':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_tr':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_rn':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_rt':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_rr':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_rc':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_cn':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_ct':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_cr':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'cgemm3m_thread_cc':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from symm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'csymm3m_thread_LU':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from symm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'csymm3m_thread_RU':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from symm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'csymm3m_thread_LL':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from symm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'csymm3m_thread_RL':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from hemm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'chemm3m_thread_LU':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from hemm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'chemm3m_thread_LL':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from hemm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'chemm3m_thread_RU':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from hemm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'chemm3m_thread_RL':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_nt':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_nn':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_nr':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_tn':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_nc':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_tc':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_tt':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_rn':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_rt':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_tr':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_rr':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_cc':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_cn':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_rc':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_cr':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from gemm3m.c:55:0:
level3_gemm3m_thread.c: In function 'zgemm3m_thread_ct':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from symm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'zsymm3m_thread_LU':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from symm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'zsymm3m_thread_LL':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from symm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'zsymm3m_thread_RL':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from symm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'zsymm3m_thread_RU':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from hemm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'zhemm3m_thread_LU':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from hemm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'zhemm3m_thread_LL':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from hemm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'zhemm3m_thread_RL':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
In file included from hemm3m_k.c:96:0:
level3_gemm3m_thread.c: In function 'zhemm3m_thread_RU':
level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
xerbla.c: In function '__xerbla':
xerbla.c:53:4: warning: format '%d' expects argument of type 'int', but argument 3 has type 'blasint' [-Wformat]
getrf_single.c: In function 'sgetrf_single':
getrf_single.c:54:24: warning: variable 'offsetB' set but not used [-Wunused-but-set-variable]
getrf_single.c: In function 'dgetrf_single':
getrf_single.c:54:24: warning: variable 'offsetB' set but not used [-Wunused-but-set-variable]
getrf_single.c: In function 'cgetrf_single':
getrf_single.c:54:24: warning: variable 'offsetB' set but not used [-Wunused-but-set-variable]
getrf_single.c: In function 'zgetrf_single':
getrf_single.c:54:24: warning: variable 'offsetB' set but not used [-Wunused-but-set-variable]
trtri_U_parallel.c: In function 'strtri_UN_parallel':
trtri_U_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_U_parallel.c: In function 'strtri_UU_parallel':
trtri_U_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_U_parallel.c: In function 'dtrtri_UU_parallel':
trtri_U_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_U_parallel.c: In function 'ctrtri_UU_parallel':
trtri_U_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_L_parallel.c: In function 'strtri_LU_parallel':
trtri_L_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_L_parallel.c: In function 'ctrtri_LU_parallel':
trtri_L_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_L_parallel.c: In function 'strtri_LN_parallel':
trtri_L_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_U_parallel.c: In function 'dtrtri_UN_parallel':
trtri_U_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_L_parallel.c: In function 'dtrtri_LU_parallel':
trtri_L_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_L_parallel.c: In function 'ztrtri_LN_parallel':
trtri_L_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_L_parallel.c: In function 'ztrtri_LU_parallel':
trtri_L_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_L_parallel.c: In function 'dtrtri_LN_parallel':
trtri_L_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_U_parallel.c: In function 'ztrtri_UU_parallel':
trtri_U_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_U_parallel.c: In function 'ztrtri_UN_parallel':
trtri_U_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_L_parallel.c: In function 'ctrtri_LN_parallel':
trtri_L_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
trtri_U_parallel.c: In function 'ctrtri_UN_parallel':
trtri_U_parallel.c:57:17: warning: variable 'range_N' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_PRESCOTT':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_PRESCOTT':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_PRESCOTT':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_PRESCOTT':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_PRESCOTT':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_PRESCOTT':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_PRESCOTT':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_PRESCOTT':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_PRESCOTT':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_PRESCOTT':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_PRESCOTT':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_PRESCOTT':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_PRESCOTT':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_PRESCOTT':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_PRESCOTT.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_PRESCOTT.c:562:1: warning: (near initialization for 'gotoblas_PRESCOTT.zgeadd_k') [enabled by default]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_CORE2':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_CORE2':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_CORE2':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_CORE2':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_CORE2':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_CORE2':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_CORE2':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_CORE2':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_CORE2':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_CORE2':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_CORE2':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_CORE2':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_CORE2':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_CORE2':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_CORE2.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_CORE2.c:562:1: warning: (near initialization for 'gotoblas_CORE2.zgeadd_k') [enabled by default]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_PENRYN':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_PENRYN':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_PENRYN':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_PENRYN':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_PENRYN':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_PENRYN':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_PENRYN':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_PENRYN':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_PENRYN':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_PENRYN':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_PENRYN':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_PENRYN':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_PENRYN':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_PENRYN':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_PENRYN.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_PENRYN.c:562:1: warning: (near initialization for 'gotoblas_PENRYN.zgeadd_k') [enabled by default]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_DUNNINGTON':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_DUNNINGTON':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_DUNNINGTON':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_DUNNINGTON':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_DUNNINGTON':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_DUNNINGTON':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_DUNNINGTON':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_DUNNINGTON':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_DUNNINGTON':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_DUNNINGTON':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_DUNNINGTON':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_DUNNINGTON':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_DUNNINGTON':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_DUNNINGTON':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_DUNNINGTON.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_DUNNINGTON.c:562:1: warning: (near initialization for 'gotoblas_DUNNINGTON.zgeadd_k') [enabled by default]
../kernel/x86_64/sgemv_n_4.c: In function 'sgemv_n_NEHALEM':
../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c: In function 'ssymv_U_NEHALEM':
../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c: In function 'dsymv_U_NEHALEM':
../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
../kernel/x86_64/dgemv_n_4.c: In function 'dgemv_n_NEHALEM':
../kernel/x86_64/dgemv_n_4.c:207:11: warning: unused variable 'j' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'cgemm3m_incopyi_NEHALEM':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'cgemm3m_itcopyr_NEHALEM':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'cgemm3m_incopyr_NEHALEM':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'cgemm3m_itcopyi_NEHALEM':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_NEHALEM':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_NEHALEM':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_NEHALEM':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_tcopy_2.c: In function 'zgemm3m_itcopyr_NEHALEM':
generic/zgemm3m_tcopy_2.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_2.c: In function 'zgemm3m_incopyr_NEHALEM':
generic/zgemm3m_ncopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c: In function 'zgemm3m_itcopyi_NEHALEM':
generic/zgemm3m_ncopy_2.c: In function 'zgemm3m_incopyi_NEHALEM':
generic/zgemm3m_tcopy_2.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_NEHALEM':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_NEHALEM':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_NEHALEM':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_NEHALEM.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_NEHALEM.c:562:1: warning: (near initialization for 'gotoblas_NEHALEM.zgeadd_k') [enabled by default]
setparam_NEHALEM.c: In function 'init_parameter':
setparam_NEHALEM.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_OPTERON':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_OPTERON':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_OPTERON':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_OPTERON':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_OPTERON':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_OPTERON':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_OPTERON':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_OPTERON':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_OPTERON':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_OPTERON':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_OPTERON':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_OPTERON':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_OPTERON':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_OPTERON':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_OPTERON.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_OPTERON.c:562:1: warning: (near initialization for 'gotoblas_OPTERON.zgeadd_k') [enabled by default]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_OPTERON_SSE3':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_OPTERON_SSE3':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_OPTERON_SSE3':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_OPTERON_SSE3':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_OPTERON_SSE3':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_OPTERON_SSE3':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_OPTERON_SSE3':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_OPTERON_SSE3':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_OPTERON_SSE3':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_OPTERON_SSE3':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_OPTERON_SSE3':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_OPTERON_SSE3':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_OPTERON_SSE3':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_OPTERON_SSE3':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_OPTERON_SSE3.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_OPTERON_SSE3.c:562:1: warning: (near initialization for 'gotoblas_OPTERON_SSE3.zgeadd_k') [enabled by default]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_BARCELONA':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_BARCELONA':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_BARCELONA':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_BARCELONA':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_BARCELONA':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_BARCELONA':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_BARCELONA':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_BARCELONA':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_BARCELONA':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_BARCELONA':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_BARCELONA':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_BARCELONA':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_BARCELONA':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_BARCELONA':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_BARCELONA.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_BARCELONA.c:562:1: warning: (near initialization for 'gotoblas_BARCELONA.zgeadd_k') [enabled by default]
setparam_BARCELONA.c: In function 'init_parameter':
setparam_BARCELONA.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_BOBCAT':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_BOBCAT':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_BOBCAT':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_BOBCAT':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_BOBCAT':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_BOBCAT':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_BOBCAT':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_BOBCAT':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_BOBCAT':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_BOBCAT':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_BOBCAT':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_BOBCAT':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_BOBCAT':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_BOBCAT':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_BOBCAT.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_BOBCAT.c:562:1: warning: (near initialization for 'gotoblas_BOBCAT.zgeadd_k') [enabled by default]
setparam_BOBCAT.c: In function 'init_parameter':
setparam_BOBCAT.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_ATOM':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_ATOM':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_ATOM':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_ATOM':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_ATOM':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_ATOM':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_ATOM':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_ATOM':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_ATOM':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_ATOM':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_ATOM':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_ATOM':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_ATOM':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_ATOM':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_ATOM.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_ATOM.c:562:1: warning: (near initialization for 'gotoblas_ATOM.zgeadd_k') [enabled by default]
setparam_ATOM.c: In function 'init_parameter':
setparam_ATOM.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'cgemm3m_incopyr_NANO':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'cgemm3m_itcopyr_NANO':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'cgemm3m_incopyi_NANO':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'cgemm3m_itcopyi_NANO':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_NANO':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_NANO':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_NANO':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_NANO':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_NANO':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_NANO':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_NANO':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_NANO':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_NANO':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_NANO':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_NANO.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_NANO.c:562:1: warning: (near initialization for 'gotoblas_NANO.zgeadd_k') [enabled by default]
setparam_NANO.c: In function 'init_parameter':
setparam_NANO.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
../kernel/x86_64/sgemv_n_4.c: In function 'sgemv_n_SANDYBRIDGE':
../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c: In function 'ssymv_U_SANDYBRIDGE':
../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c: In function 'dsymv_U_SANDYBRIDGE':
../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
../kernel/x86_64/dscal.c: In function 'dscal_kernel_inc_8':
../kernel/x86_64/dscal.c:96:9: warning: 'x1' is used uninitialized in this function [-Wuninitialized]
generic/zgemm3m_ncopy_4.c: In function 'cgemm3m_incopyr_SANDYBRIDGE':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'cgemm3m_incopyi_SANDYBRIDGE':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'cgemm3m_itcopyi_SANDYBRIDGE':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'cgemm3m_itcopyr_SANDYBRIDGE':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_SANDYBRIDGE':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_SANDYBRIDGE':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_SANDYBRIDGE':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/zgemv_n_4.c: In function 'zgemv_r_SANDYBRIDGE':
../kernel/x86_64/zgemv_n_4.c:220:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/zgemv_n_4.c: In function 'zgemv_o_SANDYBRIDGE':
../kernel/x86_64/zgemv_n_4.c:220:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/zgemv_n_4.c: In function 'zgemv_n_SANDYBRIDGE':
../kernel/x86_64/zgemv_n_4.c:220:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/zgemv_n_4.c: In function 'zgemv_s_SANDYBRIDGE':
../kernel/x86_64/zgemv_n_4.c:220:11: warning: unused variable 'j' [-Wunused-variable]
generic/zgemm3m_ncopy_2.c: In function 'zgemm3m_incopyr_SANDYBRIDGE':
generic/zgemm3m_ncopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c: In function 'zgemm3m_itcopyr_SANDYBRIDGE':
generic/zgemm3m_tcopy_2.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_2.c: In function 'zgemm3m_incopyi_SANDYBRIDGE':
generic/zgemm3m_ncopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c: In function 'zgemm3m_itcopyi_SANDYBRIDGE':
generic/zgemm3m_tcopy_2.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_SANDYBRIDGE':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_SANDYBRIDGE':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_SANDYBRIDGE':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_SANDYBRIDGE.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_SANDYBRIDGE.c:562:1: warning: (near initialization for 'gotoblas_SANDYBRIDGE.zgeadd_k') [enabled by default]
setparam_SANDYBRIDGE.c: In function 'init_parameter':
setparam_SANDYBRIDGE.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
../kernel/x86_64/sgemv_n_4.c: In function 'sgemv_n_BULLDOZER':
../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c: In function 'ssymv_U_BULLDOZER':
../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c: In function 'dsymv_U_BULLDOZER':
../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
../kernel/x86_64/dscal.c: In function 'dscal_kernel_inc_8':
../kernel/x86_64/dscal.c:96:9: warning: 'x1' is used uninitialized in this function [-Wuninitialized]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_BULLDOZER':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_BULLDOZER':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_BULLDOZER':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_BULLDOZER':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_BULLDOZER':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_BULLDOZER':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_BULLDOZER':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_BULLDOZER':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_BULLDOZER':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_BULLDOZER':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_BULLDOZER':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_BULLDOZER':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_BULLDOZER':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_BULLDOZER':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_BULLDOZER.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_BULLDOZER.c:562:1: warning: (near initialization for 'gotoblas_BULLDOZER.zgeadd_k') [enabled by default]
setparam_BULLDOZER.c: In function 'init_parameter':
setparam_BULLDOZER.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
../kernel/x86_64/sgemv_n_4.c: In function 'sgemv_n_PILEDRIVER':
../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/dscal.c: In function 'dscal_kernel_inc_8':
../kernel/x86_64/dscal.c:96:9: warning: 'x1' is used uninitialized in this function [-Wuninitialized]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_PILEDRIVER':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_PILEDRIVER':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_PILEDRIVER':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_PILEDRIVER':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_PILEDRIVER':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_PILEDRIVER':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_PILEDRIVER':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_PILEDRIVER':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_PILEDRIVER':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_PILEDRIVER':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_PILEDRIVER':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_PILEDRIVER':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_PILEDRIVER':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_PILEDRIVER':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_PILEDRIVER.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_PILEDRIVER.c:562:1: warning: (near initialization for 'gotoblas_PILEDRIVER.zgeadd_k') [enabled by default]
setparam_PILEDRIVER.c: In function 'init_parameter':
setparam_PILEDRIVER.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
../kernel/x86_64/sgemv_n_4.c: In function 'sgemv_n_STEAMROLLER':
../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c: In function 'ssymv_U_STEAMROLLER':
../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
../kernel/x86_64/dgemv_n_4.c: In function 'dgemv_n_STEAMROLLER':
../kernel/x86_64/dgemv_n_4.c:207:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/dscal.c: In function 'dscal_kernel_inc_8':
../kernel/x86_64/dscal.c:96:9: warning: 'x1' is used uninitialized in this function [-Wuninitialized]
../kernel/x86_64/dsymv_U.c: In function 'dsymv_U_STEAMROLLER':
../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_STEAMROLLER':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_STEAMROLLER':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_STEAMROLLER':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_STEAMROLLER':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_STEAMROLLER':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_STEAMROLLER':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_STEAMROLLER':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_STEAMROLLER':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_STEAMROLLER':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_STEAMROLLER':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_STEAMROLLER':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_STEAMROLLER':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_STEAMROLLER':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_STEAMROLLER':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_STEAMROLLER.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_STEAMROLLER.c:562:1: warning: (near initialization for 'gotoblas_STEAMROLLER.zgeadd_k') [enabled by default]
setparam_STEAMROLLER.c: In function 'init_parameter':
setparam_STEAMROLLER.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
../kernel/x86_64/sgemv_n_4.c: In function 'sgemv_n_EXCAVATOR':
../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c: In function 'ssymv_U_EXCAVATOR':
../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
../kernel/x86_64/dgemv_n_4.c: In function 'dgemv_n_EXCAVATOR':
../kernel/x86_64/dgemv_n_4.c:207:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c: In function 'dsymv_U_EXCAVATOR':
../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyr_EXCAVATOR':
generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyr_EXCAVATOR':
generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c: In function 'cgemm3m_incopyi_EXCAVATOR':
generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c: In function 'cgemm3m_itcopyi_EXCAVATOR':
generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'cimatcopy_k_rn_EXCAVATOR':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'cimatcopy_k_rnc_EXCAVATOR':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'cimatcopy_k_cnc_EXCAVATOR':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyr_EXCAVATOR':
generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c: In function 'zgemm3m_incopyi_EXCAVATOR':
generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyr_EXCAVATOR':
generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c: In function 'zgemm3m_itcopyi_EXCAVATOR':
generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
../kernel/x86_64/../generic/zimatcopy_rn.c: In function 'zimatcopy_k_rn_EXCAVATOR':
../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_rnc.c: In function 'zimatcopy_k_rnc_EXCAVATOR':
../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
../kernel/x86_64/../generic/zimatcopy_cnc.c: In function 'zimatcopy_k_cnc_EXCAVATOR':
../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
setparam_EXCAVATOR.c:562:1: warning: initialization from incompatible pointer type [enabled by default]
setparam_EXCAVATOR.c:562:1: warning: (near initialization for 'gotoblas_EXCAVATOR.zgeadd_k') [enabled by default]
setparam_EXCAVATOR.c: In function 'init_parameter':
setparam_EXCAVATOR.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c: In function 'ssymv_U_HASWELL':
../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
../kernel/x86_64/sgemv_n_4.c: In function 'sgemv_n_HASWELL':
../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/dgemm_kernel_4x8_haswell.S: Assembler messages:
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1759: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1759: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1759: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1760: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1760: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1760: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1761: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1761: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1761: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1762: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1762: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1762: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1764: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1764: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1764: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1765: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1765: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1765: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1766: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1766: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1766: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1767: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1767: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1767: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1775: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1775: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1775: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1776: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1776: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1776: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1777: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1777: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1777: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1778: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1778: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1778: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1780: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1780: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1780: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1781: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1781: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1781: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1782: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1782: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1782: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1783: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1783: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1783: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1790: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1790: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1790: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1791: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1791: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1791: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1792: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1792: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1792: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1793: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1793: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1793: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1795: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1795: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1795: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1796: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1796: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1796: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1797: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1797: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1797: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1798: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1798: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1798: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1808: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1808: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1808: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1809: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1809: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1809: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1810: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1810: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1810: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1811: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1811: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1811: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1813: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1813: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1813: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1814: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1814: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1814: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1815: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1815: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1815: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1816: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1816: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1816: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1836: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1836: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1836: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm5,%ymm5'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm7,%ymm7'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0x1b,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0x1b,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm9,%ymm9'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm11,%ymm11'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0x1b,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0x1b,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm13,%ymm13'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm15,%ymm15'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0x1b,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0x1b,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:1845: Error: no such instruction: `vpermpd $ 0xb1,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2041: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2041: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2041: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2042: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2042: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2042: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2043: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2043: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2043: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2044: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2044: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2044: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2046: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2046: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2046: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2047: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2047: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2047: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2048: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2048: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2048: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2049: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2049: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2049: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2057: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2057: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2057: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2058: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2058: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2058: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2059: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2059: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2059: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2060: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2060: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2060: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2062: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2062: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2062: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2063: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2063: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2063: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2064: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2064: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2064: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2065: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2065: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2065: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2072: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2072: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2072: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2073: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2073: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2073: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2074: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2074: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2074: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2075: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2075: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2075: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2077: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2077: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2077: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2078: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2078: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2078: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2079: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2079: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2079: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2080: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2080: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2080: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2090: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2090: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2090: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2091: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2091: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2091: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2092: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2092: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2092: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2093: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2093: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2093: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2095: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2095: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2095: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2096: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2096: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2096: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2097: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2097: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2097: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2098: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2098: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2098: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2118: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2118: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2118: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm5,%ymm5'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm7,%ymm7'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0x1b,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0x1b,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm9,%ymm9'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm11,%ymm11'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0x1b,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0x1b,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm13,%ymm13'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm15,%ymm15'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0x1b,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0x1b,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2127: Error: no such instruction: `vpermpd $ 0xb1,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2303: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2303: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2303: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2304: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2304: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2304: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2305: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2305: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2305: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2306: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2306: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2306: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2308: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2308: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2308: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2309: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2309: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2309: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2310: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2310: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2310: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2311: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2311: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2311: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2320: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2320: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2320: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2321: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2321: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2321: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2322: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2322: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2322: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2323: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2323: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2323: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2325: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2325: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2325: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2326: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2326: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2326: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2327: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2327: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2327: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2328: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2328: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2328: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2335: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2335: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2335: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2336: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2336: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2336: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2337: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2337: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2337: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2338: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2338: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2338: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2340: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2340: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2340: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2341: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2341: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2341: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2342: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2342: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2342: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2343: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2343: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2343: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2353: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2353: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2353: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2354: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2354: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2354: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2355: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2355: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2355: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2356: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2356: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2356: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2358: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2358: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2358: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2359: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2359: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2359: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2360: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2360: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2360: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2361: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2361: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2361: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2381: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2381: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2381: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0xb1,%ymm5,%ymm5'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0xb1,%ymm7,%ymm7'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0x1b,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0x1b,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0xb1,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0xb1,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0xb1,%ymm9,%ymm9'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0xb1,%ymm11,%ymm11'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0x1b,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0x1b,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0xb1,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2390: Error: no such instruction: `vpermpd $ 0xb1,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2564: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2564: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2564: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2565: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2565: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2565: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2566: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2566: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2566: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2567: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2567: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2567: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2569: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2569: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2569: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2570: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2570: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2570: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2571: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2571: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2571: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2572: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2572: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2572: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2581: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2581: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2581: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2582: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2582: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2582: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2583: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2583: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2583: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2584: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2584: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2584: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2586: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2586: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2586: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2587: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2587: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2587: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2588: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2588: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2588: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2589: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2589: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2589: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2596: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2596: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2596: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2597: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2597: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2597: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2598: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2598: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2598: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2599: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2599: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2599: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2601: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2601: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2601: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2602: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2602: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2602: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2603: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2603: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2603: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2604: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2604: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2604: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2614: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2614: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2614: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2615: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2615: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2615: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2616: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2616: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2616: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2617: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2617: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2617: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2619: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2619: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2619: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2620: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2620: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2620: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2621: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2621: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2621: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2622: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2622: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2622: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2642: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2642: Error: no such instruction: `vpermpd $ 0x1b,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2642: Error: no such instruction: `vpermpd $ 0xb1,%ymm0,%ymm0'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2651: Error: no such instruction: `vpermpd $ 0xb1,%ymm5,%ymm5'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2651: Error: no such instruction: `vpermpd $ 0xb1,%ymm7,%ymm7'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2651: Error: no such instruction: `vpermpd $ 0x1b,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2651: Error: no such instruction: `vpermpd $ 0x1b,%ymm3,%ymm3'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2651: Error: no such instruction: `vpermpd $ 0xb1,%ymm2,%ymm2'
../kernel/x86_64/dgemm_kernel_4x8_haswell.S:2651: Error: no such instruction: `vpermpd $ 0xb1,%ymm3,%ymm3'
make[3]: *** [dgemm_kernel_HASWELL.o] Error 1
make[3]: *** Waiting for unfinished jobs....
../kernel/x86_64/dgemv_n_4.c: In function 'dgemv_n_HASWELL':
../kernel/x86_64/dgemv_n_4.c:207:11: warning: unused variable 'j' [-Wunused-variable]
../kernel/x86_64/dscal.c: In function 'dscal_kernel_inc_8':
../kernel/x86_64/dscal.c:96:9: warning: 'x1' is used uninitialized in this function [-Wuninitialized]
../kernel/x86_64/dsymv_U.c: In function 'dsymv_U_HASWELL':
../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c: In function 'dtrmm_kernel_LN_HASWELL':
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c: In function 'dtrmm_kernel_RT_HASWELL':
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c: In function 'dtrmm_kernel_RN_HASWELL':
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c: In function 'dtrmm_kernel_LT_HASWELL':
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c: Assembler messages:
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:30: Error: no such instruction: `vpermpd $0xb1,%ymm0,%ymm0'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:33: Error: no such instruction: `vpermpd $0x1b,%ymm0,%ymm0'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:36: Error: no such instruction: `vpermpd $0xb1,%ymm0,%ymm0'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:52: Error: no such instruction: `vpermpd $0xb1,%ymm5,%ymm5'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:53: Error: no such instruction: `vpermpd $0xb1,%ymm7,%ymm7'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:58: Error: no such instruction: `vpermpd $0x1b,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:59: Error: no such instruction: `vpermpd $0x1b,%ymm3,%ymm3'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:60: Error: no such instruction: `vpermpd $0xb1,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:61: Error: no such instruction: `vpermpd $0xb1,%ymm3,%ymm3'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:70: Error: no such instruction: `vpermpd $0xb1,%ymm9,%ymm9'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:71: Error: no such instruction: `vpermpd $0xb1,%ymm11,%ymm11'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:76: Error: no such instruction: `vpermpd $0x1b,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:77: Error: no such instruction: `vpermpd $0x1b,%ymm3,%ymm3'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:78: Error: no such instruction: `vpermpd $0xb1,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:79: Error: no such instruction: `vpermpd $0xb1,%ymm3,%ymm3'
make[3]: *** [dtrmm_kernel_LN_HASWELL.o] Error 1
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c: Assembler messages:
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:30: Error: no such instruction: `vpermpd $0xb1,%ymm0,%ymm0'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:33: Error: no such instruction: `vpermpd $0x1b,%ymm0,%ymm0'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c: ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:36: Assembler messages:
Error: ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:30: no such instruction: `vpermpd $0xb1,%ymm0,%ymm0'Error:
no such instruction: `vpermpd $0xb1,%ymm0,%ymm0'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:33: Error: no such instruction: `vpermpd $0x1b,%ymm0,%ymm0'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:52: ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:36: Error: Error: no such instruction: `vpermpd $0xb1,%ymm5,%ymm5'no such instruction: `vpermpd $0xb1,%ymm0,%ymm0'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:53: Error: no such instruction: `vpermpd $0xb1,%ymm7,%ymm7'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:58: ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:52: Error: Error: no such instruction: `vpermpd $0x1b,%ymm2,%ymm2'no such instruction: `vpermpd $0xb1,%ymm5,%ymm5'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:59: ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:53: Error: Error: no such instruction: `vpermpd $0x1b,%ymm3,%ymm3'no such instruction: `vpermpd $0xb1,%ymm7,%ymm7'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:60: Error: ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:58: no such instruction: `vpermpd $0xb1,%ymm2,%ymm2'Error:
no such instruction: `vpermpd $0x1b,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:61: ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:59: Error: Error: no such instruction: `vpermpd $0xb1,%ymm3,%ymm3'no such instruction: `vpermpd $0x1b,%ymm3,%ymm3'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:60: Error: no such instruction: `vpermpd $0xb1,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:61: ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:70: Error: Error: no such instruction: `vpermpd $0xb1,%ymm3,%ymm3'no such instruction: `vpermpd $0xb1,%ymm9,%ymm9'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:71: Error: no such instruction: `vpermpd $0xb1,%ymm11,%ymm11'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:70: Error: ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:76: no such instruction: `vpermpd $0xb1,%ymm9,%ymm9'Error:
no such instruction: `vpermpd $0x1b,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:71: ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:77: Error: Error: no such instruction: `vpermpd $0xb1,%ymm11,%ymm11'no such instruction: `vpermpd $0x1b,%ymm3,%ymm3'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:78: Error: no such instruction: `vpermpd $0xb1,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:76: Error: ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:79: no such instruction: `vpermpd $0x1b,%ymm2,%ymm2'Error:
no such instruction: `vpermpd $0xb1,%ymm3,%ymm3'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:77: Error: no such instruction: `vpermpd $0x1b,%ymm3,%ymm3'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:78: Error: no such instruction: `vpermpd $0xb1,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:79: Error: no such instruction: `vpermpd $0xb1,%ymm3,%ymm3'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c: Assembler messages:
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:30: Error: no such instruction: `vpermpd $0xb1,%ymm0,%ymm0'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:33: Error: no such instruction: `vpermpd $0x1b,%ymm0,%ymm0'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:36: Error: no such instruction: `vpermpd $0xb1,%ymm0,%ymm0'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:52: Error: no such instruction: `vpermpd $0xb1,%ymm5,%ymm5'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:53: Error: no such instruction: `vpermpd $0xb1,%ymm7,%ymm7'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:58: Error: no such instruction: `vpermpd $0x1b,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:59: Error: no such instruction: `vpermpd $0x1b,%ymm3,%ymm3'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:60: Error: no such instruction: `vpermpd $0xb1,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:61: Error: no such instruction: `vpermpd $0xb1,%ymm3,%ymm3'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:70: Error: no such instruction: `vpermpd $0xb1,%ymm9,%ymm9'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:71: Error: no such instruction: `vpermpd $0xb1,%ymm11,%ymm11'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:76: Error: no such instruction: `vpermpd $0x1b,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:77: Error: no such instruction: `vpermpd $0x1b,%ymm3,%ymm3'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:78: Error: no such instruction: `vpermpd $0xb1,%ymm2,%ymm2'
../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:79: Error: no such instruction: `vpermpd $0xb1,%ymm3,%ymm3'
make[3]: *** [dtrmm_kernel_RN_HASWELL.o] Error 1
make[3]: *** [dtrmm_kernel_LT_HASWELL.o] Error 1
make[3]: *** [dtrmm_kernel_RT_HASWELL.o] Error 1
make[2]: *** [libs] Error 1
\033[33;1m*** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild with 'make OPENBLAS_USE_THREAD=0 if OpenBLAS had trouble linking libpthread.so, and with 'make OPENBLAS_TARGET_ARCH=NEHALEM' if there were errors building SandyBridge support. Both these options can also be used simultaneously. ***\033[0m
make[1]: *** [openblas/libopenblas64_.so] Error 1
make: *** [julia-deps] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment