Build of musl with musl toolchain

The build took 00h 01m 51s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
72,952 ansic
6,241 asm
685 sh
301 awk
162 makefile
9 sed
80,350 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: musl 1.1.15-1 (Tue Apr 4 23:59:56 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for C compiler... clang
# checking whether C compiler works... yes
# checking whether compiler accepts -Werror=unknown-warning-option... yes
# checking whether compiler accepts -Werror=unused-command-line-argument... yes
# checking whether linker accepts -Werror=unknown-warning-option... yes
# checking whether linker accepts -Werror=unused-command-line-argument... yes
# checking for C compiler family... clang
# checking target system type... x86_64-unknown-linux
# checking whether compiler accepts -std=c99... yes
# checking whether compiler accepts -nostdinc... yes
# checking whether compiler accepts -ffreestanding... yes
# checking whether compiler accepts -fexcess-precision=standard... yes
# checking whether compiler accepts -frounding-math... yes
# checking whether compiler needs attribute((may_alias)) suppression... no
# checking whether compiler accepts -Wa,--noexecstack... yes
# checking whether compiler accepts -fno-stack-protector... yes
# checking whether compiler accepts -fno-tree-loop-distribute-patterns... no
# checking whether we should preprocess assembly to add debugging information... no
# checking for optimization settings... using defaults
# checking whether compiler accepts -Os... yes
# components to be optimized for speed: internal malloc string
# checking whether compiler accepts -pipe... yes
# checking whether compiler accepts -fomit-frame-pointer... yes
# checking whether compiler accepts -fno-unwind-tables... yes
# checking whether compiler accepts -fno-asynchronous-unwind-tables... yes
# checking whether compiler accepts -ffunction-sections... yes
# checking whether compiler accepts -fdata-sections... yes
# checking whether compiler accepts -Werror=implicit-function-declaration... yes
# checking whether compiler accepts -Werror=implicit-int... yes
# checking whether compiler accepts -Werror=pointer-sign... yes
# checking whether compiler accepts -Werror=pointer-arith... yes
# checking whether global visibility preinclude works... yes
# checking preprocessor condition __PIC__... false
# checking whether linker accepts -Wl,--sort-section,alignment... no
# checking whether linker accepts -Wl,--sort-common... yes
# checking whether linker accepts -Wl,--gc-sections... yes
# checking whether linker accepts -Wl,--hash-style=both... yes
# checking whether linker accepts -Wl,--no-undefined... yes
# checking whether linker accepts -Wl,--exclude-libs=ALL... yes
# checking whether linker accepts -Wl,-Bsymbolic-functions... yes
# checking whether linker accepts -lgcc... yes
# checking whether linker accepts -lgcc_eh... yes
# using compiler runtime libraries: -lgcc -lgcc_eh
# checking preprocessor condition __ILP32__... false
# checking whether compiler's long double definition matches float.h... yes
# checking preprocessor condition __FAST_MATH__... false
# creating config.mak... done
# mkdir -p lib
# mkdir -p obj
# mkdir -p obj/crt
# mkdir -p obj/crt/x86_64
# mkdir -p obj/include
# mkdir -p obj/include/bits
# mkdir -p obj/ldso
# mkdir -p obj/src/aio
# mkdir -p obj/src/complex
# mkdir -p obj/src/conf
# mkdir -p obj/src/crypt
# mkdir -p obj/src/ctype
# mkdir -p obj/src/dirent
# mkdir -p obj/src/env
# mkdir -p obj/src/errno
# mkdir -p obj/src/exit
# mkdir -p obj/src/fcntl
# mkdir -p obj/src/fenv
# mkdir -p obj/src/fenv/x86_64
# mkdir -p obj/src/internal
# mkdir -p obj/src/internal/x86_64
# mkdir -p obj/src/ipc
# mkdir -p obj/src/ldso
# mkdir -p obj/src/ldso/x86_64
# mkdir -p obj/src/legacy
# mkdir -p obj/src/linux
# mkdir -p obj/src/locale
# mkdir -p obj/src/malloc
# mkdir -p obj/src/math
# mkdir -p obj/src/math/x86_64
# mkdir -p obj/src/misc
# mkdir -p obj/src/mman
# mkdir -p obj/src/mq
# mkdir -p obj/src/multibyte
# mkdir -p obj/src/network
# mkdir -p obj/src/passwd
# mkdir -p obj/src/prng
# mkdir -p obj/src/process
# mkdir -p obj/src/process/x86_64
# mkdir -p obj/src/regex
# mkdir -p obj/src/sched
# mkdir -p obj/src/search
# mkdir -p obj/src/select
# mkdir -p obj/src/setjmp/x86_64
# mkdir -p obj/src/signal
# mkdir -p obj/src/signal/x86_64
# mkdir -p obj/src/stat
# mkdir -p obj/src/stdio
# mkdir -p obj/src/stdlib
# mkdir -p obj/src/string
# mkdir -p obj/src/string/x86_64
# mkdir -p obj/src/temp
# mkdir -p obj/src/termios
# mkdir -p obj/src/thread
# mkdir -p obj/src/thread/x86_64
# mkdir -p obj/src/time
# mkdir -p obj/src/unistd
# sed -f ./tools/mkalltypes.sed ./arch/x86_64/bits/alltypes.h.in ./include/alltypes.h.in > obj/include/bits/alltypes.h
# cp arch/x86_64/bits/syscall.h.in obj/include/bits/syscall.h
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -DCRT -c -o obj/crt/x86_64/crti.o crt/x86_64/crti.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -DCRT -c -o obj/crt/x86_64/crtn.o crt/x86_64/crtn.s
# sed -n -e s/__NR_/SYS_/p < arch/x86_64/bits/syscall.h.in >> obj/include/bits/syscall.h
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/fenv/x86_64/fenv.o src/fenv/x86_64/fenv.s
# printf '#define VERSION "%s"\n' "$(cd .; sh tools/version.sh)" > obj/src/internal/version.h
# clang-3.8: clang-3.8warning: : argument unused during compilation: '-std=c99'
# warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: clang-3.8argument unused during compilation: '-nostdinc':
# warning: argument unused during compilation: '-nostdinc'clang-3.8
# : warning: clang-3.8argument unused during compilation: '-ffreestanding':
# warning: clang-3.8argument unused during compilation: '-ffreestanding':
# warning: clang-3.8argument unused during compilation: '-fexcess-precision=standard':
# warning: argument unused during compilation: '-fexcess-precision=standard'clang-3.8
# : warning: clang-3.8argument unused during compilation: '-frounding-math':
# warning: clang-3.8argument unused during compilation: '-frounding-math':
# warning: clang-3.8argument unused during compilation: '-D _XOPEN_SOURCE=700':
# warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'clang-3.8
# : warning: clang-3.8argument unused during compilation: '-fomit-frame-pointer':
# warning: argument unused during compilation: '-fomit-frame-pointer'clang-3.8
# : warning: clang-3.8argument unused during compilation: '-fno-unwind-tables':
# warning: argument unused during compilation: '-fno-unwind-tables'clang-3.8
# : warning: clang-3.8argument unused during compilation: '-fno-asynchronous-unwind-tables':
# warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'clang-3.8
# : warning: clang-3.8argument unused during compilation: '-ffunction-sections':
# warning: argument unused during compilation: '-ffunction-sections'clang-3.8
# : warning: clang-3.8argument unused during compilation: '-fdata-sections':
# warning: clang-3.8argument unused during compilation: '-fdata-sections':
# warning: clang-3.8argument unused during compilation: '-include vis.h':
# warning: clang-3.8argument unused during compilation: '-include vis.h':
# warning: clang-3.8argument unused during compilation: '-D CRT':
# warning: argument unused during compilation: '-D CRT'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/internal/x86_64/syscall.o src/internal/x86_64/syscall.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/ftok.o src/ipc/ftok.c
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/msgctl.o src/ipc/msgctl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/msgget.o src/ipc/msgget.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/msgrcv.o src/ipc/msgrcv.c
# warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/msgsnd.o src/ipc/msgsnd.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/semctl.o src/ipc/semctl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/semget.o src/ipc/semget.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/semop.o src/ipc/semop.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/semtimedop.o src/ipc/semtimedop.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/shmat.o src/ipc/shmat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/shmctl.o src/ipc/shmctl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/shmdt.o src/ipc/shmdt.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/ipc/semtimedop.c:2:
# In file included from ./include/sys/sem.h:28:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ipc/shmget.o src/ipc/shmget.c
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ldso/__dlsym.o src/ldso/__dlsym.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ldso/dl_iterate_phdr.o src/ldso/dl_iterate_phdr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ldso/dladdr.o src/ldso/dladdr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ldso/dlclose.o src/ldso/dlclose.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ldso/dlerror.o src/ldso/dlerror.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ldso/dlinfo.o src/ldso/dlinfo.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ldso/dlopen.o src/ldso/dlopen.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ldso/x86_64/dlsym.o src/ldso/x86_64/dlsym.s
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/ldso/x86_64/tlsdesc.o src/ldso/x86_64/tlsdesc.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/cuserid.o src/legacy/cuserid.c
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/daemon.o src/legacy/daemon.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/err.o src/legacy/err.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/euidaccess.o src/legacy/euidaccess.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/ftw.o src/legacy/ftw.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/futimes.o src/legacy/futimes.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/getdtablesize.o src/legacy/getdtablesize.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/getloadavg.o src/legacy/getloadavg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/getpagesize.o src/legacy/getpagesize.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/getpass.o src/legacy/getpass.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/getusershell.o src/legacy/getusershell.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/isastream.o src/legacy/isastream.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/lutimes.o src/legacy/lutimes.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/ulimit.o src/legacy/ulimit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/utmpx.o src/legacy/utmpx.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/legacy/valloc.o src/legacy/valloc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/adjtime.o src/linux/adjtime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/adjtimex.o src/linux/adjtimex.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/arch_prctl.o src/linux/arch_prctl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/brk.o src/linux/brk.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/cache.o src/linux/cache.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/cap.o src/linux/cap.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/chroot.o src/linux/chroot.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/clock_adjtime.o src/linux/clock_adjtime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/clone.o src/linux/clone.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/epoll.o src/linux/epoll.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/eventfd.o src/linux/eventfd.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/fallocate.o src/linux/fallocate.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/fanotify.o src/linux/fanotify.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/flock.o src/linux/flock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/inotify.o src/linux/inotify.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/ioperm.o src/linux/ioperm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/iopl.o src/linux/iopl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/klogctl.o src/linux/klogctl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/module.o src/linux/module.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/mount.o src/linux/mount.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/personality.o src/linux/personality.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/pivot_root.o src/linux/pivot_root.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/ppoll.o src/linux/ppoll.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/prctl.o src/linux/prctl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/prlimit.o src/linux/prlimit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/process_vm.o src/linux/process_vm.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/ptrace.o src/linux/ptrace.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/quotactl.o src/linux/quotactl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/readahead.o src/linux/readahead.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/reboot.o src/linux/reboot.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/remap_file_pages.o src/linux/remap_file_pages.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/sbrk.o src/linux/sbrk.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/sendfile.o src/linux/sendfile.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/setfsgid.o src/linux/setfsgid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/setfsuid.o src/linux/setfsuid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/setgroups.o src/linux/setgroups.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/sethostname.o src/linux/sethostname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/setns.o src/linux/setns.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/settimeofday.o src/linux/settimeofday.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/signalfd.o src/linux/signalfd.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/splice.o src/linux/splice.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/stime.o src/linux/stime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/swap.o src/linux/swap.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/sync_file_range.o src/linux/sync_file_range.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/syncfs.o src/linux/syncfs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/sysinfo.o src/linux/sysinfo.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/tee.o src/linux/tee.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/timerfd.o src/linux/timerfd.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/unshare.o src/linux/unshare.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/utimes.o src/linux/utimes.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/vhangup.o src/linux/vhangup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/vmsplice.o src/linux/vmsplice.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/wait3.o src/linux/wait3.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/wait4.o src/linux/wait4.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/linux/xattr.o src/linux/xattr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/__lctrans.o src/locale/__lctrans.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/__mo_lookup.o src/locale/__mo_lookup.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/bind_textdomain_codeset.o src/locale/bind_textdomain_codeset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/locale/__mo_lookup.c:6:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return c ? x>>24 | x>>8&0xff00 | x<<8&0xff0000 | x<<24 : x;
# ~ ~~~~^~~~~~~
# src/locale/__mo_lookup.c:6:25: note: place parentheses around the '&' expression to silence this warning
# return c ? x>>24 | x>>8&0xff00 | x<<8&0xff0000 | x<<24 : x;
# ^
# ( )
# src/locale/__mo_lookup.c:6:39: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return c ? x>>24 | x>>8&0xff00 | x<<8&0xff0000 | x<<24 : x;
# ~ ~~~~^~~~~~~~~
# src/locale/__mo_lookup.c:6:39: note: place parentheses around the '&' expression to silence this warning
# return c ? x>>24 | x>>8&0xff00 | x<<8&0xff0000 | x<<24 : x;
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/c_locale.o src/locale/c_locale.c
# 2 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/catclose.o src/locale/catclose.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/catgets.o src/locale/catgets.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/catopen.o src/locale/catopen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/dcngettext.o src/locale/dcngettext.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/duplocale.o src/locale/duplocale.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/freelocale.o src/locale/freelocale.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/iconv.o src/locale/iconv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/langinfo.o src/locale/langinfo.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/locale_map.o src/locale/locale_map.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/localeconv.o src/locale/localeconv.c
# src/locale/locale_map.c:38:28: warning: '&&' within '||' [-Wlogical-op-parentheses]
# (val = getenv("LC_ALL")) && *val ||
# ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ~~
# src/locale/locale_map.c:38:28: note: place parentheses around the '&&' expression to silence this warning
# (val = getenv("LC_ALL")) && *val ||
# ^
# ( )
# src/locale/locale_map.c:39:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
# (val = getenv(envvars[cat])) && *val ||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# src/locale/locale_map.c:39:32: note: place parentheses around the '&&' expression to silence this warning
# (val = getenv(envvars[cat])) && *val ||
# ^
# ( )
# src/locale/locale_map.c:40:26: warning: '&&' within '||' [-Wlogical-op-parentheses]
# (val = getenv("LANG")) && *val ||
# ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# src/locale/locale_map.c:40:26: note: place parentheses around the '&&' expression to silence this warning
# (val = getenv("LANG")) && *val ||
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/newlocale.o src/locale/newlocale.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/pleval.o src/locale/pleval.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/locale/iconv.c:138:13: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return s[e]+0U<<24 | s[e^1]<<16 | s[e^2]<<8 | s[e^3];
# ~~~~^~~~~
# src/locale/iconv.c:138:13: note: place parentheses around the '+' expression to silence this warning
# return s[e]+0U<<24 | s[e^1]<<16 | s[e^2]<<8 | s[e^3];
# ^
# ( )
# src/locale/iconv.c:322:7: warning: adding 'unsigned int' to a string does not append to the string [-Wstring-plus-int]
# +c%256}, &(size_t){4},
# ^~~~~~
# src/locale/iconv.c:322:7: note: use array indexing to silence this warning
# +c%256}, &(size_t){4},
# ^
# src/locale/iconv.c:342:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (c >= 93 || c>=0xc6-0x81 && d>0x52)
# ~~ ~~~~~~~~~~~~~^~~~~~~~~
# src/locale/iconv.c:342:33: note: place parentheses around the '&&' expression to silence this warning
# if (c >= 93 || c>=0xc6-0x81 && d>0x52)
# ^
# ( )
# src/locale/iconv.c:369:20: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# map[c*5/4+1]<<8-2*c%8 & 1023 ];
# ~~~^~~~~~
# src/locale/iconv.c:369:20: note: place parentheses around the '-' expression to silence this warning
# map[c*5/4+1]<<8-2*c%8 & 1023 ];
# ^
# ( )
# src/locale/iconv.c:369:27: warning: '&' within '|' [-Wbitwise-op-parentheses]
# map[c*5/4+1]<<8-2*c%8 & 1023 ];
# ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
# src/locale/iconv.c:369:27: note: place parentheses around the '&' expression to silence this warning
# map[c*5/4+1]<<8-2*c%8 & 1023 ];
# ^
# ( )
# src/locale/iconv.c:404:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# tomap[c*5/4+1]<<8-2*c%8 & 1023 ]) {
# ~~~^~~~~~
# src/locale/iconv.c:404:23: note: place parentheses around the '-' expression to silence this warning
# tomap[c*5/4+1]<<8-2*c%8 & 1023 ]) {
# ^
# ( )
# src/locale/iconv.c:404:30: warning: '&' within '|' [-Wbitwise-op-parentheses]
# tomap[c*5/4+1]<<8-2*c%8 & 1023 ]) {
# ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
# src/locale/iconv.c:404:30: note: place parentheses around the '&' expression to silence this warning
# tomap[c*5/4+1]<<8-2*c%8 & 1023 ]) {
# ^
# ( )
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/setlocale.o src/locale/setlocale.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 7 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/strcoll.o src/locale/strcoll.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/strfmon.o src/locale/strfmon.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/strxfrm.o src/locale/strxfrm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/textdomain.o src/locale/textdomain.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/uselocale.o src/locale/uselocale.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/wcscoll.o src/locale/wcscoll.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/locale/wcsxfrm.o src/locale/wcsxfrm.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/malloc/__brk.o src/malloc/__brk.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/malloc/aligned_alloc.o src/malloc/aligned_alloc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/malloc/calloc.o src/malloc/calloc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/malloc/expand_heap.o src/malloc/expand_heap.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/malloc/lite_malloc.o src/malloc/lite_malloc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/malloc/malloc.o src/malloc/malloc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/malloc/malloc_usable_size.o src/malloc/malloc_usable_size.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/malloc/malloc.c:126:52: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return ((union { float v; uint32_t r; }){(int)x}.r+0x1fffff>>21) - 496;
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
# src/malloc/malloc.c:126:52: note: place parentheses around the '+' expression to silence this warning
# return ((union { float v; uint32_t r; }){(int)x}.r+0x1fffff>>21) - 496;
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/malloc/memalign.o src/malloc/memalign.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/malloc/posix_memalign.o src/malloc/posix_memalign.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__cos.o src/math/__cos.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/malloc/memalign.c:48:30: warning: '&' within '|' [-Wbitwise-op-parentheses]
# ((size_t *)mem)[-1] = header&7 | new-mem;
# ~~~~~~^~ ~
# src/malloc/memalign.c:48:30: note: place parentheses around the '&' expression to silence this warning
# ((size_t *)mem)[-1] = header&7 | new-mem;
# ^
# ( )
# src/malloc/memalign.c:49:30: warning: '&' within '|' [-Wbitwise-op-parentheses]
# ((size_t *)new)[-2] = footer&7 | new-mem;
# ~~~~~~^~ ~
# src/malloc/memalign.c:49:30: note: place parentheses around the '&' expression to silence this warning
# ((size_t *)new)[-2] = footer&7 | new-mem;
# ^
# ( )
# src/malloc/memalign.c:50:30: warning: '&' within '|' [-Wbitwise-op-parentheses]
# ((size_t *)new)[-1] = header&7 | end-new;
# ~~~~~~^~ ~
# src/malloc/memalign.c:50:30: note: place parentheses around the '&' expression to silence this warning
# ((size_t *)new)[-1] = header&7 | end-new;
# ^
# ( )
# src/malloc/memalign.c:51:30: warning: '&' within '|' [-Wbitwise-op-parentheses]
# ((size_t *)end)[-2] = footer&7 | end-new;
# ~~~~~~^~ ~
# src/malloc/memalign.c:51:30: note: place parentheses around the '&' expression to silence this warning
# ((size_t *)end)[-2] = footer&7 | end-new;
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__cosdf.o src/math/__cosdf.c
# 4 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__cosl.o src/math/__cosl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__expo2.o src/math/__expo2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__expo2f.o src/math/__expo2f.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__fpclassify.o src/math/__fpclassify.c
# clang-3.8clang-3.8: : warning: warningoptimization flag '-fexcess-precision=standard' is not supported:
# optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: clang-3.8warning: : warningoptimization flag '-frounding-math' is not supported:
# optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__fpclassifyf.o src/math/__fpclassifyf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__fpclassifyl.o src/math/__fpclassifyl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__polevll.o src/math/__polevll.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__rem_pio2.o src/math/__rem_pio2.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__rem_pio2_large.o src/math/__rem_pio2_large.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__rem_pio2f.o src/math/__rem_pio2f.c
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__rem_pio2l.o src/math/__rem_pio2l.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__signbit.o src/math/__signbit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: clang-3.8warning: : optimization flag '-frounding-math' is not supported
# warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: clang-3.8optimization flag '-frounding-math' is not supported
# : warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__signbitf.o src/math/__signbitf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__signbitl.o src/math/__signbitl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__sin.o src/math/__sin.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__sindf.o src/math/__sindf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__sinl.o src/math/__sinl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__tan.o src/math/__tan.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__tandf.o src/math/__tandf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/__tanl.o src/math/__tanl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/acos.o src/math/acos.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/acosf.o src/math/acosf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/acosh.o src/math/acosh.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/acoshf.o src/math/acoshf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/acoshl.o src/math/acoshl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/asin.o src/math/asin.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/asinf.o src/math/asinf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/asinh.o src/math/asinh.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/asinhf.o src/math/asinhf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/asinhl.o src/math/asinhl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/atan.o src/math/atan.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/atan2.o src/math/atan2.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/atan2f.o src/math/atan2f.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supportedoptimization flag '-fexcess-precision=standard' is not supported
#
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/atanf.o src/math/atanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/atanh.o src/math/atanh.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/atanhf.o src/math/atanhf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/atanhl.o src/math/atanhl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/cbrt.o src/math/cbrt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/cbrtf.o src/math/cbrtf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/cbrtl.o src/math/cbrtl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/ceil.o src/math/ceil.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/ceilf.o src/math/ceilf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/copysign.o src/math/copysign.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/copysignf.o src/math/copysignf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/copysignl.o src/math/copysignl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/cos.o src/math/cos.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/cosf.o src/math/cosf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/cosh.o src/math/cosh.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/coshf.o src/math/coshf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/coshl.o src/math/coshl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/cosl.o src/math/cosl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/erf.o src/math/erf.c
# clang-3.8clang-3.8: : warning: warningoptimization flag '-fexcess-precision=standard' is not supported:
# optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/erff.o src/math/erff.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/erfl.o src/math/erfl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/exp.o src/math/exp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/exp10.o src/math/exp10.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/exp10f.o src/math/exp10f.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/exp10l.o src/math/exp10l.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/exp2.o src/math/exp2.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/exp2f.o src/math/exp2f.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/math/exp10l.c:5:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/expf.o src/math/expf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/expm1.o src/math/expm1.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/expm1f.o src/math/expm1f.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fdim.o src/math/fdim.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fdimf.o src/math/fdimf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fdiml.o src/math/fdiml.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/finite.o src/math/finite.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/finitef.o src/math/finitef.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/floor.o src/math/floor.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/floorf.o src/math/floorf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fma.o src/math/fma.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fmaf.o src/math/fmaf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fmal.o src/math/fmal.c
# src/math/fma.c:82:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/math/fmaf.c:41:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fmax.o src/math/fmax.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fmaxf.o src/math/fmaxf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8clang-3.8: : warning: optimization flag '-frounding-math' is not supported
# warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/math/fmal.c:167:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fmaxl.o src/math/fmaxl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fmin.o src/math/fmin.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fminf.o src/math/fminf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fminl.o src/math/fminl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fmod.o src/math/fmod.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/fmodf.o src/math/fmodf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/frexp.o src/math/frexp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/frexpf.o src/math/frexpf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/frexpl.o src/math/frexpl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/hypot.o src/math/hypot.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/hypotf.o src/math/hypotf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/hypotl.o src/math/hypotl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/ilogb.o src/math/ilogb.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/ilogbf.o src/math/ilogbf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/ilogbl.o src/math/ilogbl.c
# src/math/ilogb.c:6:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/j0.o src/math/j0.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/j0f.o src/math/j0f.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/math/ilogbf.c:6:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# src/math/ilogbl.c:12:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# In file included from src/math/j0f.c:17:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/j1.o src/math/j1.c
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/j1f.o src/math/j1f.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/jn.o src/math/jn.c
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/jnf.o src/math/jnf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/math/j1f.c:17:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/ldexp.o src/math/ldexp.c
# In file included from src/math/jnf.c:17:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/ldexpf.o src/math/ldexpf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/ldexpl.o src/math/ldexpl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/lgamma.o src/math/lgamma.c
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/lgamma_r.o src/math/lgamma_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/lgammaf.o src/math/lgammaf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/lgammaf_r.o src/math/lgammaf_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/lgammal.o src/math/lgammal.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/llround.o src/math/llround.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/math/lgammal.c:89:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/llroundf.o src/math/llroundf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/llroundl.o src/math/llroundl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/log.o src/math/log.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/log10.o src/math/log10.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/log10f.o src/math/log10f.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/log1p.o src/math/log1p.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/log1pf.o src/math/log1pf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/log2.o src/math/log2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/log2f.o src/math/log2f.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/logb.o src/math/logb.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/logbf.o src/math/logbf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/logbl.o src/math/logbl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/logf.o src/math/logf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/lround.o src/math/lround.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/lroundf.o src/math/lroundf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/lroundl.o src/math/lroundl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/modf.o src/math/modf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/modff.o src/math/modff.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/modfl.o src/math/modfl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nan.o src/math/nan.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nanf.o src/math/nanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nanl.o src/math/nanl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nearbyint.o src/math/nearbyint.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nearbyintf.o src/math/nearbyintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nearbyintl.o src/math/nearbyintl.c
# src/math/nearbyint.c:9:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nextafter.o src/math/nextafter.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nextafterf.o src/math/nextafterf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/math/nearbyintf.c:7:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# src/math/nearbyintl.c:14:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nextafterl.o src/math/nextafterl.c
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nexttoward.o src/math/nexttoward.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nexttowardf.o src/math/nexttowardf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/nexttowardl.o src/math/nexttowardl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/pow.o src/math/pow.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/powf.o src/math/powf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supportedclang-3.8
# : warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/powl.o src/math/powl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/remainder.o src/math/remainder.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/remainderf.o src/math/remainderf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/remquo.o src/math/remquo.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/remquof.o src/math/remquof.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/remquol.o src/math/remquol.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/rint.o src/math/rint.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/rintf.o src/math/rintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/round.o src/math/round.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/roundf.o src/math/roundf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/roundl.o src/math/roundl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/scalb.o src/math/scalb.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/scalbf.o src/math/scalbf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/scalbln.o src/math/scalbln.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/scalblnf.o src/math/scalblnf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/scalblnl.o src/math/scalblnl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/scalbn.o src/math/scalbn.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/scalbnf.o src/math/scalbnf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/scalbnl.o src/math/scalbnl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/signgam.o src/math/signgam.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/significand.o src/math/significand.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/significandf.o src/math/significandf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/sin.o src/math/sin.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/sincos.o src/math/sincos.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/sincosf.o src/math/sincosf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/math/sincos.c:14:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/sincosl.o src/math/sincosl.c
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# In file included from src/math/sincosf.c:18:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/sinf.o src/math/sinf.c
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/sinh.o src/math/sinh.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/sinhf.o src/math/sinhf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/math/sincosl.c:2:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/sinhl.o src/math/sinhl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/sinl.o src/math/sinl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/tan.o src/math/tan.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/tanf.o src/math/tanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/tanh.o src/math/tanh.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/tanhf.o src/math/tanhf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/tanhl.o src/math/tanhl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/tanl.o src/math/tanl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/tgamma.o src/math/tgamma.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/tgammaf.o src/math/tgammaf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/tgammal.o src/math/tgammal.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/trunc.o src/math/trunc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/truncf.o src/math/truncf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/__invtrigl.o src/math/x86_64/__invtrigl.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/acosl.o src/math/x86_64/acosl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/asinl.o src/math/x86_64/asinl.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/atan2l.o src/math/x86_64/atan2l.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/atanl.o src/math/x86_64/atanl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: clang-3.8argument unused during compilation: '-ffreestanding'
# : clang-3.8: warningwarning: : argument unused during compilation: '-std=c99'argument unused during compilation: '-fexcess-precision=standard'
#
# clang-3.8clang-3.8: : warningwarning: : argument unused during compilation: '-frounding-math'argument unused during compilation: '-nostdinc'
#
# clang-3.8: clang-3.8warning: : warningargument unused during compilation: '-D _XOPEN_SOURCE=700':
# argument unused during compilation: '-ffreestanding'
# clang-3.8clang-3.8: : warningwarning: : argument unused during compilation: '-fexcess-precision=standard'argument unused during compilation: '-fomit-frame-pointer'
#
# clang-3.8clang-3.8: : warningwarning: : argument unused during compilation: '-frounding-math'argument unused during compilation: '-fno-unwind-tables'
#
# clang-3.8: clang-3.8warning: : warningargument unused during compilation: '-D _XOPEN_SOURCE=700':
# argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8clang-3.8: : warningwarning: : argument unused during compilation: '-fomit-frame-pointer'argument unused during compilation: '-ffunction-sections'
#
# clang-3.8clang-3.8: : warningwarning: : argument unused during compilation: '-fno-unwind-tables'argument unused during compilation: '-fdata-sections'
#
# clang-3.8clang-3.8: : warningwarning: : argument unused during compilation: '-include vis.h'argument unused during compilation: '-fno-asynchronous-unwind-tables'
#
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/ceill.o src/math/x86_64/ceill.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/exp2l.o src/math/x86_64/exp2l.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/expl.o src/math/x86_64/expl.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/expm1l.o src/math/x86_64/expm1l.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'clang-3.8
# clang-3.8: : warning: warningargument unused during compilation: '-fno-asynchronous-unwind-tables':
# argument unused during compilation: '-std=c99'
# clang-3.8: clang-3.8warning: : warningargument unused during compilation: '-ffunction-sections':
# argument unused during compilation: '-nostdinc'
# clang-3.8: clang-3.8warning: : warningargument unused during compilation: '-fdata-sections':
# argument unused during compilation: '-ffreestanding'clang-3.8
# : warningclang-3.8: : argument unused during compilation: '-include vis.h'warning
# : argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/fabs.o src/math/x86_64/fabs.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/fabsf.o src/math/x86_64/fabsf.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/fabsl.o src/math/x86_64/fabsl.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/floorl.o src/math/x86_64/floorl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/fmodl.o src/math/x86_64/fmodl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/llrint.o src/math/x86_64/llrint.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/llrintf.o src/math/x86_64/llrintf.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/llrintl.o src/math/x86_64/llrintl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/log10l.o src/math/x86_64/log10l.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/log1pl.o src/math/x86_64/log1pl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/log2l.o src/math/x86_64/log2l.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/logl.o src/math/x86_64/logl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/lrint.o src/math/x86_64/lrint.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/lrintf.o src/math/x86_64/lrintf.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/lrintl.o src/math/x86_64/lrintl.s
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/remainderl.o src/math/x86_64/remainderl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/rintl.o src/math/x86_64/rintl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/sqrt.o src/math/x86_64/sqrt.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/sqrtf.o src/math/x86_64/sqrtf.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/sqrtl.o src/math/x86_64/sqrtl.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/math/x86_64/truncl.o src/math/x86_64/truncl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/a64l.o src/misc/a64l.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/basename.o src/misc/basename.c
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/dirname.o src/misc/dirname.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/ffs.o src/misc/ffs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/ffsl.o src/misc/ffsl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/ffsll.o src/misc/ffsll.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/fmtmsg.o src/misc/fmtmsg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/forkpty.o src/misc/forkpty.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/get_current_dir_name.o src/misc/get_current_dir_name.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/getauxval.o src/misc/getauxval.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/getdomainname.o src/misc/getdomainname.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/gethostid.o src/misc/gethostid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/getopt.o src/misc/getopt.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/getopt_long.o src/misc/getopt_long.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/getpriority.o src/misc/getpriority.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/getresgid.o src/misc/getresgid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/getresuid.o src/misc/getresuid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/getrlimit.o src/misc/getrlimit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/getrusage.o src/misc/getrusage.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/getsubopt.o src/misc/getsubopt.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/initgroups.o src/misc/initgroups.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/ioctl.o src/misc/ioctl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/issetugid.o src/misc/issetugid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/lockf.o src/misc/lockf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/login_tty.o src/misc/login_tty.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/mntent.o src/misc/mntent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/nftw.o src/misc/nftw.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/openpty.o src/misc/openpty.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/ptsname.o src/misc/ptsname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/pty.o src/misc/pty.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/realpath.o src/misc/realpath.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/setdomainname.o src/misc/setdomainname.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/setpriority.o src/misc/setpriority.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/setrlimit.o src/misc/setrlimit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/syscall.o src/misc/syscall.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/syslog.o src/misc/syslog.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/uname.o src/misc/uname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/misc/wordexp.o src/misc/wordexp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/madvise.o src/mman/madvise.c
# src/misc/syslog.c:104:43: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid);
# ~~~^~~~~
# src/misc/syslog.c:104:43: note: use array indexing to silence this warning
# priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid);
# ^
# & [ ]
# src/misc/syslog.c:104:58: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid);
# ~~~^~~~~
# src/misc/syslog.c:104:58: note: use array indexing to silence this warning
# priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid);
# ^
# & [ ]
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/mincore.o src/mman/mincore.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 2 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/mlock.o src/mman/mlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/mlockall.o src/mman/mlockall.c
# clang-3.8clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/mmap.o src/mman/mmap.c
# : warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/mprotect.o src/mman/mprotect.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/mremap.o src/mman/mremap.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/mman/mmap.c:37:1: warning: alias will always resolve to __mmap even if weak definition of alias mmap is overridden [-Wignored-attributes]
# LFS64(mmap);
# ^
# ./src/internal/libc.h:70:18: note: expanded from macro 'LFS64'
# #define LFS64(x) LFS64_2(x, x##64)
# ^
# ./src/internal/libc.h:67:23: note: expanded from macro 'LFS64_2'
# #define LFS64_2(x, y) weak_alias(x, y)
# ^
# ./src/internal/libc.h:64:48: note: expanded from macro 'weak_alias'
# extern __typeof(old) new __attribute__((weak, alias(#old)))
# ^
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/msync.o src/mman/msync.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/munlock.o src/mman/munlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/munlockall.o src/mman/munlockall.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/munmap.o src/mman/munmap.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/posix_madvise.o src/mman/posix_madvise.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mman/shm_open.o src/mman/shm_open.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mq/mq_close.o src/mq/mq_close.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mq/mq_getattr.o src/mq/mq_getattr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mq/mq_notify.o src/mq/mq_notify.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mq/mq_open.o src/mq/mq_open.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mq/mq_receive.o src/mq/mq_receive.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mq/mq_send.o src/mq/mq_send.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mq/mq_setattr.o src/mq/mq_setattr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mq/mq_timedreceive.o src/mq/mq_timedreceive.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mq/mq_timedsend.o src/mq/mq_timedsend.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/mq/mq_unlink.o src/mq/mq_unlink.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/btowc.o src/multibyte/btowc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/c16rtomb.o src/multibyte/c16rtomb.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/c32rtomb.o src/multibyte/c32rtomb.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/internal.o src/multibyte/internal.c
# src/multibyte/c16rtomb.c:18:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# *x = c16 - 0xd7c0 << 10;
# ~~~~^~~~~~~~ ~~
# src/multibyte/c16rtomb.c:18:12: note: place parentheses around the '-' expression to silence this warning
# *x = c16 - 0xd7c0 << 10;
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/mblen.o src/multibyte/mblen.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/mbrlen.o src/multibyte/mbrlen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/mbrtoc16.o src/multibyte/mbrtoc16.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/mbrtoc32.o src/multibyte/mbrtoc32.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/mbrtowc.o src/multibyte/mbrtowc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/mbsinit.o src/multibyte/mbsinit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/mbsnrtowcs.o src/multibyte/mbsnrtowcs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/mbsrtowcs.o src/multibyte/mbsrtowcs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/mbstowcs.o src/multibyte/mbstowcs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/mbtowc.o src/multibyte/mbtowc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/wcrtomb.o src/multibyte/wcrtomb.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/wcsnrtombs.o src/multibyte/wcsnrtombs.c
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supportedoptimization flag '-fexcess-precision=standard' is not supported
#
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/wcsrtombs.o src/multibyte/wcsrtombs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/wcstombs.o src/multibyte/wcstombs.c
# clang-3.8clang-3.8: : warning: optimization flag '-fexcess-precision=standard' is not supportedwarning
# : clang-3.8optimization flag '-fexcess-precision=standard' is not supported:
# warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/wctob.o src/multibyte/wctob.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/multibyte/wctomb.o src/multibyte/wctomb.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/accept.o src/network/accept.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/accept4.o src/network/accept4.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/bind.o src/network/bind.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/connect.o src/network/connect.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/dn_comp.o src/network/dn_comp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/dn_expand.o src/network/dn_expand.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/dn_skipname.o src/network/dn_skipname.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/dns_parse.o src/network/dns_parse.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/network/dn_skipname.c:10:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# else break;
# ^
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/ent.o src/network/ent.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/ether.o src/network/ether.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/freeaddrinfo.o src/network/freeaddrinfo.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/gai_strerror.o src/network/gai_strerror.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/getaddrinfo.o src/network/getaddrinfo.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/gethostbyaddr.o src/network/gethostbyaddr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/gethostbyaddr_r.o src/network/gethostbyaddr_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/gethostbyname.o src/network/gethostbyname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/gethostbyname2.o src/network/gethostbyname2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/gethostbyname2_r.o src/network/gethostbyname2_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/gethostbyname_r.o src/network/gethostbyname_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/getifaddrs.o src/network/getifaddrs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/getnameinfo.o src/network/getnameinfo.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/getpeername.o src/network/getpeername.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/getservbyname.o src/network/getservbyname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/getservbyname_r.o src/network/getservbyname_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/getservbyport.o src/network/getservbyport.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/getservbyport_r.o src/network/getservbyport_r.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/getsockname.o src/network/getsockname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/getsockopt.o src/network/getsockopt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/h_errno.o src/network/h_errno.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/herror.o src/network/herror.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/hstrerror.o src/network/hstrerror.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/htonl.o src/network/htonl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/htons.o src/network/htons.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/if_freenameindex.o src/network/if_freenameindex.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/network/htonl.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# In file included from src/network/htons.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/if_indextoname.o src/network/if_indextoname.c
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/if_nameindex.o src/network/if_nameindex.c
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/if_nametoindex.o src/network/if_nametoindex.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/in6addr_any.o src/network/in6addr_any.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/in6addr_loopback.o src/network/in6addr_loopback.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/inet_addr.o src/network/inet_addr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/inet_aton.o src/network/inet_aton.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/inet_legacy.o src/network/inet_legacy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/inet_ntoa.o src/network/inet_ntoa.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/inet_ntop.o src/network/inet_ntop.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/inet_pton.o src/network/inet_pton.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/listen.o src/network/listen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/lookup_ipliteral.o src/network/lookup_ipliteral.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/lookup_name.o src/network/lookup_name.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/lookup_serv.o src/network/lookup_serv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/netlink.o src/network/netlink.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/netname.o src/network/netname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/ns_parse.o src/network/ns_parse.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/ntohl.o src/network/ntohl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/ntohs.o src/network/ntohs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/network/ntohl.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# src/network/ns_parse.c return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# : ^108
# : ( )14
# : warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if (section < 0 || section >= ns_s_max) goto bad;
# ~~~~~~~ ^ ~
# In file included from src/network/ntohs.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# 3 warnings generated.
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/proto.o src/network/proto.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/recv.o src/network/recv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/recvfrom.o src/network/recvfrom.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/recvmmsg.o src/network/recvmmsg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/recvmsg.o src/network/recvmsg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/res_init.o src/network/res_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/res_mkquery.o src/network/res_mkquery.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/res_msend.o src/network/res_msend.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/res_query.o src/network/res_query.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/res_querydomain.o src/network/res_querydomain.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/res_send.o src/network/res_send.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/res_state.o src/network/res_state.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/resolvconf.o src/network/resolvconf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/send.o src/network/send.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/sendmmsg.o src/network/sendmmsg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/sendmsg.o src/network/sendmsg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/sendto.o src/network/sendto.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/serv.o src/network/serv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/setsockopt.o src/network/setsockopt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/shutdown.o src/network/shutdown.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/sockatmark.o src/network/sockatmark.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/socket.o src/network/socket.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/network/socketpair.o src/network/socketpair.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/fgetgrent.o src/passwd/fgetgrent.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/fgetpwent.o src/passwd/fgetpwent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/fgetspent.o src/passwd/fgetspent.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getgr_a.o src/passwd/getgr_a.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getgr_r.o src/passwd/getgr_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/passwd/getgr_a.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getgrent.o src/passwd/getgrent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/passwd/getgr_a.c:36:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (name && !strcmp(name, (*res)->gr_name)
# ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getgr_a.c:36:12: note: place parentheses around the '&&' expression to silence this warning
# if (name && !strcmp(name, (*res)->gr_name)
# ^
# ( )
# src/passwd/getgr_a.c:37:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# || !name && (*res)->gr_gid == gid) {
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getgr_a.c:37:12: note: place parentheses around the '&&' expression to silence this warning
# || !name && (*res)->gr_gid == gid) {
# ^
# ( )
# src/passwd/getgr_a.c:57:12: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (gid < 0 || gid > UINT32_MAX) {
# ~~~ ^ ~
# src/passwd/getgr_a.c:152:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (name && strcmp(name, gr->gr_name)
# ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getgr_a.c:152:12: note: place parentheses around the '&&' expression to silence this warning
# if (name && strcmp(name, gr->gr_name)
# ^
# ( )
# src/passwd/getgr_a.c:153:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# || !name && gid != gr->gr_gid) {
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~
# src/passwd/getgr_a.c:153:12: note: place parentheses around the '&&' expression to silence this warning
# || !name && gid != gr->gr_gid) {
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getgrent_a.o src/passwd/getgrent_a.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getgrouplist.o src/passwd/getgrouplist.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getpw_a.o src/passwd/getpw_a.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 8 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getpw_r.o src/passwd/getpw_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/passwd/getpw_a.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# In file included from src/passwd/getgrouplist.c:8:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# src/passwd/getpw_a.c:37:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (name && !strcmp(name, (*res)->pw_name)
# ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getpw_a.c:37:12: note: place parentheses around the '&&' expression to silence this warning
# if (name && !strcmp(name, (*res)->pw_name)
# ^
# ( )
# src/passwd/getpw_a.c:38:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# || !name && (*res)->pw_uid == uid)
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getpw_a.c:38:12: note: place parentheses around the '&&' expression to silence this warning
# || !name && (*res)->pw_uid == uid)
# ^
# ( )
# src/passwd/getpw_a.c:58:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if(uid < 0 || uid > UINT32_MAX) {
# ~~~ ^ ~
# src/passwd/getpw_a.c:125:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (name && strcmp(name, pw->pw_name)
# ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getpw_a.c:125:12: note: place parentheses around the '&&' expression to silence this warning
# if (name && strcmp(name, pw->pw_name)
# ^
# ( )
# src/passwd/getpw_a.c:126:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# || !name && uid != pw->pw_uid) {
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~
# src/passwd/getpw_a.c:126:12: note: place parentheses around the '&&' expression to silence this warning
# || !name && uid != pw->pw_uid) {
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getpwent.o src/passwd/getpwent.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getpwent_a.o src/passwd/getpwent_a.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 8 warnings generated.
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getspent.o src/passwd/getspent.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getspnam.o src/passwd/getspnam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/getspnam_r.o src/passwd/getspnam_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/lckpwdf.o src/passwd/lckpwdf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/nscd_query.o src/passwd/nscd_query.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/putgrent.o src/passwd/putgrent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/putpwent.o src/passwd/putpwent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/passwd/nscd_query.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/passwd/putspent.o src/passwd/putspent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/prng/__rand48_step.o src/prng/__rand48_step.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/prng/__seed48.o src/prng/__seed48.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/prng/__rand48_step.c:6:19: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# x = xi[0] | xi[1]+0U<<16 | xi[2]+0ULL<<32;
# ~~~~~^~~~~
# src/prng/__rand48_step.c:6:19: note: place parentheses around the '+' expression to silence this warning
# x = xi[0] | xi[1]+0U<<16 | xi[2]+0ULL<<32;
# ^
# ( )
# src/prng/__rand48_step.c:6:34: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# x = xi[0] | xi[1]+0U<<16 | xi[2]+0ULL<<32;
# ~~~~~^~~~~~~
# src/prng/__rand48_step.c:6:34: note: place parentheses around the '+' expression to silence this warning
# x = xi[0] | xi[1]+0U<<16 | xi[2]+0ULL<<32;
# ^
# ( )
# src/prng/__rand48_step.c:7:19: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# a = lc[0] | lc[1]+0U<<16 | lc[2]+0ULL<<32;
# ~~~~~^~~~~
# src/prng/__rand48_step.c:7:19: note: place parentheses around the '+' expression to silence this warning
# a = lc[0] | lc[1]+0U<<16 | lc[2]+0ULL<<32;
# ^
# ( )
# src/prng/__rand48_step.c:7:34: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# a = lc[0] | lc[1]+0U<<16 | lc[2]+0ULL<<32;
# ~~~~~^~~~~~~
# src/prng/__rand48_step.c:7:34: note: place parentheses around the '+' expression to silence this warning
# a = lc[0] | lc[1]+0U<<16 | lc[2]+0ULL<<32;
# ^
# ( )
# 4 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/prng/drand48.o src/prng/drand48.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/prng/lcong48.o src/prng/lcong48.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/prng/lrand48.o src/prng/lrand48.c
# 3 warnings generated.
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/prng/mrand48.o src/prng/mrand48.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/prng/rand.o src/prng/rand.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/prng/rand_r.o src/prng/rand_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/prng/random.o src/prng/random.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/prng/seed48.o src/prng/seed48.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/prng/srand48.o src/prng/srand48.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/execl.o src/process/execl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/execle.o src/process/execle.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/execlp.o src/process/execlp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/execv.o src/process/execv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/execve.o src/process/execve.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/execvp.o src/process/execvp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/fexecve.o src/process/fexecve.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/fork.o src/process/fork.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8clang-3.8: warning: : optimization flag '-frounding-math' is not supported
# warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawn.o src/process/posix_spawn.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawn_file_actions_addclose.o src/process/posix_spawn_file_actions_addclose.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawn_file_actions_adddup2.o src/process/posix_spawn_file_actions_adddup2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawn_file_actions_addopen.o src/process/posix_spawn_file_actions_addopen.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawn_file_actions_destroy.o src/process/posix_spawn_file_actions_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawn_file_actions_init.o src/process/posix_spawn_file_actions_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnattr_destroy.o src/process/posix_spawnattr_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnattr_getflags.o src/process/posix_spawnattr_getflags.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnattr_getpgroup.o src/process/posix_spawnattr_getpgroup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnattr_getsigdefault.o src/process/posix_spawnattr_getsigdefault.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnattr_getsigmask.o src/process/posix_spawnattr_getsigmask.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnattr_init.o src/process/posix_spawnattr_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnattr_sched.o src/process/posix_spawnattr_sched.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnattr_setflags.o src/process/posix_spawnattr_setflags.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnattr_setpgroup.o src/process/posix_spawnattr_setpgroup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnattr_setsigdefault.o src/process/posix_spawnattr_setsigdefault.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnattr_setsigmask.o src/process/posix_spawnattr_setsigmask.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/posix_spawnp.o src/process/posix_spawnp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/system.o src/process/system.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/wait.o src/process/wait.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/waitid.o src/process/waitid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/waitpid.o src/process/waitpid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/process/x86_64/vfork.o src/process/x86_64/vfork.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/regex/fnmatch.o src/regex/fnmatch.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/regex/glob.o src/regex/glob.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/regex/regcomp.o src/regex/regcomp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/regex/regerror.o src/regex/regerror.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/regex/regexec.o src/regex/regexec.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/regex/tre-mem.o src/regex/tre-mem.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/sched/affinity.o src/sched/affinity.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/sched/sched_cpucount.o src/sched/sched_cpucount.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/sched/sched_get_priority_max.o src/sched/sched_get_priority_max.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/sched/sched_getcpu.o src/sched/sched_getcpu.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/sched/sched_getparam.o src/sched/sched_getparam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/sched/sched_getscheduler.o src/sched/sched_getscheduler.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/sched/sched_rr_get_interval.o src/sched/sched_rr_get_interval.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/sched/sched_setparam.o src/sched/sched_setparam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/sched/sched_setscheduler.o src/sched/sched_setscheduler.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/sched/sched_yield.o src/sched/sched_yield.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/search/hsearch.o src/search/hsearch.c
# clang-3.8: clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/search/insque.o src/search/insque.c
# warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/search/lsearch.o src/search/lsearch.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/search/tdestroy.o src/search/tdestroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/search/tsearch_avl.o src/search/tsearch_avl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/select/poll.o src/select/poll.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/select/pselect.o src/select/pselect.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/select/select.o src/select/select.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/setjmp/x86_64/longjmp.o src/setjmp/x86_64/longjmp.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/setjmp/x86_64/setjmp.o src/setjmp/x86_64/setjmp.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/block.o src/signal/block.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/getitimer.o src/signal/getitimer.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/kill.o src/signal/kill.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/killpg.o src/signal/killpg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/psiginfo.o src/signal/psiginfo.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/psignal.o src/signal/psignal.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/raise.o src/signal/raise.c
# clang-3.8: warningclang-3.8: optimization flag '-fexcess-precision=standard' is not supported:
# clang-3.8warning: : warningoptimization flag '-fexcess-precision=standard' is not supported:
# optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/setitimer.o src/signal/setitimer.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigaction.o src/signal/sigaction.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigaddset.o src/signal/sigaddset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigaltstack.o src/signal/sigaltstack.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigandset.o src/signal/sigandset.c
# clang-3.8clang-3.8: : warning: warningoptimization flag '-fexcess-precision=standard' is not supported:
# optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warningclang-3.8: : optimization flag '-frounding-math' is not supportedwarning
# : optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigdelset.o src/signal/sigdelset.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigemptyset.o src/signal/sigemptyset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigfillset.o src/signal/sigfillset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sighold.o src/signal/sighold.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigignore.o src/signal/sigignore.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/siginterrupt.o src/signal/siginterrupt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigisemptyset.o src/signal/sigisemptyset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigismember.o src/signal/sigismember.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/siglongjmp.o src/signal/siglongjmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/signal.o src/signal/signal.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigorset.o src/signal/sigorset.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigpause.o src/signal/sigpause.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigpending.o src/signal/sigpending.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigprocmask.o src/signal/sigprocmask.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigqueue.o src/signal/sigqueue.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigrelse.o src/signal/sigrelse.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigrtmax.o src/signal/sigrtmax.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigrtmin.o src/signal/sigrtmin.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigset.o src/signal/sigset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigsetjmp_tail.o src/signal/sigsetjmp_tail.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigsuspend.o src/signal/sigsuspend.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigtimedwait.o src/signal/sigtimedwait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigwait.o src/signal/sigwait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/sigwaitinfo.o src/signal/sigwaitinfo.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/x86_64/restore.o src/signal/x86_64/restore.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/signal/x86_64/sigsetjmp.o src/signal/x86_64/sigsetjmp.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/__xstat.o src/stat/__xstat.c
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/chmod.o src/stat/chmod.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/fchmod.o src/stat/fchmod.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/fchmodat.o src/stat/fchmodat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/fstat.o src/stat/fstat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/fstatat.o src/stat/fstatat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/futimens.o src/stat/futimens.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/futimesat.o src/stat/futimesat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/lchmod.o src/stat/lchmod.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/lstat.o src/stat/lstat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/mkdir.o src/stat/mkdir.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/mkdirat.o src/stat/mkdirat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/mkfifo.o src/stat/mkfifo.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/mkfifoat.o src/stat/mkfifoat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/mknod.o src/stat/mknod.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/mknodat.o src/stat/mknodat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/stat.o src/stat/stat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/statvfs.o src/stat/statvfs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/umask.o src/stat/umask.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stat/utimensat.o src/stat/utimensat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/stat/statvfs.c:62:1: warning: alias will always resolve to __statfs even if weak definition of alias statfs is overridden [-Wignored-attributes]
# LFS64(statfs);
# ^
# ./src/internal/libc.h:70:18: note: expanded from macro 'LFS64'
# #define LFS64(x) LFS64_2(x, x##64)
# ^
# ./src/internal/libc.h:67:23: note: expanded from macro 'LFS64_2'
# #define LFS64_2(x, y) weak_alias(x, y)
# ^
# ./src/internal/libc.h:64:48: note: expanded from macro 'weak_alias'
# extern __typeof(old) new __attribute__((weak, alias(#old)))
# ^
# src/stat/statvfs.c:64:1: warning: alias will always resolve to __fstatfs even if weak definition of alias fstatfs is overridden [-Wignored-attributes]
# LFS64(fstatfs);
# ^
# ./src/internal/libc.h:70:18: note: expanded from macro 'LFS64'
# #define LFS64(x) LFS64_2(x, x##64)
# ^
# ./src/internal/libc.h:67:23: note: expanded from macro 'LFS64_2'
# #define LFS64_2(x, y) weak_alias(x, y)
# ^
# ./src/internal/libc.h:64:48: note: expanded from macro 'weak_alias'
# extern __typeof(old) new __attribute__((weak, alias(#old)))
# ^
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__fclose_ca.o src/stdio/__fclose_ca.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__fdopen.o src/stdio/__fdopen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 2 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__fmodeflags.o src/stdio/__fmodeflags.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__fopen_rb_ca.o src/stdio/__fopen_rb_ca.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__lockfile.o src/stdio/__lockfile.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__overflow.o src/stdio/__overflow.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__stdio_close.o src/stdio/__stdio_close.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__stdio_exit.o src/stdio/__stdio_exit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__stdio_read.o src/stdio/__stdio_read.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__stdio_seek.o src/stdio/__stdio_seek.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__stdio_write.o src/stdio/__stdio_write.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__stdout_write.o src/stdio/__stdout_write.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__string_read.o src/stdio/__string_read.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__toread.o src/stdio/__toread.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__towrite.o src/stdio/__towrite.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/__uflow.o src/stdio/__uflow.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/asprintf.o src/stdio/asprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/clearerr.o src/stdio/clearerr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/dprintf.o src/stdio/dprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/ext.o src/stdio/ext.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/ext2.o src/stdio/ext2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fclose.o src/stdio/fclose.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/feof.o src/stdio/feof.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/ferror.o src/stdio/ferror.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fflush.o src/stdio/fflush.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fgetc.o src/stdio/fgetc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fgetln.o src/stdio/fgetln.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fgetpos.o src/stdio/fgetpos.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fgets.o src/stdio/fgets.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fgetwc.o src/stdio/fgetwc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fgetws.o src/stdio/fgetws.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fileno.o src/stdio/fileno.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/flockfile.o src/stdio/flockfile.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fmemopen.o src/stdio/fmemopen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fopen.o src/stdio/fopen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fprintf.o src/stdio/fprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fputc.o src/stdio/fputc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fputs.o src/stdio/fputs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fputwc.o src/stdio/fputwc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fputws.o src/stdio/fputws.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fread.o src/stdio/fread.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/freopen.o src/stdio/freopen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fscanf.o src/stdio/fscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fseek.o src/stdio/fseek.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fsetpos.o src/stdio/fsetpos.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/ftell.o src/stdio/ftell.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/ftrylockfile.o src/stdio/ftrylockfile.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/stdio/fseek.c:43:1: warning: alias will always resolve to __fseeko even if weak definition of alias fseeko is overridden [-Wignored-attributes]
# LFS64(fseeko);
# ^
# ./src/internal/libc.h:70:18: note: expanded from macro 'LFS64'
# #define LFS64(x) LFS64_2(x, x##64)
# ^
# ./src/internal/libc.h:67:23: note: expanded from macro 'LFS64_2'
# #define LFS64_2(x, y) weak_alias(x, y)
# ^
# ./src/internal/libc.h:64:48: note: expanded from macro 'weak_alias'
# extern __typeof(old) new __attribute__((weak, alias(#old)))
# ^
# src/stdio/ftell.c:37:1: warning: alias will always resolve to __ftello even if weak definition of alias ftello is overridden [-Wignored-attributes]
# LFS64(ftello);
# ^
# ./src/internal/libc.h:70:18: note: expanded from macro 'LFS64'
# #define LFS64(x) LFS64_2(x, x##64)
# ^
# ./src/internal/libc.h:67:23: note: expanded from macro 'LFS64_2'
# #define LFS64_2(x, y) weak_alias(x, y)
# ^
# ./src/internal/libc.h:64:48: note: expanded from macro 'weak_alias'
# extern __typeof(old) new __attribute__((weak, alias(#old)))
# ^
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/funlockfile.o src/stdio/funlockfile.c
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fwide.o src/stdio/fwide.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fwprintf.o src/stdio/fwprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fwrite.o src/stdio/fwrite.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/fwscanf.o src/stdio/fwscanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/getc.o src/stdio/getc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/getc_unlocked.o src/stdio/getc_unlocked.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/getchar.o src/stdio/getchar.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/getchar_unlocked.o src/stdio/getchar_unlocked.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/getdelim.o src/stdio/getdelim.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/getline.o src/stdio/getline.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/gets.o src/stdio/gets.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/getw.o src/stdio/getw.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/getwc.o src/stdio/getwc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/getwchar.o src/stdio/getwchar.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/ofl.o src/stdio/ofl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/ofl_add.o src/stdio/ofl_add.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/open_memstream.o src/stdio/open_memstream.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/open_wmemstream.o src/stdio/open_wmemstream.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/pclose.o src/stdio/pclose.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/perror.o src/stdio/perror.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/popen.o src/stdio/popen.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/printf.o src/stdio/printf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/putc.o src/stdio/putc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/putc_unlocked.o src/stdio/putc_unlocked.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/putchar.o src/stdio/putchar.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/putchar_unlocked.o src/stdio/putchar_unlocked.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/puts.o src/stdio/puts.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/putw.o src/stdio/putw.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/putwc.o src/stdio/putwc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/putwchar.o src/stdio/putwchar.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/remove.o src/stdio/remove.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/rename.o src/stdio/rename.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/rewind.o src/stdio/rewind.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/scanf.o src/stdio/scanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/setbuf.o src/stdio/setbuf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/setbuffer.o src/stdio/setbuffer.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/setlinebuf.o src/stdio/setlinebuf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/setvbuf.o src/stdio/setvbuf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/snprintf.o src/stdio/snprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/sprintf.o src/stdio/sprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/sscanf.o src/stdio/sscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/stderr.o src/stdio/stderr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/stdin.o src/stdio/stdin.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/stdout.o src/stdio/stdout.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/swprintf.o src/stdio/swprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/swscanf.o src/stdio/swscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/tempnam.o src/stdio/tempnam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/tmpfile.o src/stdio/tmpfile.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/tmpnam.o src/stdio/tmpnam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/ungetc.o src/stdio/ungetc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/ungetwc.o src/stdio/ungetwc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vasprintf.o src/stdio/vasprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vdprintf.o src/stdio/vdprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vfprintf.o src/stdio/vfprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vfscanf.o src/stdio/vfscanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vfwprintf.o src/stdio/vfwprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vfwscanf.o src/stdio/vfwscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/stdio/vfprintf.c:167:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (fl & (LEFT_ADJ | ZERO_PAD) || l >= w) return;
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:167:12: note: place parentheses around the '-' expression to silence this warning
# if (fl & (LEFT_ADJ | ZERO_PAD) || l >= w) return;
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:167:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (fl & (LEFT_ADJ | ZERO_PAD) || l >= w) return;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:167:23: note: place parentheses around the '-' expression to silence this warning
# if (fl & (LEFT_ADJ | ZERO_PAD) || l >= w) return;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:220:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# } else if (fl & MARK_POS) {
# ^~~~~~~~
# src/stdio/vfprintf.c:24:28: note: expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:220:18: note: place parentheses around the '-' expression to silence this warning
# } else if (fl & MARK_POS) {
# ^~~~~~~~
# src/stdio/vfprintf.c:24:28: note: expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:222:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# } else if (fl & PAD_POS) {
# ^~~~~~~
# src/stdio/vfprintf.c:23:28: note: expanded from macro 'PAD_POS'
# #define PAD_POS (1U<<' '-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:222:18: note: place parentheses around the '-' expression to silence this warning
# } else if (fl & PAD_POS) {
# ^~~~~~~
# src/stdio/vfprintf.c:23:28: note: expanded from macro 'PAD_POS'
# #define PAD_POS (1U<<' '-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:229:28: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, 3+pl, fl&~ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:229:28: note: place parentheses around the '-' expression to silence this warning
# pad(f, ' ', w, 3+pl, fl&~ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:232:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, 3+pl, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:232:27: note: place parentheses around the '-' expression to silence this warning
# pad(f, ' ', w, 3+pl, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:272:33: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (s-buf==1 && (y||p>0||(fl&ALT_FORM))) *s++='.';
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:272:33: note: place parentheses around the '-' expression to silence this warning
# if (s-buf==1 && (y||p>0||(fl&ALT_FORM))) *s++='.';
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:282:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, '0', w, pl+l, fl^ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:282:27: note: place parentheses around the '-' expression to silence this warning
# pad(f, '0', w, pl+l, fl^ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:286:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, pl+l, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:286:27: note: place parentheses around the '-' expression to silence this warning
# pad(f, ' ', w, pl+l, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:376:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (!(fl&ALT_FORM)) {
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:376:12: note: place parentheses around the '-' expression to silence this warning
# if (!(fl&ALT_FORM)) {
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:386:24: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# l = 1 + p + (p || (fl&ALT_FORM));
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:386:24: note: place parentheses around the '-' expression to silence this warning
# l = 1 + p + (p || (fl&ALT_FORM));
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:399:26: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, '0', w, pl+l, fl^ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:399:26: note: place parentheses around the '-' expression to silence this warning
# pad(f, '0', w, pl+l, fl^ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:409:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (p || (fl&ALT_FORM)) out(f, ".", 1);
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:409:16: note: place parentheses around the '-' expression to silence this warning
# if (p || (fl&ALT_FORM)) out(f, ".", 1);
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:424:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (p>0||(fl&ALT_FORM)) out(f, ".", 1);
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:424:18: note: place parentheses around the '-' expression to silence this warning
# if (p>0||(fl&ALT_FORM)) out(f, ".", 1);
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:433:26: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, pl+l, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:433:26: note: place parentheses around the '-' expression to silence this warning
# pad(f, ' ', w, pl+l, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:212:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:19: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfwprintf.c:13:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:212:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:19: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfwprintf.c:13:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:212:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:28: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfwprintf.c:14:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:212:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:28: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfwprintf.c:14:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:212:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:37: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:212:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:37src/stdio/vfprintf.c: note:: 488expanded from macro 'FLAGMASK':
# 38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# #define LEFT_ADJ (1U<<'-'-' ')
# src/stdio/vfprintf.c ~~~^~~~:
# 27:19: note: expanded from macro 'FLAGMASK'
# src/stdio/vfwprintf.c:212:38: #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)warning
# : ^~~~~~~~operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
#
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~src/stdio/vfwprintf.c
# :20:46src/stdio/vfprintf.c:: 488note:: 38expanded from macro 'FLAGMASK':
# note: place parentheses around the '-' expression to silence this warning
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)src/stdio/vfwprintf.c
# : ^~~~~~~~16
# :28:src/stdio/vfprintf.c :note27: :expanded from macro 'PAD_POS'19
# : note: expanded from macro 'FLAGMASK'
# #define PAD_POS (1U<<' '-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:212:38: note: place parentheses around the '-' expression to silence this warning#define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
#
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20#define ALT_FORM (1U<<'#'-' '):
# 46 ~~~^~~~:
# note: expanded from macro 'FLAGMASK'
# src/stdio/vfprintf.c:488:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]#define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
#
# ^~~~~~~
# src/stdio/vfwprintf.c:16:28: note: expanded from macro 'PAD_POS'
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# #define PAD_POS (1U<<' '-' ') ^~~~~~~~
#
# ~~~^~~~
# src/stdio/vfprintf.c:27:src/stdio/vfwprintf.c28::212 :note38: :expanded from macro 'FLAGMASK'
# warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED) for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
#
# ^~~~~~~~ ^~~~~~~~
#
# src/stdio/vfprintf.c:src/stdio/vfwprintf.c21::2028::54 :note : noteexpanded from macro 'ZERO_PAD':
# expanded from macro 'FLAGMASK'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)src/stdio/vfprintf.c
# : ^~~~~~~~488
# :38src/stdio/vfwprintf.c:: 17note:: 28place parentheses around the '-' expression to silence this warning:
# note: expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ')
# ~~~~~^~~~
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)src/stdio/vfwprintf.c
# : ^~~~~~~~212
# :38:src/stdio/vfprintf.c :note27: :place parentheses around the '-' expression to silence this warning28
# : note: expanded from macro 'FLAGMASK'
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c#define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED):
# 20 ^~~~~~~~:
# 54src/stdio/vfprintf.c:: 21note:: 28expanded from macro 'FLAGMASK':
# note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')#define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
#
# ~~~^~~~ ^~~~~~~~
#
# src/stdio/vfwprintf.c:17:28: src/stdio/vfprintf.cnote:: 488expanded from macro 'MARK_POS':
# 38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# #define MARK_POS (1U<<'+'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:212:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
#
# ^~~~~~~~
# src/stdio/vfprintf.c:27:37: note: expanded from macro 'FLAGMASK' for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
#
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:63: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note#define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED):
# expanded from macro 'LEFT_ADJ' ^~~~~~~
#
# src/stdio/vfwprintf.c:18:29: #define LEFT_ADJ (1U<<'-'-' ')note
# : ~~~~~^~~~expanded from macro 'GROUPED'
#
# src/stdio/vfprintf.c:488:38: #define GROUPED (1U<<'\''-' ')note
# : ~~~~~~^~~~place parentheses around the '-' expression to silence this warning
#
# src/stdio/vfwprintf.c:212:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)src/stdio/vfprintf.c
# : ^~~~~~~~27
# :37:src/stdio/vfwprintf.c :note20: :expanded from macro 'FLAGMASK'63
# : note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED) ^~~~~~~~
#
# ^~~~~~~
# src/stdio/vfprintf.csrc/stdio/vfwprintf.c::2218::2829:: notenote: : expanded from macro 'LEFT_ADJ'expanded from macro 'GROUPED'
#
# #define LEFT_ADJ (1U<<'-'-' ')#define GROUPED (1U<<'\''-' ')
#
# ~~~~^~~~ ~~~^~~~
#
# src/stdio/vfprintf.csrc/stdio/vfwprintf.c::488212::3854:: warningwarning: : operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
#
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++) for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
#
# ~~~~^~~~ ^~~~~~~~
#
# src/stdio/vfprintf.c:27:46: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~
# src/stdio/vfprintf.c:23:28: note: expanded from macro 'PAD_POS'
# #define PAD_POS (1U<<' '-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:488:src/stdio/vfwprintf.c38::212 :note54: :place parentheses around the '-' expression to silence this warning
# note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)src/stdio/vfprintf.c
# : ^27
# : ( )46
# : note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~
# src/stdio/vfprintf.c:23:28: note: expanded from macro 'PAD_POS'
# #define PAD_POS (1U<<' '-' ')src/stdio/vfwprintf.c
# : ~~~^~~~213
# :16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# src/stdio/vfprintf.c:488:38: warning: fl |= 1U<<*s-' ';operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
#
# ~~~~^~~~
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# src/stdio/vfwprintf.c ^~~~~~~~:
# 213:16: src/stdio/vfprintf.cnote:: 27place parentheses around the '-' expression to silence this warning:
# 54: note: expanded from macro 'FLAGMASK'
# fl |= 1U<<*s-' ';
# ^
# ( )
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfprintf.c:24:28: note: expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:488:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:54: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfprintf.c:24:28: note: expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:488src/stdio/vfwprintf.c:38::226 :warning17: :operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (w<0) fl|=LEFT_ADJ, w=-w; for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
#
# ^~~~~~~~ ^~~~~~~~
#
# src/stdio/vfwprintf.c:src/stdio/vfprintf.c15::2728::63 :note : noteexpanded from macro 'LEFT_ADJ':
# expanded from macro 'FLAGMASK'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:226:#define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)17
# : ^~~~~~~
# note: place parentheses around the '-' expression to silence this warningsrc/stdio/vfprintf.c
# :25:29: note: expanded from macro 'GROUPED'
# if (w<0) fl|=LEFT_ADJ, w=-w;
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:#define GROUPED (1U<<'\''-' ')28
# : ~~~~~~^~~~
# note: expanded from macro 'LEFT_ADJ'
# src/stdio/vfprintf.c:488:38: note#define LEFT_ADJ (1U<<'-'-' '):
# place parentheses around the '-' expression to silence this warning ~~~^~~~
#
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:63: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~
# src/stdio/vfprintf.c:25:29: note: expanded from macro 'GROUPED'
# #define GROUPED (1U<<'\''-' ')
# ~~~~^~~~
# src/stdio/vfprintf.c:488:54: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ~~~~^~~~
# src/stdio/vfprintf.c:488:54: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^
# ( )
# src/stdio/vfprintf.c:489:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# fl |= 1U<<*s-' ';
# ~~~~^~~~
# src/stdio/vfprintf.c:489:16: note: place parentheses around the '-' expression to silence this warning
# fl |= 1U<<*s-' ';
# ^
# ( )
# src/stdio/vfprintf.csrc/stdio/vfwprintf.c:502::29117::13 :warning : warningoperator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]:
# operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (w<0) fl|=LEFT_ADJ, w=-w;
# ^~~~~~~~ if (!(fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
#
# ^~~~~~~~
# src/stdio/vfprintf.c:22src/stdio/vfwprintf.c::2815:: 28note:: expanded from macro 'LEFT_ADJ'note
# : expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')#define LEFT_ADJ (1U<<'-'-' ')
#
# ~~~~~^~~~ ~~~~~^~~~
#
# src/stdio/vfprintf.csrc/stdio/vfwprintf.c::502291::1713:: notenote: : place parentheses around the '-' expression to silence this warningplace parentheses around the '-' expression to silence this warning
#
# if (w<0) fl|=LEFT_ADJ, w=-w;
# if (!(fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, ""); ^~~~~~~~
#
# ^~~~~~~~
# src/stdio/vfprintf.c:src/stdio/vfwprintf.c22::1528::28 :note : noteexpanded from macro 'LEFT_ADJ':
# expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')#define LEFT_ADJ (1U<<'-'-' ')
#
# ~~~^~~~ ~~~^~~~
#
# src/stdio/vfwprintf.c:293:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if ((fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:293:12: note: place parentheses around the '-' expression to silence this warning
# if ((fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:306:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (!(fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28:src/stdio/vfprintf.c note:: 549expanded from macro 'LEFT_ADJ':
# 12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:306:13: note if (fl & LEFT_ADJ) fl &= ~ZERO_PAD;:
# place parentheses around the '-' expression to silence this warning ^~~~~~~~
#
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ' if (!(fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
#
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28:#define LEFT_ADJ (1U<<'-'-' ')
# note ~~~~~^~~~:
# expanded from macro 'LEFT_ADJ'
# src/stdio/vfprintf.c:549:12:#define LEFT_ADJ (1U<<'-'-' ')
# note ~~~^~~~:
# place parentheses around the '-' expression to silence this warning
# if (fl & LEFT_ADJ) fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.csrc/stdio/vfwprintf.c:549::31329::12 :warning : warningoperator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]:
# operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (fl & LEFT_ADJ) fl &= ~ZERO_PAD;
# ^~~~~~~~ if ((fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
#
# ^~~~~~~~src/stdio/vfprintf.c
# :21:src/stdio/vfwprintf.c28::15 :note28: :expanded from macro 'ZERO_PAD'
# note: expanded from macro 'LEFT_ADJ'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~#define LEFT_ADJ (1U<<'-'-' ')
#
# ~~~~~^~~~
# src/stdio/vfprintf.c:549src/stdio/vfwprintf.c::29313:: 12note:: place parentheses around the '-' expression to silence this warningnote
# : place parentheses around the '-' expression to silence this warning
# if (fl & LEFT_ADJ) fl &= ~ZERO_PAD;
# ^~~~~~~~
# if ((fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");src/stdio/vfprintf.c
# : ^~~~~~~~21
# :28src/stdio/vfwprintf.c:: 15note:: 28expanded from macro 'ZERO_PAD':
# note: expanded from macro 'LEFT_ADJ'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~#define LEFT_ADJ (1U<<'-'-' ')
#
# ~~~^~~~
# src/stdio/vfwprintf.c:319:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# "#"+!(fl & ALT_FORM),
# ^~~~~~~~
# src/stdio/vfwprintf.c:13:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:319:15: note: place parentheses around the '-' expression to silence this warning
# "#"+!(fl & ALT_FORM),
# ^~~~~~~~
# src/stdio/vfwprintf.c:13:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:src/stdio/vfprintf.c319::7566:: 10warning:: adding 'int' to a string does not append to the string [-Wstring-plus-int]warning
# : operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# "#"+!(fl & ALT_FORM),
# ~~~^~~~~~~~~~~~~~~~~
# fl |= ALT_FORM;
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:566:10: src/stdio/vfwprintf.cnote:: 319place parentheses around the '-' expression to silence this warning:
# 7: note: use array indexing to silence this warning
# fl |= ALT_FORM;
# ^~~~~~~~
# src/stdio/vfprintf.c:20: "#"+!(fl & ALT_FORM),28
# : ^
# note & [ ]:
# expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:320:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# "+"+!(fl & MARK_POS),
# ^~~~~~~~
# src/stdio/vfwprintf.c:17:28: note: expanded from macro 'MARK_POS'
# src/stdio/vfprintf.c:569:#define MARK_POS (1U<<'+'-' ')23
# : ~~~~~^~~~
# warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]src/stdio/vfwprintf.c
# :320:15: note: place parentheses around the '-' expression to silence this warning
# "+"+!(fl & MARK_POS), if (arg.i && (fl & ALT_FORM)) prefix+=(t>>4), pl=2;
#
# ^~~~~~~~ ^~~~~~~~
#
# src/stdio/vfwprintf.c:src/stdio/vfprintf.c17::2028::28 :note : noteexpanded from macro 'MARK_POS':
# expanded from macro 'ALT_FORM'
# #define MARK_POS (1U<<'+'-' ')#define ALT_FORM (1U<<'#'-' ')
#
# ~~~^~~~ ~~~~~^~~~
#
# src/stdio/vfprintf.c:569:23: note: src/stdio/vfwprintf.cplace parentheses around the '-' expression to silence this warning:
# 320:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# if (arg.i && (fl & ALT_FORM)) prefix+=(t>>4), pl=2; "+"+!(fl & MARK_POS),
#
# ^~~~~~~~ ~~~^~~~~~~~~~~~~~~~~
#
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# src/stdio/vfwprintf.c#define ALT_FORM (1U<<'#'-' '):
# 320 ~~~^~~~:
# 7: note: use array indexing to silence this warning
# "+"+!(fl & MARK_POS),
# ^
# & [ ]
# src/stdio/vfwprintf.c:321:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# src/stdio/vfprintf.c:573 "-"+!(fl & LEFT_ADJ),:
# 12 ^~~~~~~~:
# warningsrc/stdio/vfwprintf.c: :operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]15
# :28: note: expanded from macro 'LEFT_ADJ'
# if ((fl&ALT_FORM) && p
#
# ~~~~~^~~~ ^~~~~~~~
#
# src/stdio/vfwprintf.csrc/stdio/vfprintf.c::32120::1528:: notenote: : place parentheses around the '-' expression to silence this warningexpanded from macro 'ALT_FORM'
#
# "-"+!(fl & LEFT_ADJ),
# #define ALT_FORM (1U<<'#'-' ') ^~~~~~~~
#
# ~~~~~^~~~
# src/stdio/vfwprintf.c:15src/stdio/vfprintf.c::28573:: 12note:: expanded from macro 'LEFT_ADJ'note
# : place parentheses around the '-' expression to silence this warning
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# if ((fl&ALT_FORM) && p
# ^~~~~~~~
# src/stdio/vfprintf.csrc/stdio/vfwprintf.c::20321::287:: notewarning: : expanded from macro 'ALT_FORM'adding 'int' to a string does not append to the string [-Wstring-plus-int]
#
# #define ALT_FORM (1U<<'#'-' ') "-"+!(fl & LEFT_ADJ),
#
# ~~~^~~~ ~~~^~~~~~~~~~~~~~~~~
#
# src/stdio/vfwprintf.c:321:7: note: use array indexing to silence this warning
# "-"+!(fl & LEFT_ADJ),
# ^
# & [ ]
# src/stdio/vfwprintf.c:322:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# src/stdio/vfprintf.c:579 " "+!(fl & PAD_POS),:
# 20 ^~~~~~~:
# warning: src/stdio/vfwprintf.coperator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]:
# 16:28: note: expanded from macro 'PAD_POS'
# } else if (fl & MARK_POS) {
# ^~~~~~~~
# #define PAD_POS (1U<<' '-' ')
# ~~~~~^~~~src/stdio/vfprintf.c
# :24src/stdio/vfwprintf.c::28322:: 15note:: expanded from macro 'MARK_POS'note
# : place parentheses around the '-' expression to silence this warning
# #define MARK_POS (1U<<'+'-' ') " "+!(fl & PAD_POS),
#
# ~~~~~^~~~ ^~~~~~~
#
# src/stdio/vfwprintf.csrc/stdio/vfprintf.c::16579::2820:: notenote: : expanded from macro 'PAD_POS'place parentheses around the '-' expression to silence this warning
#
# #define PAD_POS (1U<<' '-' ')
# ~~~^~~~ } else if (fl & MARK_POS) {
#
# ^~~~~~~~
# src/stdio/vfprintf.c:24:28:src/stdio/vfwprintf.c :note322: :expanded from macro 'MARK_POS'7
# : warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# #define MARK_POS (1U<<'+'-' ')
# ~~~^~~~
# " "+!(fl & PAD_POS),
# ~~~^~~~~~~~~~~~~~~~
# src/stdio/vfprintf.csrc/stdio/vfwprintf.c::581322::207:: warningnote: : operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]use array indexing to silence this warning
#
# " "+!(fl & PAD_POS), } else if (fl & PAD_POS) {
#
# ^ ^~~~~~~
#
# & [ ]
# src/stdio/vfprintf.c:23:28: note: expanded from macro 'PAD_POS'
# src/stdio/vfwprintf.c:323:15: warning#define PAD_POS (1U<<' '-' '):
# operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] ~~~~~^~~~
#
# src/stdio/vfprintf.c:581:20: "0"+!(fl & ZERO_PAD),
# note ^~~~~~~~:
# place parentheses around the '-' expression to silence this warning
# src/stdio/vfwprintf.c:14:28: note: expanded from macro 'ZERO_PAD' } else if (fl & PAD_POS) {
#
# ^~~~~~~
# src/stdio/vfprintf.c:23:#define ZERO_PAD (1U<<'0'-' ')28
# : ~~~~~^~~~
# note: expanded from macro 'PAD_POS'src/stdio/vfwprintf.c
# :323:15: note: place parentheses around the '-' expression to silence this warning#define PAD_POS (1U<<' '-' ')
#
# ~~~^~~~
# "0"+!(fl & ZERO_PAD),
# ^~~~~~~~
# src/stdio/vfwprintf.c:14:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:323:7:src/stdio/vfprintf.c :warning587: :adding 'int' to a string does not append to the string [-Wstring-plus-int]21
# : warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# "0"+!(fl & ZERO_PAD),
# ~~~^~~~~~~~~~~~~~~~~
# if (p>=0) fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28:src/stdio/vfwprintf.c :note323: :expanded from macro 'ZERO_PAD'7
# : note: use array indexing to silence this warning
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# "0"+!(fl & ZERO_PAD),src/stdio/vfprintf.c
# : ^587
# : & [ ]21
# : note: place parentheses around the '-' expression to silence this warning
# if (p>=0) fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:596:11: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:596:11: note: place parentheses around the '-' expression to silence this warning
# fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:605:11: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:605:11: note: place parentheses around the '-' expression to silence this warning
# fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:621:25: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, p, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:621:25: note: place parentheses around the '-' expression to silence this warning
# pad(f, ' ', w, p, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:635:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, '0', w, pl+p, fl^ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:635:27: note: place parentheses around the '-' expression to silence this warning
# pad(f, '0', w, pl+p, fl^ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:638:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, pl+p, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:638:27: note: place parentheses around the '-' expression to silence this warning
# pad(f, ' ', w, pl+p, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# 23 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vprintf.o src/stdio/vprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vscanf.o src/stdio/vscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vsnprintf.o src/stdio/vsnprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vsprintf.o src/stdio/vsprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vsscanf.o src/stdio/vsscanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vswprintf.o src/stdio/vswprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vswscanf.o src/stdio/vswscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vwprintf.o src/stdio/vwprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/vwscanf.o src/stdio/vwscanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/wprintf.o src/stdio/wprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdio/wscanf.o src/stdio/wscanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/abs.o src/stdlib/abs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/atof.o src/stdlib/atof.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/atoi.o src/stdlib/atoi.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/atol.o src/stdlib/atol.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/atoll.o src/stdlib/atoll.c
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supportedoptimization flag '-fexcess-precision=standard' is not supported
#
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/bsearch.o src/stdlib/bsearch.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/div.o src/stdlib/div.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/ecvt.o src/stdlib/ecvt.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/fcvt.o src/stdlib/fcvt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/gcvt.o src/stdlib/gcvt.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/imaxabs.o src/stdlib/imaxabs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/imaxdiv.o src/stdlib/imaxdiv.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/labs.o src/stdlib/labs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/ldiv.o src/stdlib/ldiv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 37 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/llabs.o src/stdlib/llabs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/lldiv.o src/stdlib/lldiv.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/qsort.o src/stdlib/qsort.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/strtod.o src/stdlib/strtod.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/strtol.o src/stdlib/strtol.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/wcstod.o src/stdlib/wcstod.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/stdlib/wcstol.o src/stdlib/wcstol.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/bcmp.o src/string/bcmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/bcopy.o src/string/bcopy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/bzero.o src/string/bzero.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/index.o src/string/index.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/memccpy.o src/string/memccpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/memchr.o src/string/memchr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/memcmp.o src/string/memcmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/memmem.o src/string/memmem.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/mempcpy.o src/string/mempcpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/memrchr.o src/string/memrchr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8clang-3.8: warning: : optimization flag '-frounding-math' is not supported
# warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/rindex.o src/string/rindex.c
# clang-3.8clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/stpcpy.o src/string/stpcpy.c
# : warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/stpncpy.o src/string/stpncpy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strcasecmp.o src/string/strcasecmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strcasestr.o src/string/strcasestr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strcat.o src/string/strcat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strchr.o src/string/strchr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strchrnul.o src/string/strchrnul.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strcmp.o src/string/strcmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strcpy.o src/string/strcpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strcspn.o src/string/strcspn.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strdup.o src/string/strdup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strerror_r.o src/string/strerror_r.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strlcat.o src/string/strlcat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strlcpy.o src/string/strlcpy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strlen.o src/string/strlen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strncasecmp.o src/string/strncasecmp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strncat.o src/string/strncat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strncmp.o src/string/strncmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strncpy.o src/string/strncpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strndup.o src/string/strndup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strnlen.o src/string/strnlen.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strpbrk.o src/string/strpbrk.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strrchr.o src/string/strrchr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strsep.o src/string/strsep.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strsignal.o src/string/strsignal.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strspn.o src/string/strspn.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strstr.o src/string/strstr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strtok.o src/string/strtok.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strtok_r.o src/string/strtok_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/strverscmp.o src/string/strverscmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/swab.o src/string/swab.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcpcpy.o src/string/wcpcpy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcpncpy.o src/string/wcpncpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcscasecmp.o src/string/wcscasecmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcscasecmp_l.o src/string/wcscasecmp_l.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcscat.o src/string/wcscat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcschr.o src/string/wcschr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcscmp.o src/string/wcscmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcscpy.o src/string/wcscpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcscspn.o src/string/wcscspn.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcsdup.o src/string/wcsdup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcslen.o src/string/wcslen.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcsncasecmp.o src/string/wcsncasecmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcsncasecmp_l.o src/string/wcsncasecmp_l.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcsncat.o src/string/wcsncat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcsncmp.o src/string/wcsncmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcsncpy.o src/string/wcsncpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcsnlen.o src/string/wcsnlen.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcspbrk.o src/string/wcspbrk.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcsrchr.o src/string/wcsrchr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcsspn.o src/string/wcsspn.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcsstr.o src/string/wcsstr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcstok.o src/string/wcstok.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wcswcs.o src/string/wcswcs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wmemchr.o src/string/wmemchr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wmemcmp.o src/string/wmemcmp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wmemcpy.o src/string/wmemcpy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wmemmove.o src/string/wmemmove.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -c -o obj/src/string/wmemset.o src/string/wmemset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fno-stack-protector -c -o obj/src/string/x86_64/memcpy.o src/string/x86_64/memcpy.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-fno-stack-protector'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/string/x86_64/memmove.o src/string/x86_64/memmove.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fno-stack-protector -c -o obj/src/string/x86_64/memset.o src/string/x86_64/memset.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/temp/__randname.o src/temp/__randname.c
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-fno-stack-protector'
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/temp/mkdtemp.o src/temp/mkdtemp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/temp/mkostemp.o src/temp/mkostemp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/temp/mkostemps.o src/temp/mkostemps.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/temp/mkstemp.o src/temp/mkstemp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/temp/mkstemps.o src/temp/mkstemps.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/temp/mktemp.o src/temp/mktemp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/termios/cfgetospeed.o src/termios/cfgetospeed.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/termios/cfmakeraw.o src/termios/cfmakeraw.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/termios/cfsetospeed.o src/termios/cfsetospeed.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/termios/tcdrain.o src/termios/tcdrain.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/termios/tcflow.o src/termios/tcflow.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/termios/tcflush.o src/termios/tcflush.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/termios/tcgetattr.o src/termios/tcgetattr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/termios/tcgetsid.o src/termios/tcgetsid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/termios/tcsendbreak.o src/termios/tcsendbreak.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/termios/tcsetattr.o src/termios/tcsetattr.c
# clang-3.8: clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/__futex.o src/thread/__futex.c
# warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/__lock.o src/thread/__lock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/__syscall_cp.o src/thread/__syscall_cp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/__timedwait.o src/thread/__timedwait.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/__tls_get_addr.o src/thread/__tls_get_addr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/__wait.o src/thread/__wait.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/call_once.o src/thread/call_once.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/cnd_broadcast.o src/thread/cnd_broadcast.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/cnd_destroy.o src/thread/cnd_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/cnd_init.o src/thread/cnd_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# : warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/cnd_signal.o src/thread/cnd_signal.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/cnd_timedwait.o src/thread/cnd_timedwait.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/cnd_wait.o src/thread/cnd_wait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/lock_ptc.o src/thread/lock_ptc.c
# : warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/mtx_destroy.o src/thread/mtx_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/mtx_init.o src/thread/mtx_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/mtx_lock.o src/thread/mtx_lock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/mtx_timedlock.o src/thread/mtx_timedlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8clang-3.8: warning: : optimization flag '-frounding-math' is not supported
# warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/mtx_trylock.o src/thread/mtx_trylock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/mtx_unlock.o src/thread/mtx_unlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_atfork.o src/thread/pthread_atfork.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_attr_destroy.o src/thread/pthread_attr_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_attr_get.o src/thread/pthread_attr_get.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_attr_init.o src/thread/pthread_attr_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_attr_setdetachstate.o src/thread/pthread_attr_setdetachstate.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_attr_setguardsize.o src/thread/pthread_attr_setguardsize.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_attr_setinheritsched.o src/thread/pthread_attr_setinheritsched.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_attr_setschedparam.o src/thread/pthread_attr_setschedparam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_attr_setschedpolicy.o src/thread/pthread_attr_setschedpolicy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_attr_setscope.o src/thread/pthread_attr_setscope.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_attr_setstack.o src/thread/pthread_attr_setstack.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_attr_setstacksize.o src/thread/pthread_attr_setstacksize.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_barrier_destroy.o src/thread/pthread_barrier_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_barrier_init.o src/thread/pthread_barrier_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_barrier_wait.o src/thread/pthread_barrier_wait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_barrierattr_destroy.o src/thread/pthread_barrierattr_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_barrierattr_init.o src/thread/pthread_barrierattr_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_barrierattr_setpshared.o src/thread/pthread_barrierattr_setpshared.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_cancel.o src/thread/pthread_cancel.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_cleanup_push.o src/thread/pthread_cleanup_push.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_cond_broadcast.o src/thread/pthread_cond_broadcast.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_cond_destroy.o src/thread/pthread_cond_destroy.c
# src/thread/pthread_cancel.c:62:55: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (self->cancelasync || pc >= (uintptr_t)__cp_begin && pc < (uintptr_t)__cp_end) {
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/thread/pthread_cancel.c:62:55: note: place parentheses around the '&&' expression to silence this warning
# if (self->cancelasync || pc >= (uintptr_t)__cp_begin && pc < (uintptr_t)__cp_end) {
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_cond_init.o src/thread/pthread_cond_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_cond_signal.o src/thread/pthread_cond_signal.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_cond_timedwait.o src/thread/pthread_cond_timedwait.c
# clang-3.8clang-3.8: : warning: warningoptimization flag '-fexcess-precision=standard' is not supported:
# optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_cond_wait.o src/thread/pthread_cond_wait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_condattr_destroy.o src/thread/pthread_condattr_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_condattr_init.o src/thread/pthread_condattr_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_condattr_setclock.o src/thread/pthread_condattr_setclock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_condattr_setpshared.o src/thread/pthread_condattr_setpshared.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_create.o src/thread/pthread_create.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_detach.o src/thread/pthread_detach.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_equal.o src/thread/pthread_equal.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_getattr_np.o src/thread/pthread_getattr_np.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_getconcurrency.o src/thread/pthread_getconcurrency.c
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supportedoptimization flag '-fexcess-precision=standard' is not supported
#
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_getcpuclockid.o src/thread/pthread_getcpuclockid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_getschedparam.o src/thread/pthread_getschedparam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_getspecific.o src/thread/pthread_getspecific.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_join.o src/thread/pthread_join.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_key_create.o src/thread/pthread_key_create.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_kill.o src/thread/pthread_kill.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutex_consistent.o src/thread/pthread_mutex_consistent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutex_destroy.o src/thread/pthread_mutex_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutex_getprioceiling.o src/thread/pthread_mutex_getprioceiling.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutex_init.o src/thread/pthread_mutex_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutex_lock.o src/thread/pthread_mutex_lock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supportedclang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutex_setprioceiling.o src/thread/pthread_mutex_setprioceiling.c
#
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutex_timedlock.o src/thread/pthread_mutex_timedlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutex_trylock.o src/thread/pthread_mutex_trylock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutex_unlock.o src/thread/pthread_mutex_unlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutexattr_destroy.o src/thread/pthread_mutexattr_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutexattr_init.o src/thread/pthread_mutexattr_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutexattr_setprotocol.o src/thread/pthread_mutexattr_setprotocol.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutexattr_setpshared.o src/thread/pthread_mutexattr_setpshared.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutexattr_setrobust.o src/thread/pthread_mutexattr_setrobust.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_mutexattr_settype.o src/thread/pthread_mutexattr_settype.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_once.o src/thread/pthread_once.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlock_destroy.o src/thread/pthread_rwlock_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlock_init.o src/thread/pthread_rwlock_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlock_rdlock.o src/thread/pthread_rwlock_rdlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlock_timedrdlock.o src/thread/pthread_rwlock_timedrdlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlock_timedwrlock.o src/thread/pthread_rwlock_timedwrlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlock_tryrdlock.o src/thread/pthread_rwlock_tryrdlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlock_trywrlock.o src/thread/pthread_rwlock_trywrlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlock_unlock.o src/thread/pthread_rwlock_unlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlock_wrlock.o src/thread/pthread_rwlock_wrlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlockattr_destroy.o src/thread/pthread_rwlockattr_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlockattr_init.o src/thread/pthread_rwlockattr_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_rwlockattr_setpshared.o src/thread/pthread_rwlockattr_setpshared.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_self.o src/thread/pthread_self.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_setcancelstate.o src/thread/pthread_setcancelstate.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_setcanceltype.o src/thread/pthread_setcanceltype.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_setconcurrency.o src/thread/pthread_setconcurrency.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_setschedparam.o src/thread/pthread_setschedparam.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_setschedprio.o src/thread/pthread_setschedprio.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_setspecific.o src/thread/pthread_setspecific.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_sigmask.o src/thread/pthread_sigmask.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_spin_destroy.o src/thread/pthread_spin_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_spin_init.o src/thread/pthread_spin_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_spin_lock.o src/thread/pthread_spin_lock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_spin_trylock.o src/thread/pthread_spin_trylock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_spin_unlock.o src/thread/pthread_spin_unlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/pthread_testcancel.o src/thread/pthread_testcancel.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/sem_destroy.o src/thread/sem_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/sem_getvalue.o src/thread/sem_getvalue.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/sem_init.o src/thread/sem_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/sem_open.o src/thread/sem_open.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/sem_post.o src/thread/sem_post.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/sem_timedwait.o src/thread/sem_timedwait.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/sem_trywait.o src/thread/sem_trywait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/sem_unlink.o src/thread/sem_unlink.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/sem_wait.o src/thread/sem_wait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/synccall.o src/thread/synccall.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/thrd_create.o src/thread/thrd_create.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/thrd_exit.o src/thread/thrd_exit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/thrd_join.o src/thread/thrd_join.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/thrd_sleep.o src/thread/thrd_sleep.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/thrd_yield.o src/thread/thrd_yield.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/tls.o src/thread/tls.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/tss_create.o src/thread/tss_create.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/tss_delete.o src/thread/tss_delete.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/tss_set.o src/thread/tss_set.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/vmlock.o src/thread/vmlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fno-stack-protector -c -o obj/src/thread/x86_64/__set_thread_area.o src/thread/x86_64/__set_thread_area.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/x86_64/__unmapself.o src/thread/x86_64/__unmapself.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-fno-stack-protector'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/x86_64/clone.o src/thread/x86_64/clone.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/thread/x86_64/syscall_cp.o src/thread/x86_64/syscall_cp.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/__asctime.o src/time/__asctime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/__map_file.o src/time/__map_file.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/__month_to_secs.o src/time/__month_to_secs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/__secs_to_tm.o src/time/__secs_to_tm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/__tm_to_secs.o src/time/__tm_to_secs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/__tz.o src/time/__tz.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/__year_to_secs.o src/time/__year_to_secs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/asctime.o src/time/asctime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/asctime_r.o src/time/asctime_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/clock.o src/time/clock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/clock_getcpuclockid.o src/time/clock_getcpuclockid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/clock_getres.o src/time/clock_getres.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/clock_gettime.o src/time/clock_gettime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/clock_nanosleep.o src/time/clock_nanosleep.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/clock_settime.o src/time/clock_settime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/ctime.o src/time/ctime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/ctime_r.o src/time/ctime_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/difftime.o src/time/difftime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/ftime.o src/time/ftime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/getdate.o src/time/getdate.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/gettimeofday.o src/time/gettimeofday.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/gmtime.o src/time/gmtime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/gmtime_r.o src/time/gmtime_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/localtime.o src/time/localtime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/localtime_r.o src/time/localtime_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/mktime.o src/time/mktime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/nanosleep.o src/time/nanosleep.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/strftime.o src/time/strftime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/strptime.o src/time/strptime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/time.o src/time/time.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/timegm.o src/time/timegm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/timer_create.o src/time/timer_create.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/timer_delete.o src/time/timer_delete.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/timer_getoverrun.o src/time/timer_getoverrun.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/timer_gettime.o src/time/timer_gettime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/timer_settime.o src/time/timer_settime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/times.o src/time/times.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/timespec_get.o src/time/timespec_get.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/utime.o src/time/utime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/time/wcsftime.o src/time/wcsftime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/_exit.o src/unistd/_exit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/access.o src/unistd/access.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/acct.o src/unistd/acct.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/alarm.o src/unistd/alarm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/chdir.o src/unistd/chdir.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/chown.o src/unistd/chown.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/close.o src/unistd/close.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/ctermid.o src/unistd/ctermid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/dup.o src/unistd/dup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/dup2.o src/unistd/dup2.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/dup3.o src/unistd/dup3.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/faccessat.o src/unistd/faccessat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/fchdir.o src/unistd/fchdir.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/fchown.o src/unistd/fchown.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/fchownat.o src/unistd/fchownat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/fdatasync.o src/unistd/fdatasync.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/fsync.o src/unistd/fsync.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/ftruncate.o src/unistd/ftruncate.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getcwd.o src/unistd/getcwd.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getegid.o src/unistd/getegid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/geteuid.o src/unistd/geteuid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getgid.o src/unistd/getgid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getgroups.o src/unistd/getgroups.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/gethostname.o src/unistd/gethostname.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getlogin.o src/unistd/getlogin.c
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supportedoptimization flag '-fexcess-precision=standard' is not supported
#
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getlogin_r.o src/unistd/getlogin_r.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getpgid.o src/unistd/getpgid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getpgrp.o src/unistd/getpgrp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getpid.o src/unistd/getpid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getppid.o src/unistd/getppid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getsid.o src/unistd/getsid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/getuid.o src/unistd/getuid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/isatty.o src/unistd/isatty.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supported
# optimization flag '-frounding-math' is not supportedclang-3.8
# : warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/lchown.o src/unistd/lchown.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/link.o src/unistd/link.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/linkat.o src/unistd/linkat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/lseek.o src/unistd/lseek.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/nice.o src/unistd/nice.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/pause.o src/unistd/pause.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/pipe.o src/unistd/pipe.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/pipe2.o src/unistd/pipe2.c
# clang-3.8clang-3.8: : warning: optimization flag '-fexcess-precision=standard' is not supported
# warning: clang-3.8optimization flag '-fexcess-precision=standard' is not supported:
# warning: clang-3.8optimization flag '-frounding-math' is not supported:
# warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/posix_close.o src/unistd/posix_close.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/pread.o src/unistd/pread.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/preadv.o src/unistd/preadv.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/pwrite.o src/unistd/pwrite.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/pwritev.o src/unistd/pwritev.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/read.o src/unistd/read.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/readlink.o src/unistd/readlink.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/readlinkat.o src/unistd/readlinkat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/readv.o src/unistd/readv.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/renameat.o src/unistd/renameat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/rmdir.o src/unistd/rmdir.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/setegid.o src/unistd/setegid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/seteuid.o src/unistd/seteuid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/setgid.o src/unistd/setgid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/setpgid.o src/unistd/setpgid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/setpgrp.o src/unistd/setpgrp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/setregid.o src/unistd/setregid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/setresgid.o src/unistd/setresgid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/setresuid.o src/unistd/setresuid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/setreuid.o src/unistd/setreuid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/setsid.o src/unistd/setsid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/setuid.o src/unistd/setuid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/setxid.o src/unistd/setxid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/sleep.o src/unistd/sleep.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/symlink.o src/unistd/symlink.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/symlinkat.o src/unistd/symlinkat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/sync.o src/unistd/sync.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/tcgetpgrp.o src/unistd/tcgetpgrp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/tcsetpgrp.o src/unistd/tcsetpgrp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/truncate.o src/unistd/truncate.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/ttyname.o src/unistd/ttyname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/ttyname_r.o src/unistd/ttyname_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/ualarm.o src/unistd/ualarm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/unlink.o src/unistd/unlink.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/unlinkat.o src/unistd/unlinkat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/usleep.o src/unistd/usleep.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/write.o src/unistd/write.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -c -o obj/src/unistd/writev.o src/unistd/writev.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/aio/aio.lo src/aio/aio.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/aio/aio_suspend.lo src/aio/aio_suspend.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/aio/lio_listio.lo src/aio/lio_listio.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/__cexp.lo src/complex/__cexp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/__cexpf.lo src/complex/__cexpf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cabs.lo src/complex/cabs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cabsf.lo src/complex/cabsf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cabsl.lo src/complex/cabsl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cacos.lo src/complex/cacos.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cacosf.lo src/complex/cacosf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cacosh.lo src/complex/cacosh.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cacoshf.lo src/complex/cacoshf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cacoshl.lo src/complex/cacoshl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cacosl.lo src/complex/cacosl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/carg.lo src/complex/carg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cargf.lo src/complex/cargf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cargl.lo src/complex/cargl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/casin.lo src/complex/casin.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/casinf.lo src/complex/casinf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/casinh.lo src/complex/casinh.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/casinhf.lo src/complex/casinhf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/casinhl.lo src/complex/casinhl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/casinl.lo src/complex/casinl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/catan.lo src/complex/catan.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/catanf.lo src/complex/catanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/catanh.lo src/complex/catanh.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/catanhf.lo src/complex/catanhf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/catanhl.lo src/complex/catanhl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/catanl.lo src/complex/catanl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ccos.lo src/complex/ccos.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ccosf.lo src/complex/ccosf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ccosh.lo src/complex/ccosh.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ccoshf.lo src/complex/ccoshf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ccoshl.lo src/complex/ccoshl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ccosl.lo src/complex/ccosl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cexp.lo src/complex/cexp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cexpf.lo src/complex/cexpf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cexpl.lo src/complex/cexpl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cimag.lo src/complex/cimag.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cimagf.lo src/complex/cimagf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cimagl.lo src/complex/cimagl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/clog.lo src/complex/clog.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/clogf.lo src/complex/clogf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/clogl.lo src/complex/clogl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/conj.lo src/complex/conj.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/conjf.lo src/complex/conjf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/conjl.lo src/complex/conjl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cpow.lo src/complex/cpow.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cpowf.lo src/complex/cpowf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cpowl.lo src/complex/cpowl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cproj.lo src/complex/cproj.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cprojf.lo src/complex/cprojf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/cprojl.lo src/complex/cprojl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/creal.lo src/complex/creal.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/crealf.lo src/complex/crealf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/creall.lo src/complex/creall.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/csin.lo src/complex/csin.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/csinf.lo src/complex/csinf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/csinh.lo src/complex/csinh.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/csinhf.lo src/complex/csinhf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/csinhl.lo src/complex/csinhl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/csinl.lo src/complex/csinl.c
# clang-3.8clang-3.8: : warning: warningoptimization flag '-fexcess-precision=standard' is not supported:
# optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: clang-3.8warning: : warningoptimization flag '-frounding-math' is not supported:
# optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/csqrt.lo src/complex/csqrt.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/csqrtf.lo src/complex/csqrtf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/csqrtl.lo src/complex/csqrtl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ctan.lo src/complex/ctan.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ctanf.lo src/complex/ctanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ctanh.lo src/complex/ctanh.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ctanhf.lo src/complex/ctanhf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ctanhl.lo src/complex/ctanhl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/complex/ctanl.lo src/complex/ctanl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/conf/confstr.lo src/conf/confstr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/conf/fpathconf.lo src/conf/fpathconf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/conf/legacy.lo src/conf/legacy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/conf/pathconf.lo src/conf/pathconf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/conf/sysconf.lo src/conf/sysconf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/crypt/crypt.lo src/crypt/crypt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/crypt/crypt_blowfish.lo src/crypt/crypt_blowfish.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/crypt/crypt_des.lo src/crypt/crypt_des.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/crypt/crypt_md5.lo src/crypt/crypt_md5.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/crypt/crypt_r.lo src/crypt/crypt_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/crypt/crypt_sha256.lo src/crypt/crypt_sha256.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/crypt/crypt_sha512.lo src/crypt/crypt_sha512.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/crypt/encrypt.lo src/crypt/encrypt.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/__ctype_b_loc.lo src/ctype/__ctype_b_loc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/__ctype_get_mb_cur_max.lo src/ctype/__ctype_get_mb_cur_max.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/__ctype_tolower_loc.lo src/ctype/__ctype_tolower_loc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/__ctype_toupper_loc.lo src/ctype/__ctype_toupper_loc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/isalnum.lo src/ctype/isalnum.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/isalpha.lo src/ctype/isalpha.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/isascii.lo src/ctype/isascii.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/isblank.lo src/ctype/isblank.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iscntrl.lo src/ctype/iscntrl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/isdigit.lo src/ctype/isdigit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/isgraph.lo src/ctype/isgraph.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/islower.lo src/ctype/islower.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/isprint.lo src/ctype/isprint.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/ispunct.lo src/ctype/ispunct.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/isspace.lo src/ctype/isspace.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/isupper.lo src/ctype/isupper.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswalnum.lo src/ctype/iswalnum.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswalpha.lo src/ctype/iswalpha.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswblank.lo src/ctype/iswblank.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswcntrl.lo src/ctype/iswcntrl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswctype.lo src/ctype/iswctype.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswdigit.lo src/ctype/iswdigit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswgraph.lo src/ctype/iswgraph.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswlower.lo src/ctype/iswlower.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswprint.lo src/ctype/iswprint.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswpunct.lo src/ctype/iswpunct.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswspace.lo src/ctype/iswspace.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswupper.lo src/ctype/iswupper.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/iswxdigit.lo src/ctype/iswxdigit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/isxdigit.lo src/ctype/isxdigit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/toascii.lo src/ctype/toascii.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/tolower.lo src/ctype/tolower.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/toupper.lo src/ctype/toupper.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/towctrans.lo src/ctype/towctrans.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/wcswidth.lo src/ctype/wcswidth.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/wctrans.lo src/ctype/wctrans.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ctype/wcwidth.lo src/ctype/wcwidth.c
# src/ctype/towctrans.c:237:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# else return wc + 0x2d00 - 0x10a0;
# ^
# src/ctype/towctrans.c:240:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# else return wc + 0x10a0 - 0x2d00;
# ^
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/__getdents.lo src/dirent/__getdents.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/alphasort.lo src/dirent/alphasort.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 2 warnings generated.
# src/dirent/__getdents.c:12:1: warning: alias will always resolve to __getdents even if weak definition of alias getdents is overridden [-Wignored-attributes]
# LFS64(getdents);
# ^
# ./src/internal/libc.h:70:18: note: expanded from macro 'LFS64'
# #define LFS64(x) LFS64_2(x, x##64)
# ^
# ./src/internal/libc.h:67:23: note: expanded from macro 'LFS64_2'
# #define LFS64_2(x, y) weak_alias(x, y)
# ^
# ./src/internal/libc.h:64:48: note: expanded from macro 'weak_alias'
# extern __typeof(old) new __attribute__((weak, alias(#old)))
# ^
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/closedir.lo src/dirent/closedir.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/dirfd.lo src/dirent/dirfd.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/fdopendir.lo src/dirent/fdopendir.c
# 1 warning generated.
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/opendir.lo src/dirent/opendir.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/readdir.lo src/dirent/readdir.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/readdir_r.lo src/dirent/readdir_r.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/rewinddir.lo src/dirent/rewinddir.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/scandir.lo src/dirent/scandir.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/seekdir.lo src/dirent/seekdir.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/telldir.lo src/dirent/telldir.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/dirent/versionsort.lo src/dirent/versionsort.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/env/__environ.lo src/env/__environ.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fno-stack-protector -fPIC -c -o obj/src/env/__init_tls.lo src/env/__init_tls.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fno-stack-protector -fPIC -c -o obj/src/env/__libc_start_main.lo src/env/__libc_start_main.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/env/__reset_tls.lo src/env/__reset_tls.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fno-stack-protector -fPIC -c -o obj/src/env/__stack_chk_fail.lo src/env/__stack_chk_fail.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/env/clearenv.lo src/env/clearenv.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/env/getenv.lo src/env/getenv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/env/putenv.lo src/env/putenv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/env/setenv.lo src/env/setenv.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/env/unsetenv.lo src/env/unsetenv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/errno/__errno_location.lo src/errno/__errno_location.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/errno/strerror.lo src/errno/strerror.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/exit/_Exit.lo src/exit/_Exit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/exit/abort.lo src/exit/abort.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/exit/assert.lo src/exit/assert.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/exit/at_quick_exit.lo src/exit/at_quick_exit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/exit/atexit.lo src/exit/atexit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/exit/exit.lo src/exit/exit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/exit/quick_exit.lo src/exit/quick_exit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fcntl/creat.lo src/fcntl/creat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fcntl/fcntl.lo src/fcntl/fcntl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fcntl/open.lo src/fcntl/open.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fcntl/openat.lo src/fcntl/openat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fcntl/posix_fadvise.lo src/fcntl/posix_fadvise.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fcntl/posix_fallocate.lo src/fcntl/posix_fallocate.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fenv/__flt_rounds.lo src/fenv/__flt_rounds.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fenv/fegetexceptflag.lo src/fenv/fegetexceptflag.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fenv/feholdexcept.lo src/fenv/feholdexcept.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fenv/fesetexceptflag.lo src/fenv/fesetexceptflag.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fenv/fesetround.lo src/fenv/fesetround.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fenv/feupdateenv.lo src/fenv/feupdateenv.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/fenv/x86_64/fenv.lo src/fenv/x86_64/fenv.s
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supportedoptimization flag '-fexcess-precision=standard' is not supported
#
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/internal/floatscan.lo src/internal/floatscan.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/internal/intscan.lo src/internal/intscan.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/internal/libc.lo src/internal/libc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/internal/procfdname.lo src/internal/procfdname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/internal/shgetc.lo src/internal/shgetc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/internal/syscall_ret.lo src/internal/syscall_ret.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/internal/shgetc.c:16:15: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (f->shlim && f->shcnt >= f->shlim || (c=__uflow(f)) < 0) {
# ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ~~
# src/internal/shgetc.c:16:15: note: place parentheses around the '&&' expression to silence this warning
# if (f->shlim && f->shcnt >= f->shlim || (c=__uflow(f)) < 0) {
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/internal/vdso.lo src/internal/vdso.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/internal/version.lo src/internal/version.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/internal/x86_64/syscall.lo src/internal/x86_64/syscall.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/ftok.lo src/ipc/ftok.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/msgctl.lo src/ipc/msgctl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/msgget.lo src/ipc/msgget.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/msgrcv.lo src/ipc/msgrcv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/msgsnd.lo src/ipc/msgsnd.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/semctl.lo src/ipc/semctl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/semget.lo src/ipc/semget.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/semop.lo src/ipc/semop.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/semtimedop.lo src/ipc/semtimedop.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/shmat.lo src/ipc/shmat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/shmctl.lo src/ipc/shmctl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/ipc/semtimedop.c:2:
# In file included from ./include/sys/sem.h:28:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/shmdt.lo src/ipc/shmdt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ipc/shmget.lo src/ipc/shmget.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ldso/__dlsym.lo src/ldso/__dlsym.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ldso/dl_iterate_phdr.lo src/ldso/dl_iterate_phdr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ldso/dladdr.lo src/ldso/dladdr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ldso/dlclose.lo src/ldso/dlclose.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ldso/dlerror.lo src/ldso/dlerror.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ldso/dlinfo.lo src/ldso/dlinfo.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ldso/dlopen.lo src/ldso/dlopen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ldso/x86_64/dlsym.lo src/ldso/x86_64/dlsym.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/ldso/x86_64/tlsdesc.lo src/ldso/x86_64/tlsdesc.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/cuserid.lo src/legacy/cuserid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/daemon.lo src/legacy/daemon.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/err.lo src/legacy/err.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/euidaccess.lo src/legacy/euidaccess.c
# clang-3.8: clang-3.8warning: : optimization flag '-fexcess-precision=standard' is not supported
# warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/ftw.lo src/legacy/ftw.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/futimes.lo src/legacy/futimes.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/getdtablesize.lo src/legacy/getdtablesize.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/getloadavg.lo src/legacy/getloadavg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/getpagesize.lo src/legacy/getpagesize.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/getpass.lo src/legacy/getpass.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/getusershell.lo src/legacy/getusershell.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/isastream.lo src/legacy/isastream.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/lutimes.lo src/legacy/lutimes.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/ulimit.lo src/legacy/ulimit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/utmpx.lo src/legacy/utmpx.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/legacy/valloc.lo src/legacy/valloc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/adjtime.lo src/linux/adjtime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/adjtimex.lo src/linux/adjtimex.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/arch_prctl.lo src/linux/arch_prctl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/brk.lo src/linux/brk.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/cache.lo src/linux/cache.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/cap.lo src/linux/cap.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/chroot.lo src/linux/chroot.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/clock_adjtime.lo src/linux/clock_adjtime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/clone.lo src/linux/clone.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/epoll.lo src/linux/epoll.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/eventfd.lo src/linux/eventfd.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/fallocate.lo src/linux/fallocate.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/fanotify.lo src/linux/fanotify.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/flock.lo src/linux/flock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/inotify.lo src/linux/inotify.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/ioperm.lo src/linux/ioperm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/iopl.lo src/linux/iopl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/klogctl.lo src/linux/klogctl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/module.lo src/linux/module.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/mount.lo src/linux/mount.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/personality.lo src/linux/personality.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/pivot_root.lo src/linux/pivot_root.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supportedclang-3.8
# : warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/ppoll.lo src/linux/ppoll.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/prctl.lo src/linux/prctl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/prlimit.lo src/linux/prlimit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/process_vm.lo src/linux/process_vm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/ptrace.lo src/linux/ptrace.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/quotactl.lo src/linux/quotactl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/readahead.lo src/linux/readahead.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/reboot.lo src/linux/reboot.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/remap_file_pages.lo src/linux/remap_file_pages.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/sbrk.lo src/linux/sbrk.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/sendfile.lo src/linux/sendfile.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/setfsgid.lo src/linux/setfsgid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/setfsuid.lo src/linux/setfsuid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/setgroups.lo src/linux/setgroups.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/sethostname.lo src/linux/sethostname.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/setns.lo src/linux/setns.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/settimeofday.lo src/linux/settimeofday.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/signalfd.lo src/linux/signalfd.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/splice.lo src/linux/splice.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/stime.lo src/linux/stime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/swap.lo src/linux/swap.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/sync_file_range.lo src/linux/sync_file_range.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/syncfs.lo src/linux/syncfs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/sysinfo.lo src/linux/sysinfo.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/tee.lo src/linux/tee.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/timerfd.lo src/linux/timerfd.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/unshare.lo src/linux/unshare.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/utimes.lo src/linux/utimes.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/vhangup.lo src/linux/vhangup.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/vmsplice.lo src/linux/vmsplice.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/wait3.lo src/linux/wait3.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/wait4.lo src/linux/wait4.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/linux/xattr.lo src/linux/xattr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/__lctrans.lo src/locale/__lctrans.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/__mo_lookup.lo src/locale/__mo_lookup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/locale/__mo_lookup.c:6:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return c ? x>>24 | x>>8&0xff00 | x<<8&0xff0000 | x<<24 : x;
# ~ ~~~~^~~~~~~
# src/locale/__mo_lookup.c:6:25: note: place parentheses around the '&' expression to silence this warning
# return c ? x>>24 | x>>8&0xff00 | x<<8&0xff0000 | x<<24 : x;
# ^
# ( )
# src/locale/__mo_lookup.c:6:39: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return c ? x>>24 | x>>8&0xff00 | x<<8&0xff0000 | x<<24 : x;
# ~ ~~~~^~~~~~~~~
# src/locale/__mo_lookup.c:6:39: note: place parentheses around the '&' expression to silence this warning
# return c ? x>>24 | x>>8&0xff00 | x<<8&0xff0000 | x<<24 : x;
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/bind_textdomain_codeset.lo src/locale/bind_textdomain_codeset.c
# 2 warnings generated.
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/c_locale.lo src/locale/c_locale.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/catclose.lo src/locale/catclose.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/catgets.lo src/locale/catgets.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/catopen.lo src/locale/catopen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/dcngettext.lo src/locale/dcngettext.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/duplocale.lo src/locale/duplocale.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/freelocale.lo src/locale/freelocale.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/iconv.lo src/locale/iconv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/langinfo.lo src/locale/langinfo.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/locale_map.lo src/locale/locale_map.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/localeconv.lo src/locale/localeconv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/newlocale.lo src/locale/newlocale.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/pleval.lo src/locale/pleval.c
# src/locale/locale_map.c:38:28: warning: '&&' within '||' [-Wlogical-op-parentheses]
# (val = getenv("LC_ALL")) && *val ||
# ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ~~
# src/locale/locale_map.c:38:28: note: place parentheses around the '&&' expression to silence this warning
# (val = getenv("LC_ALL")) && *val ||
# ^
# ( )
# src/locale/locale_map.cclang-3.8:: 39:warning32: :optimization flag '-fexcess-precision=standard' is not supported
# warningclang-3.8: : '&&' within '||' [-Wlogical-op-parentheses]warning:
# optimization flag '-frounding-math' is not supported
# (val = getenv(envvars[cat])) && *val ||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# src/locale/locale_map.c:39:32: note: place parentheses around the '&&' expression to silence this warning
# (val = getenv(envvars[cat])) && *val ||
# ^
# ( )
# src/locale/locale_map.c:40:26: warning: '&&' within '||' [-Wlogical-op-parentheses]
# (val = getenv("LANG")) && *val ||
# ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# src/locale/locale_map.c:40:26: note: place parentheses around the '&&' expression to silence this warning
# (val = getenv("LANG")) && *val ||
# ^
# ( )
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/setlocale.lo src/locale/setlocale.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/strcoll.lo src/locale/strcoll.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/strfmon.lo src/locale/strfmon.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/strxfrm.lo src/locale/strxfrm.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/textdomain.lo src/locale/textdomain.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/locale/iconv.c:138:13: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return s[e]+0U<<24 | s[e^1]<<16 | s[e^2]<<8 | s[e^3];
# ~~~~^~~~~
# src/locale/iconv.c:138:13: note: place parentheses around the '+' expression to silence this warning
# return s[e]+0U<<24 | s[e^1]<<16 | s[e^2]<<8 | s[e^3];
# ^
# ( )
# src/locale/iconv.c:322:7: warning: adding 'unsigned int' to a string does not append to the string [-Wstring-plus-int]
# +c%256}, &(size_t){4},
# ^~~~~~
# src/locale/iconv.c:322:7: note: use array indexing to silence this warning
# +c%256}, &(size_t){4},
# ^
# src/locale/iconv.c:342:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (c >= 93 || c>=0xc6-0x81 && d>0x52)
# ~~ ~~~~~~~~~~~~~^~~~~~~~~
# src/locale/iconv.c:342:33: note: place parentheses around the '&&' expression to silence this warning
# if (c >= 93 || c>=0xc6-0x81 && d>0x52)
# ^
# ( )
# src/locale/iconv.c:369:20: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# map[c*5/4+1]<<8-2*c%8 & 1023 ];
# ~~~^~~~~~
# src/locale/iconv.c:369:20: note: place parentheses around the '-' expression to silence this warning
# map[c*5/4+1]<<8-2*c%8 & 1023 ];
# ^
# ( )
# src/locale/iconv.c:369:27: warning: '&' within '|' [-Wbitwise-op-parentheses]
# map[c*5/4+1]<<8-2*c%8 & 1023 ];
# ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
# src/locale/iconv.c:369:27: note: place parentheses around the '&' expression to silence this warning
# map[c*5/4+1]<<8-2*c%8 & 1023 ];
# ^
# ( )
# src/locale/iconv.c:404:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# tomap[c*5/4+1]<<8-2*c%8 & 1023 ]) {
# ~~~^~~~~~
# src/locale/iconv.c:404:23: note: place parentheses around the '-' expression to silence this warning
# tomap[c*5/4+1]<<8-2*c%8 & 1023 ]) {
# ^
# ( )
# src/locale/iconv.c:404:30: warning: '&' within '|' [-Wbitwise-op-parentheses]
# tomap[c*5/4+1]<<8-2*c%8 & 1023 ]) {
# ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
# src/locale/iconv.c:404:30: note: place parentheses around the '&' expression to silence this warning
# tomap[c*5/4+1]<<8-2*c%8 & 1023 ]) {
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/uselocale.lo src/locale/uselocale.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/wcscoll.lo src/locale/wcscoll.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/locale/wcsxfrm.lo src/locale/wcsxfrm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/malloc/__brk.lo src/malloc/__brk.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/malloc/aligned_alloc.lo src/malloc/aligned_alloc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/malloc/calloc.lo src/malloc/calloc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/malloc/expand_heap.lo src/malloc/expand_heap.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/malloc/lite_malloc.lo src/malloc/lite_malloc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/malloc/malloc.lo src/malloc/malloc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/malloc/malloc_usable_size.lo src/malloc/malloc_usable_size.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/malloc/malloc.c:126:52: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return ((union { float v; uint32_t r; }){(int)x}.r+0x1fffff>>21) - 496;
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
# src/malloc/malloc.c:126:52: note: place parentheses around the '+' expression to silence this warning
# return ((union { float v; uint32_t r; }){(int)x}.r+0x1fffff>>21) - 496;
# ^
# ( )
# 7 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/malloc/memalign.lo src/malloc/memalign.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/malloc/posix_memalign.lo src/malloc/posix_memalign.c
# 1 warning generated.
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__cos.lo src/math/__cos.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: src/malloc/memalign.coptimization flag '-frounding-math' is not supported
# :48:30: warning: '&' within '|' [-Wbitwise-op-parentheses]
# ((size_t *)mem)[-1] = header&7 | new-mem;
# ~~~~~~^~ ~
# src/malloc/memalign.c:48:30: note: place parentheses around the '&' expression to silence this warning
# ((size_t *)mem)[-1] = header&7 | new-mem;
# ^
# ( )
# src/malloc/memalign.c:49:30: warning: '&' within '|' [-Wbitwise-op-parentheses]
# ((size_t *)new)[-2] = footer&7 | new-mem;
# ~~~~~~^~ ~
# src/malloc/memalign.c:49:30: note: place parentheses around the '&' expression to silence this warning
# ((size_t *)new)[-2] = footer&7 | new-mem;
# ^
# ( )
# src/malloc/memalign.c:50:30: warning: '&' within '|' [-Wbitwise-op-parentheses]
# ((size_t *)new)[-1] = header&7 | end-new;
# ~~~~~~^~ ~
# src/malloc/memalign.c:50:30: note: place parentheses around the '&' expression to silence this warning
# ((size_t *)new)[-1] = header&7 | end-new;
# ^
# ( )
# src/malloc/memalign.c:51:30: warning: '&' within '|' [-Wbitwise-op-parentheses]
# ((size_t *)end)[-2] = footer&7 | end-new;
# ~~~~~~^~ ~
# src/malloc/memalign.c:51:30: note: place parentheses around the '&' expression to silence this warning
# ((size_t *)end)[-2] = footer&7 | end-new;
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__cosdf.lo src/math/__cosdf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__cosl.lo src/math/__cosl.c
# 4 warnings generated.
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__expo2.lo src/math/__expo2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__expo2f.lo src/math/__expo2f.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__fpclassify.lo src/math/__fpclassify.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__fpclassifyf.lo src/math/__fpclassifyf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__fpclassifyl.lo src/math/__fpclassifyl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__polevll.lo src/math/__polevll.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__rem_pio2.lo src/math/__rem_pio2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__rem_pio2_large.lo src/math/__rem_pio2_large.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__rem_pio2f.lo src/math/__rem_pio2f.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__rem_pio2l.lo src/math/__rem_pio2l.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__signbit.lo src/math/__signbit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__signbitf.lo src/math/__signbitf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__signbitl.lo src/math/__signbitl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__sin.lo src/math/__sin.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__sindf.lo src/math/__sindf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__sinl.lo src/math/__sinl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__tan.lo src/math/__tan.c
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supportedoptimization flag '-fexcess-precision=standard' is not supported
#
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__tandf.lo src/math/__tandf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/__tanl.lo src/math/__tanl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/acos.lo src/math/acos.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/acosf.lo src/math/acosf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/acosh.lo src/math/acosh.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/acoshf.lo src/math/acoshf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warningclang-3.8: : optimization flag '-frounding-math' is not supported
# warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/acoshl.lo src/math/acoshl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/asin.lo src/math/asin.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/asinf.lo src/math/asinf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/asinh.lo src/math/asinh.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/asinhf.lo src/math/asinhf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/asinhl.lo src/math/asinhl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/atan.lo src/math/atan.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/atan2.lo src/math/atan2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/atan2f.lo src/math/atan2f.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/atanf.lo src/math/atanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/atanh.lo src/math/atanh.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/atanhf.lo src/math/atanhf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/atanhl.lo src/math/atanhl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/cbrt.lo src/math/cbrt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/cbrtf.lo src/math/cbrtf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/cbrtl.lo src/math/cbrtl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/ceil.lo src/math/ceil.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/ceilf.lo src/math/ceilf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/copysign.lo src/math/copysign.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/copysignf.lo src/math/copysignf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/copysignl.lo src/math/copysignl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/cos.lo src/math/cos.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/cosf.lo src/math/cosf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/cosh.lo src/math/cosh.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/coshf.lo src/math/coshf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/coshl.lo src/math/coshl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/cosl.lo src/math/cosl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/erf.lo src/math/erf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/erff.lo src/math/erff.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/erfl.lo src/math/erfl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/exp.lo src/math/exp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/exp10.lo src/math/exp10.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/exp10f.lo src/math/exp10f.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/exp10l.lo src/math/exp10l.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/exp2.lo src/math/exp2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8clang-3.8: : warning: warningoptimization flag '-fexcess-precision=standard' is not supported:
# optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: clang-3.8warning: : warningoptimization flag '-frounding-math' is not supported:
# optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/exp2f.lo src/math/exp2f.c
# In file included from src/math/exp10l.c:5:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/expf.lo src/math/expf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/expm1.lo src/math/expm1.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/expm1f.lo src/math/expm1f.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fdim.lo src/math/fdim.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fdimf.lo src/math/fdimf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fdiml.lo src/math/fdiml.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/finite.lo src/math/finite.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/finitef.lo src/math/finitef.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/floor.lo src/math/floor.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/floorf.lo src/math/floorf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fma.lo src/math/fma.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fmaf.lo src/math/fmaf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/math/fma.c:82:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# src/math/fmaf.c:41:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fmal.lo src/math/fmal.c
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fmax.lo src/math/fmax.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fmaxf.lo src/math/fmaxf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fmaxl.lo src/math/fmaxl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fmin.lo src/math/fmin.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fminf.lo src/math/fminf.c
# src/math/fmal.c:167:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fminl.lo src/math/fminl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fmod.lo src/math/fmod.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/fmodf.lo src/math/fmodf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/frexp.lo src/math/frexp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/frexpf.lo src/math/frexpf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/frexpl.lo src/math/frexpl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/hypot.lo src/math/hypot.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/hypotf.lo src/math/hypotf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/hypotl.lo src/math/hypotl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/ilogb.lo src/math/ilogb.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/ilogbf.lo src/math/ilogbf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/ilogbl.lo src/math/ilogbl.c
# src/math/ilogbf.c:6:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/math/ilogb.c:6:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/j0.lo src/math/j0.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/j0f.lo src/math/j0f.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/j1.lo src/math/j1.c
# src/math/ilogbl.c:12:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/j1f.lo src/math/j1f.c
# In file included from src/math/j0f.c:17:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/jn.lo src/math/jn.c
# In file included from src/math/j1f.c:17:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 3 warnings generated.
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/jnf.lo src/math/jnf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/ldexp.lo src/math/ldexp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/ldexpf.lo src/math/ldexpf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/ldexpl.lo src/math/ldexpl.c
# In file included from src/math/jnf.c:17:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/lgamma.lo src/math/lgamma.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/lgamma_r.lo src/math/lgamma_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/lgammaf.lo src/math/lgammaf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/lgammaf_r.lo src/math/lgammaf_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/lgammal.lo src/math/lgammal.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/llround.lo src/math/llround.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/llroundf.lo src/math/llroundf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/math/lgammal.c:89:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/llroundl.lo src/math/llroundl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/log.lo src/math/log.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/log10.lo src/math/log10.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/log10f.lo src/math/log10f.c
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/log1p.lo src/math/log1p.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/log1pf.lo src/math/log1pf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/log2.lo src/math/log2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/log2f.lo src/math/log2f.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/logb.lo src/math/logb.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/logbf.lo src/math/logbf.c
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supportedoptimization flag '-fexcess-precision=standard' is not supported
#
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/logbl.lo src/math/logbl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/logf.lo src/math/logf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/lround.lo src/math/lround.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/lroundf.lo src/math/lroundf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/lroundl.lo src/math/lroundl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/modf.lo src/math/modf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/modff.lo src/math/modff.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/modfl.lo src/math/modfl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nan.lo src/math/nan.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nanf.lo src/math/nanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nanl.lo src/math/nanl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nearbyint.lo src/math/nearbyint.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nearbyintf.lo src/math/nearbyintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nearbyintl.lo src/math/nearbyintl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nextafter.lo src/math/nextafter.c
# src/math/nearbyint.c:9:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/math/nearbyintf.c:7:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# #pragma STDC FENV_ACCESS ON
# ^
# 1 warning generated.
# 1 warning generated.
# src/math/nearbyintl.c:14:15: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nextafterf.lo src/math/nextafterf.c
# #pragma STDC FENV_ACCESS ON
# ^
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nextafterl.lo src/math/nextafterl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nexttoward.lo src/math/nexttoward.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nexttowardf.lo src/math/nexttowardf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/nexttowardl.lo src/math/nexttowardl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/pow.lo src/math/pow.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/powf.lo src/math/powf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/powl.lo src/math/powl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/remainder.lo src/math/remainder.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/remainderf.lo src/math/remainderf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/remquo.lo src/math/remquo.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/remquof.lo src/math/remquof.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/remquol.lo src/math/remquol.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/rint.lo src/math/rint.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/rintf.lo src/math/rintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/round.lo src/math/round.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/roundf.lo src/math/roundf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/roundl.lo src/math/roundl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/scalb.lo src/math/scalb.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/scalbf.lo src/math/scalbf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/scalbln.lo src/math/scalbln.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/scalblnf.lo src/math/scalblnf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/scalblnl.lo src/math/scalblnl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/scalbn.lo src/math/scalbn.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/scalbnf.lo src/math/scalbnf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/scalbnl.lo src/math/scalbnl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/signgam.lo src/math/signgam.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/significand.lo src/math/significand.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/significandf.lo src/math/significandf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/sin.lo src/math/sin.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/sincos.lo src/math/sincos.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/sincosf.lo src/math/sincosf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/sincosl.lo src/math/sincosl.c
# In file included from src/math/sincos.c:14:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/sinf.lo src/math/sinf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/math/sincosf.c:18:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/sinh.lo src/math/sinh.c
# In file included from src/math/sincosl.c:2:
# In file included from ./src/internal/libm.h:20:
# ./include/endian.h:32:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/endian.h:32:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:32:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/endian.h:32:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/endian.h:37:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ~~~~~~~~~~~~~~^~~~~~~
# ./include/endian.h:37:23: note: place parentheses around the '+' expression to silence this warning
# return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32);
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/sinhf.lo src/math/sinhf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/sinhl.lo src/math/sinhl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/sinl.lo src/math/sinl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/tan.lo src/math/tan.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/tanf.lo src/math/tanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/tanh.lo src/math/tanh.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/tanhf.lo src/math/tanhf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/tanhl.lo src/math/tanhl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/tanl.lo src/math/tanl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/tgamma.lo src/math/tgamma.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/tgammaf.lo src/math/tgammaf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/tgammal.lo src/math/tgammal.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/trunc.lo src/math/trunc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/truncf.lo src/math/truncf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/__invtrigl.lo src/math/x86_64/__invtrigl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/acosl.lo src/math/x86_64/acosl.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/asinl.lo src/math/x86_64/asinl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/atan2l.lo src/math/x86_64/atan2l.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/atanl.lo src/math/x86_64/atanl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/ceill.lo src/math/x86_64/ceill.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/exp2l.lo src/math/x86_64/exp2l.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/expl.lo src/math/x86_64/expl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/expm1l.lo src/math/x86_64/expm1l.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/fabs.lo src/math/x86_64/fabs.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/fabsf.lo src/math/x86_64/fabsf.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/fabsl.lo src/math/x86_64/fabsl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8clang-3.8: : warning: argument unused during compilation: '-nostdinc'warning
# : argument unused during compilation: '-std=c99'clang-3.8
# : warning: clang-3.8argument unused during compilation: '-ffreestanding':
# warning: clang-3.8argument unused during compilation: '-nostdinc':
# warning: argument unused during compilation: '-fexcess-precision=standard'clang-3.8
# : warning: clang-3.8argument unused during compilation: '-ffreestanding':
# warning: clang-3.8argument unused during compilation: '-frounding-math':
# warningclang-3.8: : argument unused during compilation: '-fexcess-precision=standard'warning
# : argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warningclang-3.8: : argument unused during compilation: '-frounding-math'warning
# : argument unused during compilation: '-fomit-frame-pointer'clang-3.8
# : warning: clang-3.8argument unused during compilation: '-D _XOPEN_SOURCE=700':
# warning: argument unused during compilation: '-fno-unwind-tables'clang-3.8
# : warning: clang-3.8argument unused during compilation: '-fomit-frame-pointer':
# warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'clang-3.8
# : warningclang-3.8: : argument unused during compilation: '-fno-unwind-tables'warning
# : argument unused during compilation: '-ffunction-sections'
# clang-3.8: warningclang-3.8: : argument unused during compilation: '-fno-asynchronous-unwind-tables'warning
# : argument unused during compilation: '-fdata-sections'
# clang-3.8clang-3.8: : warningwarning: : argument unused during compilation: '-ffunction-sections'argument unused during compilation: '-include vis.h'
#
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/floorl.lo src/math/x86_64/floorl.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/fmodl.lo src/math/x86_64/fmodl.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/llrint.lo src/math/x86_64/llrint.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/llrintf.lo src/math/x86_64/llrintf.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/llrintl.lo src/math/x86_64/llrintl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/log10l.lo src/math/x86_64/log10l.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/log1pl.lo src/math/x86_64/log1pl.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/log2l.lo src/math/x86_64/log2l.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/logl.lo src/math/x86_64/logl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/lrint.lo src/math/x86_64/lrint.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/lrintf.lo src/math/x86_64/lrintf.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/lrintl.lo src/math/x86_64/lrintl.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/remainderl.lo src/math/x86_64/remainderl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/rintl.lo src/math/x86_64/rintl.s
# : warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/sqrt.lo src/math/x86_64/sqrt.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/sqrtf.lo src/math/x86_64/sqrtf.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/sqrtl.lo src/math/x86_64/sqrtl.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/math/x86_64/truncl.lo src/math/x86_64/truncl.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/a64l.lo src/misc/a64l.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/basename.lo src/misc/basename.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/dirname.lo src/misc/dirname.c
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/ffs.lo src/misc/ffs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/ffsl.lo src/misc/ffsl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/ffsll.lo src/misc/ffsll.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/fmtmsg.lo src/misc/fmtmsg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/forkpty.lo src/misc/forkpty.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/get_current_dir_name.lo src/misc/get_current_dir_name.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/getauxval.lo src/misc/getauxval.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/getdomainname.lo src/misc/getdomainname.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/gethostid.lo src/misc/gethostid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/getopt.lo src/misc/getopt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/getopt_long.lo src/misc/getopt_long.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/getpriority.lo src/misc/getpriority.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/getresgid.lo src/misc/getresgid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/getresuid.lo src/misc/getresuid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/getrlimit.lo src/misc/getrlimit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/getrusage.lo src/misc/getrusage.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/getsubopt.lo src/misc/getsubopt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/initgroups.lo src/misc/initgroups.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/ioctl.lo src/misc/ioctl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/issetugid.lo src/misc/issetugid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/lockf.lo src/misc/lockf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/login_tty.lo src/misc/login_tty.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/mntent.lo src/misc/mntent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/nftw.lo src/misc/nftw.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/openpty.lo src/misc/openpty.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/ptsname.lo src/misc/ptsname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/pty.lo src/misc/pty.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/realpath.lo src/misc/realpath.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/setdomainname.lo src/misc/setdomainname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/setpriority.lo src/misc/setpriority.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/setrlimit.lo src/misc/setrlimit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/syscall.lo src/misc/syscall.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/syslog.lo src/misc/syslog.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/uname.lo src/misc/uname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/misc/wordexp.lo src/misc/wordexp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/madvise.lo src/mman/madvise.c
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supportedoptimization flag '-fexcess-precision=standard' is not supported
#
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# src/misc/syslog.c:104:43: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid);
# ~~~^~~~~
# src/misc/syslog.c:104:43: note: use array indexing to silence this warning
# priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid);
# ^
# & [ ]
# src/misc/syslog.c:104:58: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid);
# ~~~^~~~~
# src/misc/syslog.c:104:58: note: use array indexing to silence this warning
# priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid);
# ^
# & [ ]
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/mincore.lo src/mman/mincore.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/mlock.lo src/mman/mlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/mlockall.lo src/mman/mlockall.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 2 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/mmap.lo src/mman/mmap.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/mprotect.lo src/mman/mprotect.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/mremap.lo src/mman/mremap.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/mman/mmap.c:37:1: warning: alias will always resolve to __mmap even if weak definition of alias mmap is overridden [-Wignored-attributes]
# LFS64(mmap);
# ^
# clang-3.8./src/internal/libc.h: :70:18warning:: optimization flag '-fexcess-precision=standard' is not supportednote
# : expanded from macro 'LFS64'clang-3.8
# : warning: optimization flag '-frounding-math' is not supported
# #define LFS64(x) LFS64_2(x, x##64)
# ^
# ./src/internal/libc.h:67:23: note: expanded from macro 'LFS64_2'
# #define LFS64_2(x, y) weak_alias(x, y)
# ^
# ./src/internal/libc.h:64:48: note: expanded from macro 'weak_alias'
# extern __typeof(old) new __attribute__((weak, alias(#old)))
# ^
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/msync.lo src/mman/msync.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/munlock.lo src/mman/munlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/munlockall.lo src/mman/munlockall.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/munmap.lo src/mman/munmap.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/posix_madvise.lo src/mman/posix_madvise.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mman/shm_open.lo src/mman/shm_open.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mq/mq_close.lo src/mq/mq_close.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mq/mq_getattr.lo src/mq/mq_getattr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mq/mq_notify.lo src/mq/mq_notify.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mq/mq_open.lo src/mq/mq_open.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mq/mq_receive.lo src/mq/mq_receive.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mq/mq_send.lo src/mq/mq_send.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mq/mq_setattr.lo src/mq/mq_setattr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mq/mq_timedreceive.lo src/mq/mq_timedreceive.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mq/mq_timedsend.lo src/mq/mq_timedsend.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/mq/mq_unlink.lo src/mq/mq_unlink.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/btowc.lo src/multibyte/btowc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/c16rtomb.lo src/multibyte/c16rtomb.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/c32rtomb.lo src/multibyte/c32rtomb.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/multibyte/c16rtomb.c:18:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# *x = c16 - 0xd7c0 << 10;
# ~~~~^~~~~~~~ ~~
# src/multibyte/c16rtomb.c:18:12: note: place parentheses around the '-' expression to silence this warning
# *x = c16 - 0xd7c0 << 10;
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/internal.lo src/multibyte/internal.c
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/mblen.lo src/multibyte/mblen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/mbrlen.lo src/multibyte/mbrlen.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/mbrtoc16.lo src/multibyte/mbrtoc16.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/mbrtoc32.lo src/multibyte/mbrtoc32.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/mbrtowc.lo src/multibyte/mbrtowc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/mbsinit.lo src/multibyte/mbsinit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/mbsnrtowcs.lo src/multibyte/mbsnrtowcs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/mbsrtowcs.lo src/multibyte/mbsrtowcs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/mbstowcs.lo src/multibyte/mbstowcs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/mbtowc.lo src/multibyte/mbtowc.c
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supportedoptimization flag '-fexcess-precision=standard' is not supported
#
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/wcrtomb.lo src/multibyte/wcrtomb.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/wcsnrtombs.lo src/multibyte/wcsnrtombs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/wcsrtombs.lo src/multibyte/wcsrtombs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/wcstombs.lo src/multibyte/wcstombs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/wctob.lo src/multibyte/wctob.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/multibyte/wctomb.lo src/multibyte/wctomb.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/accept.lo src/network/accept.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/accept4.lo src/network/accept4.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/bind.lo src/network/bind.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/connect.lo src/network/connect.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/dn_comp.lo src/network/dn_comp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/dn_expand.lo src/network/dn_expand.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/dn_skipname.lo src/network/dn_skipname.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/dns_parse.lo src/network/dns_parse.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/network/dn_skipname.c:10:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# else break;
# ^
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/ent.lo src/network/ent.c
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/ether.lo src/network/ether.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/freeaddrinfo.lo src/network/freeaddrinfo.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/gai_strerror.lo src/network/gai_strerror.c
# clang-3.8clang-3.8: : warning: warningoptimization flag '-fexcess-precision=standard' is not supported:
# optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: clang-3.8warning: : warningoptimization flag '-frounding-math' is not supported:
# optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/getaddrinfo.lo src/network/getaddrinfo.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/gethostbyaddr.lo src/network/gethostbyaddr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/gethostbyaddr_r.lo src/network/gethostbyaddr_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/gethostbyname.lo src/network/gethostbyname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/gethostbyname2.lo src/network/gethostbyname2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/gethostbyname2_r.lo src/network/gethostbyname2_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/gethostbyname_r.lo src/network/gethostbyname_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/getifaddrs.lo src/network/getifaddrs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/getnameinfo.lo src/network/getnameinfo.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/getpeername.lo src/network/getpeername.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/getservbyname.lo src/network/getservbyname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/getservbyname_r.lo src/network/getservbyname_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/getservbyport.lo src/network/getservbyport.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/getservbyport_r.lo src/network/getservbyport_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/getsockname.lo src/network/getsockname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/getsockopt.lo src/network/getsockopt.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/h_errno.lo src/network/h_errno.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/herror.lo src/network/herror.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/hstrerror.lo src/network/hstrerror.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/htonl.lo src/network/htonl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/htons.lo src/network/htons.c
# In file included from src/network/htonl.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# 3 warnings generated.
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/if_freenameindex.lo src/network/if_freenameindex.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/if_indextoname.lo src/network/if_indextoname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/if_nameindex.lo src/network/if_nameindex.c
# In file included from src/network/htons.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/if_nametoindex.lo src/network/if_nametoindex.c
# 3 warnings generated.
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/in6addr_any.lo src/network/in6addr_any.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/in6addr_loopback.lo src/network/in6addr_loopback.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/inet_addr.lo src/network/inet_addr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/inet_aton.lo src/network/inet_aton.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/inet_legacy.lo src/network/inet_legacy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/inet_ntoa.lo src/network/inet_ntoa.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/inet_ntop.lo src/network/inet_ntop.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/inet_pton.lo src/network/inet_pton.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/listen.lo src/network/listen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/lookup_ipliteral.lo src/network/lookup_ipliteral.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/lookup_name.lo src/network/lookup_name.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/lookup_serv.lo src/network/lookup_serv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/netlink.lo src/network/netlink.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/netname.lo src/network/netname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/ns_parse.lo src/network/ns_parse.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/ntohl.lo src/network/ntohl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/network/ns_parse.c:108:14: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if (section < 0 || section >= ns_s_max) goto bad;
# ~~~~~~~ ^ ~
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/ntohs.lo src/network/ntohs.c
# In file included from src/network/ntohl.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/proto.lo src/network/proto.c
# In file included from src/network/ntohs.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: clang-3.8note: place parentheses around the '+' expression to silence this warning:
# warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/recv.lo src/network/recv.c
# 1 warning generated.
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/recvfrom.lo src/network/recvfrom.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/recvmmsg.lo src/network/recvmmsg.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/recvmsg.lo src/network/recvmsg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/res_init.lo src/network/res_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/res_mkquery.lo src/network/res_mkquery.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/res_msend.lo src/network/res_msend.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/res_query.lo src/network/res_query.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/res_querydomain.lo src/network/res_querydomain.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/res_send.lo src/network/res_send.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/res_state.lo src/network/res_state.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/resolvconf.lo src/network/resolvconf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/send.lo src/network/send.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/sendmmsg.lo src/network/sendmmsg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/sendmsg.lo src/network/sendmsg.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/sendto.lo src/network/sendto.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/serv.lo src/network/serv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/setsockopt.lo src/network/setsockopt.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/shutdown.lo src/network/shutdown.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/sockatmark.lo src/network/sockatmark.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/socket.lo src/network/socket.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/network/socketpair.lo src/network/socketpair.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/fgetgrent.lo src/passwd/fgetgrent.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/fgetpwent.lo src/passwd/fgetpwent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/fgetspent.lo src/passwd/fgetspent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getgr_a.lo src/passwd/getgr_a.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getgr_r.lo src/passwd/getgr_r.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getgrent.lo src/passwd/getgrent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/passwd/getgr_a.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# src/passwd/getgr_a.c:36:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (name && !strcmp(name, (*res)->gr_name)
# ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getgr_a.c:36:12: note: place parentheses around the '&&' expression to silence this warning
# if (name && !strcmp(name, (*res)->gr_name)
# ^
# ( )
# src/passwd/getgr_a.c:37:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# || !name && (*res)->gr_gid == gid) {
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getgr_a.c:37:12: note: place parentheses around the '&&' expression to silence this warning
# || !name && (*res)->gr_gid == gid) {
# ^
# ( )
# src/passwd/getgr_a.c:57:12: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (gid < 0 || gid > UINT32_MAX) {
# ~~~ ^ ~
# src/passwd/getgr_a.c:152:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (name && strcmp(name, gr->gr_name)
# ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getgr_a.c:152:12: note: place parentheses around the '&&' expression to silence this warning
# if (name && strcmp(name, gr->gr_name)
# ^
# ( )
# src/passwd/getgr_a.c:153:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# || !name && gid != gr->gr_gid) {
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~
# src/passwd/getgr_a.c:153:12: note: place parentheses around the '&&' expression to silence this warning
# || !name && gid != gr->gr_gid) {
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getgrent_a.lo src/passwd/getgrent_a.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getgrouplist.lo src/passwd/getgrouplist.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getpw_a.lo src/passwd/getpw_a.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/passwd/getpw_a.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# 8 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getpw_r.lo src/passwd/getpw_r.c
# In file included from src/passwd/getgrouplist.c:8:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# src/passwd/getpw_a.c:37:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (name && !strcmp(name, (*res)->pw_name)
# ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getpw_a.c:37:12: note: place parentheses around the '&&' expression to silence this warning
# if (name && !strcmp(name, (*res)->pw_name)
# ^
# ( )
# src/passwd/getpw_a.c:38:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# || !name && (*res)->pw_uid == uid)
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getpw_a.c:38:12: note: place parentheses around the '&&' expression to silence this warning
# || !name && (*res)->pw_uid == uid)
# ^
# ( )
# src/passwd/getpw_a.c:58:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if(uid < 0 || uid > UINT32_MAX) {
# ~~~ ^ ~
# src/passwd/getpw_a.c:125:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (name && strcmp(name, pw->pw_name)
# ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/passwd/getpw_a.c:125:12: note: place parentheses around the '&&' expression to silence this warning
# if (name && strcmp(name, pw->pw_name)
# ^
# ( )
# src/passwd/getpw_a.c:126:12: warning: '&&' within '||' [-Wlogical-op-parentheses]
# || !name && uid != pw->pw_uid) {
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~
# src/passwd/getpw_a.c:126:12: note: place parentheses around the '&&' expression to silence this warning
# || !name && uid != pw->pw_uid) {
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getpwent.lo src/passwd/getpwent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 8 warnings generated.
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getpwent_a.lo src/passwd/getpwent_a.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getspent.lo src/passwd/getspent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getspnam.lo src/passwd/getspnam.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/getspnam_r.lo src/passwd/getspnam_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/lckpwdf.lo src/passwd/lckpwdf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/nscd_query.lo src/passwd/nscd_query.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/putgrent.lo src/passwd/putgrent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# In file included from src/passwd/nscd_query.c:2:
# ./include/byteswap.h:14:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~
# ./include/byteswap.h:14:25: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:14:41: warning: '&' within '|' [-Wbitwise-op-parentheses]
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ~ ~~~~~~^~~~~~~~~
# ./include/byteswap.h:14:41: note: place parentheses around the '&' expression to silence this warning
# return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24;
# ^
# ( )
# ./include/byteswap.h:19:24: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ~~~~~~~~~~~~~~~^~~~~~~
# ./include/byteswap.h:19:24: note: place parentheses around the '+' expression to silence this warning
# return __bswap_32(__x)+0ULL<<32 | __bswap_32(__x>>32);
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/putpwent.lo src/passwd/putpwent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/passwd/putspent.lo src/passwd/putspent.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/prng/__rand48_step.lo src/prng/__rand48_step.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 3 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/prng/__seed48.lo src/prng/__seed48.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/prng/drand48.lo src/prng/drand48.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/prng/__rand48_step.c:6:19: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# x = xi[0] | xi[1]+0U<<16 | xi[2]+0ULL<<32;
# ~~~~~^~~~~
# src/prng/__rand48_step.c:6:19: note: place parentheses around the '+' expression to silence this warning
# x = xi[0] | xi[1]+0U<<16 | xi[2]+0ULL<<32;
# ^
# ( )
# src/prng/__rand48_step.c:6:34: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# x = xi[0] | xi[1]+0U<<16 | xi[2]+0ULL<<32;
# ~~~~~^~~~~~~
# src/prng/__rand48_step.c:6:34: note: place parentheses around the '+' expression to silence this warning
# x = xi[0] | xi[1]+0U<<16 | xi[2]+0ULL<<32;
# ^
# ( )
# src/prng/__rand48_step.c:7:19: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# a = lc[0] | lc[1]+0U<<16 | lc[2]+0ULL<<32;
# ~~~~~^~~~~
# src/prng/__rand48_step.c:7:19: note: place parentheses around the '+' expression to silence this warning
# a = lc[0] | lc[1]+0U<<16 | lc[2]+0ULL<<32;
# ^
# ( )
# src/prng/__rand48_step.c:7:34: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# a = lc[0] | lc[1]+0U<<16 | lc[2]+0ULL<<32;
# ~~~~~^~~~~~~
# src/prng/__rand48_step.c:7:34: note: place parentheses around the '+' expression to silence this warning
# a = lc[0] | lc[1]+0U<<16 | lc[2]+0ULL<<32;
# ^
# ( )
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/prng/lcong48.lo src/prng/lcong48.c
# 4 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/prng/lrand48.lo src/prng/lrand48.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/prng/mrand48.lo src/prng/mrand48.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/prng/rand.lo src/prng/rand.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/prng/rand_r.lo src/prng/rand_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/prng/random.lo src/prng/random.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/prng/seed48.lo src/prng/seed48.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/prng/srand48.lo src/prng/srand48.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/execl.lo src/process/execl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/execle.lo src/process/execle.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/execlp.lo src/process/execlp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/execv.lo src/process/execv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/execve.lo src/process/execve.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/execvp.lo src/process/execvp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/fexecve.lo src/process/fexecve.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/fork.lo src/process/fork.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawn.lo src/process/posix_spawn.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawn_file_actions_addclose.lo src/process/posix_spawn_file_actions_addclose.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawn_file_actions_adddup2.lo src/process/posix_spawn_file_actions_adddup2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawn_file_actions_addopen.lo src/process/posix_spawn_file_actions_addopen.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawn_file_actions_destroy.lo src/process/posix_spawn_file_actions_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawn_file_actions_init.lo src/process/posix_spawn_file_actions_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnattr_destroy.lo src/process/posix_spawnattr_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnattr_getflags.lo src/process/posix_spawnattr_getflags.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnattr_getpgroup.lo src/process/posix_spawnattr_getpgroup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnattr_getsigdefault.lo src/process/posix_spawnattr_getsigdefault.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnattr_getsigmask.lo src/process/posix_spawnattr_getsigmask.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnattr_init.lo src/process/posix_spawnattr_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnattr_sched.lo src/process/posix_spawnattr_sched.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnattr_setflags.lo src/process/posix_spawnattr_setflags.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnattr_setpgroup.lo src/process/posix_spawnattr_setpgroup.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnattr_setsigdefault.lo src/process/posix_spawnattr_setsigdefault.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnattr_setsigmask.lo src/process/posix_spawnattr_setsigmask.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/posix_spawnp.lo src/process/posix_spawnp.c
# clang-3.8clang-3.8: : warning: optimization flag '-fexcess-precision=standard' is not supported
# warningclang-3.8: : optimization flag '-fexcess-precision=standard' is not supportedwarning
# : optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/system.lo src/process/system.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/wait.lo src/process/wait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/waitid.lo src/process/waitid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/waitpid.lo src/process/waitpid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/process/x86_64/vfork.lo src/process/x86_64/vfork.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/regex/fnmatch.lo src/regex/fnmatch.c
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/regex/glob.lo src/regex/glob.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/regex/regcomp.lo src/regex/regcomp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/regex/regerror.lo src/regex/regerror.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/regex/regexec.lo src/regex/regexec.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/regex/tre-mem.lo src/regex/tre-mem.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/sched/affinity.lo src/sched/affinity.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/sched/sched_cpucount.lo src/sched/sched_cpucount.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/sched/sched_get_priority_max.lo src/sched/sched_get_priority_max.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/sched/sched_getcpu.lo src/sched/sched_getcpu.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/sched/sched_getparam.lo src/sched/sched_getparam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/sched/sched_getscheduler.lo src/sched/sched_getscheduler.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/sched/sched_rr_get_interval.lo src/sched/sched_rr_get_interval.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/sched/sched_setparam.lo src/sched/sched_setparam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/sched/sched_setscheduler.lo src/sched/sched_setscheduler.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/sched/sched_yield.lo src/sched/sched_yield.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/search/hsearch.lo src/search/hsearch.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/search/insque.lo src/search/insque.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/search/lsearch.lo src/search/lsearch.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/search/tdestroy.lo src/search/tdestroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/search/tsearch_avl.lo src/search/tsearch_avl.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/select/poll.lo src/select/poll.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/select/pselect.lo src/select/pselect.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/select/select.lo src/select/select.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/setjmp/x86_64/longjmp.lo src/setjmp/x86_64/longjmp.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/setjmp/x86_64/setjmp.lo src/setjmp/x86_64/setjmp.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/block.lo src/signal/block.c
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/getitimer.lo src/signal/getitimer.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/kill.lo src/signal/kill.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/killpg.lo src/signal/killpg.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/psiginfo.lo src/signal/psiginfo.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/psignal.lo src/signal/psignal.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/raise.lo src/signal/raise.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/setitimer.lo src/signal/setitimer.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigaction.lo src/signal/sigaction.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigaddset.lo src/signal/sigaddset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigaltstack.lo src/signal/sigaltstack.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigandset.lo src/signal/sigandset.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigdelset.lo src/signal/sigdelset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigemptyset.lo src/signal/sigemptyset.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigfillset.lo src/signal/sigfillset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sighold.lo src/signal/sighold.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigignore.lo src/signal/sigignore.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/siginterrupt.lo src/signal/siginterrupt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigisemptyset.lo src/signal/sigisemptyset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigismember.lo src/signal/sigismember.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/siglongjmp.lo src/signal/siglongjmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/signal.lo src/signal/signal.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigorset.lo src/signal/sigorset.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigpause.lo src/signal/sigpause.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigpending.lo src/signal/sigpending.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigprocmask.lo src/signal/sigprocmask.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigqueue.lo src/signal/sigqueue.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigrelse.lo src/signal/sigrelse.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigrtmax.lo src/signal/sigrtmax.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigrtmin.lo src/signal/sigrtmin.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigset.lo src/signal/sigset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigsetjmp_tail.lo src/signal/sigsetjmp_tail.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigsuspend.lo src/signal/sigsuspend.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigtimedwait.lo src/signal/sigtimedwait.c
# : warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigwait.lo src/signal/sigwait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/sigwaitinfo.lo src/signal/sigwaitinfo.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/x86_64/restore.lo src/signal/x86_64/restore.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/signal/x86_64/sigsetjmp.lo src/signal/x86_64/sigsetjmp.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/__xstat.lo src/stat/__xstat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/chmod.lo src/stat/chmod.c
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/fchmod.lo src/stat/fchmod.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/fchmodat.lo src/stat/fchmodat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/fstat.lo src/stat/fstat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/fstatat.lo src/stat/fstatat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/futimens.lo src/stat/futimens.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/futimesat.lo src/stat/futimesat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/lchmod.lo src/stat/lchmod.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/lstat.lo src/stat/lstat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/mkdir.lo src/stat/mkdir.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/mkdirat.lo src/stat/mkdirat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/mkfifo.lo src/stat/mkfifo.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/mkfifoat.lo src/stat/mkfifoat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/mknod.lo src/stat/mknod.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/mknodat.lo src/stat/mknodat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/stat.lo src/stat/stat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/statvfs.lo src/stat/statvfs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/umask.lo src/stat/umask.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stat/utimensat.lo src/stat/utimensat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/stat/statvfs.c:62:1: warning: alias will always resolve to __statfs even if weak definition of alias statfs is overridden [-Wignored-attributes]
# LFS64(statfs);
# ^
# ./src/internal/libc.h:70:18: note: expanded from macro 'LFS64'
# #define LFS64(x) LFS64_2(x, x##64)
# ^
# ./src/internal/libc.h:67:23: note: expanded from macro 'LFS64_2'
# #define LFS64_2(x, y) weak_alias(x, y)
# ^
# ./src/internal/libc.h:64:48: note: expanded from macro 'weak_alias'
# extern __typeof(old) new __attribute__((weak, alias(#old)))
# ^
# src/stat/statvfs.c:64:1: warning: alias will always resolve to __fstatfs even if weak definition of alias fstatfs is overridden [-Wignored-attributes]
# LFS64(fstatfs);
# ^
# ./src/internal/libc.h:70:18: note: expanded from macro 'LFS64'
# #define LFS64(x) LFS64_2(x, x##64)
# ^
# ./src/internal/libc.h:67:23: note: expanded from macro 'LFS64_2'
# #define LFS64_2(x, y) weak_alias(x, y)
# ^
# ./src/internal/libc.h:64:48: note: expanded from macro 'weak_alias'
# extern __typeof(old) new __attribute__((weak, alias(#old)))
# ^
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__fclose_ca.lo src/stdio/__fclose_ca.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__fdopen.lo src/stdio/__fdopen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 2 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__fmodeflags.lo src/stdio/__fmodeflags.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__fopen_rb_ca.lo src/stdio/__fopen_rb_ca.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__lockfile.lo src/stdio/__lockfile.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__overflow.lo src/stdio/__overflow.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__stdio_close.lo src/stdio/__stdio_close.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__stdio_exit.lo src/stdio/__stdio_exit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__stdio_read.lo src/stdio/__stdio_read.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__stdio_seek.lo src/stdio/__stdio_seek.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__stdio_write.lo src/stdio/__stdio_write.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__stdout_write.lo src/stdio/__stdout_write.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__string_read.lo src/stdio/__string_read.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__toread.lo src/stdio/__toread.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__towrite.lo src/stdio/__towrite.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/__uflow.lo src/stdio/__uflow.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/asprintf.lo src/stdio/asprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/clearerr.lo src/stdio/clearerr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/dprintf.lo src/stdio/dprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/ext.lo src/stdio/ext.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/ext2.lo src/stdio/ext2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fclose.lo src/stdio/fclose.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/feof.lo src/stdio/feof.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/ferror.lo src/stdio/ferror.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fflush.lo src/stdio/fflush.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fgetc.lo src/stdio/fgetc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fgetln.lo src/stdio/fgetln.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fgetpos.lo src/stdio/fgetpos.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fgets.lo src/stdio/fgets.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fgetwc.lo src/stdio/fgetwc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fgetws.lo src/stdio/fgetws.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fileno.lo src/stdio/fileno.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/flockfile.lo src/stdio/flockfile.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fmemopen.lo src/stdio/fmemopen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fopen.lo src/stdio/fopen.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fprintf.lo src/stdio/fprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fputc.lo src/stdio/fputc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fputs.lo src/stdio/fputs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fputwc.lo src/stdio/fputwc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fputws.lo src/stdio/fputws.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fread.lo src/stdio/fread.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/freopen.lo src/stdio/freopen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fscanf.lo src/stdio/fscanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fseek.lo src/stdio/fseek.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fsetpos.lo src/stdio/fsetpos.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/ftell.lo src/stdio/ftell.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/ftrylockfile.lo src/stdio/ftrylockfile.c
# src/stdio/ftell.c:37:1: warning: alias will always resolve to __ftello even if weak definition of alias ftello is overridden [-Wignored-attributes]
# LFS64(ftello);
# src/stdio/fseek.c^
# :./src/internal/libc.h43::701::18 :warning : notealias will always resolve to __fseeko even if weak definition of alias fseeko is overridden [-Wignored-attributes]:
# expanded from macro 'LFS64'
# #define LFS64(x) LFS64_2(x, x##64)LFS64(fseeko);
#
# ^^
#
# ./src/internal/libc.h:67:23: note./src/internal/libc.h: :expanded from macro 'LFS64_2'70
# :18: note#define LFS64_2(x, y) weak_alias(x, y):
# expanded from macro 'LFS64' ^
#
# ./src/internal/libc.h:64:48: note: expanded from macro 'weak_alias'
# #define LFS64(x) LFS64_2(x, x##64)
# ^
# extern __typeof(old) new __attribute__((weak, alias(#old)))
# ^./src/internal/libc.h
# :67:23: note: expanded from macro 'LFS64_2'
# #define LFS64_2(x, y) weak_alias(x, y)
# ^
# ./src/internal/libc.h:64:48: note: expanded from macro 'weak_alias'
# extern __typeof(old) new __attribute__((weak, alias(#old)))
# ^
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/funlockfile.lo src/stdio/funlockfile.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fwide.lo src/stdio/fwide.c
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fwprintf.lo src/stdio/fwprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fwrite.lo src/stdio/fwrite.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/fwscanf.lo src/stdio/fwscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/getc.lo src/stdio/getc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/getc_unlocked.lo src/stdio/getc_unlocked.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/getchar.lo src/stdio/getchar.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/getchar_unlocked.lo src/stdio/getchar_unlocked.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/getdelim.lo src/stdio/getdelim.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/getline.lo src/stdio/getline.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/gets.lo src/stdio/gets.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/getw.lo src/stdio/getw.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/getwc.lo src/stdio/getwc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/getwchar.lo src/stdio/getwchar.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/ofl.lo src/stdio/ofl.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/ofl_add.lo src/stdio/ofl_add.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/open_memstream.lo src/stdio/open_memstream.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/open_wmemstream.lo src/stdio/open_wmemstream.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/pclose.lo src/stdio/pclose.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/perror.lo src/stdio/perror.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/popen.lo src/stdio/popen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/printf.lo src/stdio/printf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/putc.lo src/stdio/putc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/putc_unlocked.lo src/stdio/putc_unlocked.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/putchar.lo src/stdio/putchar.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/putchar_unlocked.lo src/stdio/putchar_unlocked.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/puts.lo src/stdio/puts.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/putw.lo src/stdio/putw.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/putwc.lo src/stdio/putwc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/putwchar.lo src/stdio/putwchar.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/remove.lo src/stdio/remove.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/rename.lo src/stdio/rename.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/rewind.lo src/stdio/rewind.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/scanf.lo src/stdio/scanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/setbuf.lo src/stdio/setbuf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/setbuffer.lo src/stdio/setbuffer.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/setlinebuf.lo src/stdio/setlinebuf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/setvbuf.lo src/stdio/setvbuf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/snprintf.lo src/stdio/snprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/sprintf.lo src/stdio/sprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/sscanf.lo src/stdio/sscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/stderr.lo src/stdio/stderr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/stdin.lo src/stdio/stdin.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/stdout.lo src/stdio/stdout.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/swprintf.lo src/stdio/swprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/swscanf.lo src/stdio/swscanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/tempnam.lo src/stdio/tempnam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/tmpfile.lo src/stdio/tmpfile.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/tmpnam.lo src/stdio/tmpnam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/ungetc.lo src/stdio/ungetc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/ungetwc.lo src/stdio/ungetwc.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vasprintf.lo src/stdio/vasprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vdprintf.lo src/stdio/vdprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vfprintf.lo src/stdio/vfprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vfscanf.lo src/stdio/vfscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vfwprintf.lo src/stdio/vfwprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vfwscanf.lo src/stdio/vfwscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/stdio/vfprintf.c:167:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (fl & (LEFT_ADJ | ZERO_PAD) || l >= w) return;
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:167:12: note: place parentheses around the '-' expression to silence this warning
# if (fl & (LEFT_ADJ | ZERO_PAD) || l >= w) return;
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:167:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (fl & (LEFT_ADJ | ZERO_PAD) || l >= w) return;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:167:23: note: place parentheses around the '-' expression to silence this warning
# if (fl & (LEFT_ADJ | ZERO_PAD) || l >= w) return;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:220:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# } else if (fl & MARK_POS) {
# ^~~~~~~~
# src/stdio/vfprintf.c:24:28: note: expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:220:18: note: place parentheses around the '-' expression to silence this warning
# } else if (fl & MARK_POS) {
# ^~~~~~~~
# src/stdio/vfprintf.c:24:28: note: expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:222:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# } else if (fl & PAD_POS) {
# ^~~~~~~
# src/stdio/vfprintf.c:23:28: note: expanded from macro 'PAD_POS'
# #define PAD_POS (1U<<' '-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:222:18: note: place parentheses around the '-' expression to silence this warning
# } else if (fl & PAD_POS) {
# ^~~~~~~
# src/stdio/vfprintf.c:23:28: note: expanded from macro 'PAD_POS'
# #define PAD_POS (1U<<' '-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:229:28: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, 3+pl, fl&~ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:229:28: note: place parentheses around the '-' expression to silence this warning
# pad(f, ' ', w, 3+pl, fl&~ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:232:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, 3+pl, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# clang-3.8#define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# : src/stdio/vfprintf.c:232warning:: 27optimization flag '-fexcess-precision=standard' is not supported:
# note: clang-3.8place parentheses around the '-' expression to silence this warning:
# warning: optimization flag '-frounding-math' is not supported
# pad(f, ' ', w, 3+pl, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:272:33: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (s-buf==1 && (y||p>0||(fl&ALT_FORM))) *s++='.';
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:272:33: note: place parentheses around the '-' expression to silence this warning
# if (s-buf==1 && (y||p>0||(fl&ALT_FORM))) *s++='.';
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:282:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, '0', w, pl+l, fl^ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:282:27: note: place parentheses around the '-' expression to silence this warning
# pad(f, '0', w, pl+l, fl^ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:286:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, pl+l, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:286:27: note: place parentheses around the '-' expression to silence this warning
# pad(f, ' ', w, pl+l, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:376:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (!(fl&ALT_FORM)) {
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:376:12: note: place parentheses around the '-' expression to silence this warning
# if (!(fl&ALT_FORM)) {
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:386:24: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# l = 1 + p + (p || (fl&ALT_FORM));
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:386:24: note: place parentheses around the '-' expression to silence this warning
# l = 1 + p + (p || (fl&ALT_FORM));
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:399:26: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, '0', w, pl+l, fl^ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:399:26: note: place parentheses around the '-' expression to silence this warning
# pad(f, '0', w, pl+l, fl^ZERO_PAD);
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:409:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (p || (fl&ALT_FORM)) out(f, ".", 1);
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:409:16: note: place parentheses around the '-' expression to silence this warning
# if (p || (fl&ALT_FORM)) out(f, ".", 1);
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:424:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (p>0||(fl&ALT_FORM)) out(f, ".", 1);
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:424:18: note: place parentheses around the '-' expression to silence this warning
# if (p>0||(fl&ALT_FORM)) out(f, ".", 1);
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:433:26: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, pl+l, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:433:26: note: place parentheses around the '-' expression to silence this warning
# pad(f, ' ', w, pl+l, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:488:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:19: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:488:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:19: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:488:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:28: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:488:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:28: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:488:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:37: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:488:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:37: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:488:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:46: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~
# src/stdio/vfprintf.c:23:28: note: expanded from macro 'PAD_POS'
# #define PAD_POS (1U<<' '-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:488:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:46: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~
# src/stdio/vfprintf.c:23:28: note: expanded from macro 'PAD_POS'
# #define PAD_POS (1U<<' '-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:488:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:54: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfprintf.c:24:28: note: expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:488:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:54: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfprintf.c:24:28: note: expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:488:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:63: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~
# src/stdio/vfprintf.c:25:29: note: expanded from macro 'GROUPED'
# #define GROUPED (1U<<'\''-' ')
# ~~~~~~^~~~
# src/stdio/vfprintf.c:488:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfprintf.c:27:63: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~
# src/stdio/vfprintf.c:25:29: note: expanded from macro 'GROUPED'
# #define GROUPED (1U<<'\''-' ')
# ~~~~^~~~
# src/stdio/vfprintf.c:488:54: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ~~~~^~~~
# src/stdio/vfprintf.c:488:54: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^
# ( )
# src/stdio/vfprintf.c:489:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# fl |= 1U<<*s-' ';
# ~~~~^~~~
# src/stdio/vfprintf.c:489:16: note: place parentheses around the '-' expression to silence this warning
# fl |= 1U<<*s-' ';
# ^
# ( )
# src/stdio/vfprintf.c:502:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (w<0) fl|=LEFT_ADJ, w=-w;
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:502:17: note: place parentheses around the '-' expression to silence this warning
# if (w<0) fl|=LEFT_ADJ, w=-w;
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:549:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (fl & LEFT_ADJ) fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:549:12: note: place parentheses around the '-' expression to silence this warning
# if (fl & LEFT_ADJ) fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:549:29: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (fl & LEFT_ADJ) fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:549:29: note: place parentheses around the '-' expression to silence this warning
# if (fl & LEFT_ADJ) fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:212:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:19: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfwprintf.c:13:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:212:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:19: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfwprintf.c:13:28: src/stdio/vfprintf.cnote: :expanded from macro 'ALT_FORM'566
# :10: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# fl |= ALT_FORM;src/stdio/vfwprintf.c
# : ^~~~~~~~212
# :38: src/stdio/vfprintf.cwarning:: 20operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]:
# 28: note: expanded from macro 'ALT_FORM'
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)#define ALT_FORM (1U<<'#'-' ')
#
# ^~~~~~~~ ~~~~~^~~~
#
# src/stdio/vfprintf.csrc/stdio/vfwprintf.c::56620::1028:: notenote: : place parentheses around the '-' expression to silence this warningexpanded from macro 'FLAGMASK'
#
# fl |= ALT_FORM;
# ^~~~~~~~
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~src/stdio/vfprintf.c
# :20src/stdio/vfwprintf.c::2814:: 28note:: expanded from macro 'ALT_FORM'note
# : expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')#define ALT_FORM (1U<<'#'-' ')
#
# ~~~~~^~~~ ~~~^~~~
#
# src/stdio/vfwprintf.c:212:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:28: note: expanded from macro 'FLAGMASK'
# src/stdio/vfprintf.c:569:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfwprintf.c:14:28: note: expanded from macro 'ZERO_PAD'
# if (arg.i && (fl & ALT_FORM)) prefix+=(t>>4), pl=2;
# ^~~~~~~~
# #define ZERO_PAD (1U<<'0'-' ')src/stdio/vfprintf.c
# : ~~~^~~~20
# :28: note: expanded from macro 'ALT_FORM'
# src/stdio/vfwprintf.c:212:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:569:23: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:37: note if (arg.i && (fl & ALT_FORM)) prefix+=(t>>4), pl=2;:
# expanded from macro 'FLAGMASK' ^~~~~~~~
#
# src/stdio/vfprintf.c:20:28: note: expanded from macro 'ALT_FORM'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# #define ALT_FORM (1U<<'#'-' ')
# src/stdio/vfwprintf.c ~~~^~~~:
# 15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:212:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:37: src/stdio/vfprintf.cnote: :expanded from macro 'FLAGMASK'573
# :12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~~
# src/stdio/vfwprintf.c:15 if ((fl&ALT_FORM) && p
# 28 ^~~~~~~~:
# note: expanded from macro 'LEFT_ADJ'src/stdio/vfprintf.c
# :20:28: note: expanded from macro 'ALT_FORM'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c#define ALT_FORM (1U<<'#'-' ')
# : ~~~~~^~~~212
# :38: src/stdio/vfprintf.cwarning:: 573operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]:
# 12: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# if ((fl&ALT_FORM) && p
# ^~~~~~~~src/stdio/vfwprintf.c
# :20:src/stdio/vfprintf.c46::20 :note28: :expanded from macro 'FLAGMASK'
# note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')#define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
#
# ~~~^~~~ ^~~~~~~
#
# src/stdio/vfwprintf.c:16:28: note: expanded from macro 'PAD_POS'
# #define PAD_POS (1U<<' '-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:212:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20:46: note: expanded from macro 'FLAGMASK'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~
# src/stdio/vfwprintf.c:src/stdio/vfprintf.c16::28579:: 20note:: expanded from macro 'PAD_POS'warning
# : operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# #define PAD_POS (1U<<' '-' ')
# ~~~^~~~
# } else if (fl & MARK_POS) {
# ^~~~~~~~
# src/stdio/vfwprintf.c:src/stdio/vfprintf.c212::2438::28 :warning : noteoperator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]:
# expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ') for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
#
# ~~~~~^~~~ ^~~~~~~~
#
# src/stdio/vfprintf.c:src/stdio/vfwprintf.c579::2020::54 :note : noteplace parentheses around the '-' expression to silence this warning:
# expanded from macro 'FLAGMASK'
# } else if (fl & MARK_POS) {#define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
#
# ^~~~~~~~ ^~~~~~~~
#
# src/stdio/vfwprintf.csrc/stdio/vfprintf.c::1724::2828:: notenote: : expanded from macro 'MARK_POS'expanded from macro 'MARK_POS'
#
# #define MARK_POS (1U<<'+'-' ')
# #define MARK_POS (1U<<'+'-' ') ~~~~~^~~~
#
# ~~~^~~~
# src/stdio/vfwprintf.c:212:38: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)src/stdio/vfprintf.c
# ^~~~~~~~:
# 581:20src/stdio/vfwprintf.c:: 20warning:: 54operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]:
# note: expanded from macro 'FLAGMASK'
# } else if (fl & PAD_POS) {
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED) ^~~~~~~
#
# ^~~~~~~~
# src/stdio/vfprintf.csrc/stdio/vfwprintf.c::2317::2828:: notenote: : expanded from macro 'PAD_POS'expanded from macro 'MARK_POS'
#
# #define MARK_POS (1U<<'+'-' ')
# ~~~^~~~#define PAD_POS (1U<<' '-' ')
#
# ~~~~~^~~~
# src/stdio/vfprintf.c:581src/stdio/vfwprintf.c::20212:: 38note:: place parentheses around the '-' expression to silence this warningwarning
# : operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# } else if (fl & PAD_POS) {
# ^~~~~~~
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)src/stdio/vfprintf.c
# : ^~~~~~~~23
# :28: notesrc/stdio/vfwprintf.c: :expanded from macro 'PAD_POS'20
# :63: note: expanded from macro 'FLAGMASK'
# #define PAD_POS (1U<<' '-' ')
# ~~~^~~~
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# ^~~~~~~
# src/stdio/vfwprintf.c:18:29: note: expanded from macro 'GROUPED'
# #define GROUPED (1U<<'\''-' ')
# ~~~~~~^~~~
# src/stdio/vfwprintf.c:212:38: note: place parentheses around the '-' expression to silence this warning
# src/stdio/vfprintf.c:587:21: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^~~~~~~~
# src/stdio/vfwprintf.c:20: if (p>=0) fl &= ~ZERO_PAD;63:
# ^~~~~~~~note
# : expanded from macro 'FLAGMASK'
# src/stdio/vfprintf.c:21:28: note: expanded from macro 'ZERO_PAD'
# #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
# #define ZERO_PAD (1U<<'0'-' ') ^~~~~~~
#
# ~~~~~^~~~src/stdio/vfwprintf.c
# :18:29src/stdio/vfprintf.c:: 587note:: 21expanded from macro 'GROUPED':
# note: place parentheses around the '-' expression to silence this warning
# #define GROUPED (1U<<'\''-' ')
# ~~~~^~~~
# if (p>=0) fl &= ~ZERO_PAD;
# ^~~~~~~~
# src/stdio/vfprintf.c:21src/stdio/vfwprintf.c::28212:: 54note:: expanded from macro 'ZERO_PAD'warning
# : operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ~~~~^~~~
# src/stdio/vfwprintf.c:212:54: note: place parentheses around the '-' expression to silence this warning
# for (fl=0; (unsigned)*s-' '<32 && (FLAGMASK&(1U<<*s-' ')); s++)
# ^
# ( )
# src/stdio/vfprintf.c:596:11: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# fl &= ~ZERO_PAD;
# ^~~~~~~~src/stdio/vfwprintf.c
# :213src/stdio/vfprintf.c::1621:: 28warning:: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]note
# : expanded from macro 'ZERO_PAD'
# fl |= 1U<<*s-' ';
# ~~~~^~~~#define ZERO_PAD (1U<<'0'-' ')
#
# ~~~~~^~~~
# src/stdio/vfprintf.c:596:11: note: place parentheses around the '-' expression to silence this warning
# src/stdio/vfwprintf.c:213:16: fl &= ~ZERO_PAD;note
# : ^~~~~~~~place parentheses around the '-' expression to silence this warning
#
# src/stdio/vfprintf.c:21:28: note: fl |= 1U<<*s-' ';expanded from macro 'ZERO_PAD'
#
# ^
# ( )
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:226:17: warning: src/stdio/vfprintf.coperator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# :605:11: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (w<0) fl|=LEFT_ADJ, w=-w;
# ^~~~~~~~
# fl &= ~ZERO_PAD;src/stdio/vfwprintf.c
# : ^~~~~~~~15
# :28: src/stdio/vfprintf.cnote:: 21expanded from macro 'LEFT_ADJ':
# 28: note: expanded from macro 'ZERO_PAD'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c#define ZERO_PAD (1U<<'0'-' '):
# 226 ~~~~~^~~~:
# 17: notesrc/stdio/vfprintf.c: :place parentheses around the '-' expression to silence this warning605
# :11: note: place parentheses around the '-' expression to silence this warning
# if (w<0) fl|=LEFT_ADJ, w=-w;
# ^~~~~~~~
# fl &= ~ZERO_PAD;src/stdio/vfwprintf.c
# : ^~~~~~~~15
# :28:src/stdio/vfprintf.c :note21: :expanded from macro 'LEFT_ADJ'28
# : note: expanded from macro 'ZERO_PAD'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:621:25: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, p, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:621:25: note: place parentheses around the '-' expression to silence this warning
# pad(f, ' ', w, p, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:291:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if (!(fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:291:13: note: place parentheses around the '-' expression to silence this warning
# if (!(fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:635:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, '0', w, pl+p, fl^ZERO_PAD);
# ^~~~~~~~src/stdio/vfwprintf.c
# :293src/stdio/vfprintf.c::1221:: 28warning:: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]note
# : expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ') if ((fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
#
# ~~~~~^~~~ ^~~~~~~~
#
# src/stdio/vfwprintf.csrc/stdio/vfprintf.c::15635::2827:: notenote: : expanded from macro 'LEFT_ADJ'place parentheses around the '-' expression to silence this warning
#
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# pad(f, '0', w, pl+p, fl^ZERO_PAD);
# ^~~~~~~~src/stdio/vfwprintf.c
# :293:src/stdio/vfprintf.c12::21 :note28: :place parentheses around the '-' expression to silence this warning
# note: expanded from macro 'ZERO_PAD'
# if ((fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");#define ZERO_PAD (1U<<'0'-' ')
#
# ^~~~~~~~ ~~~^~~~
#
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfprintf.c:638:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# pad(f, ' ', w, pl+p, fl^LEFT_ADJ);
# ^~~~~~~~
# src/stdio/vfprintf.c:22:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfprintf.c:638:27: note: place parentheses around the '-' expression to silence this warning
# src/stdio/vfwprintf.c pad(f, ' ', w, pl+p, fl^LEFT_ADJ);
# : ^~~~~~~~306
# :13src/stdio/vfprintf.c:: 22warning:: 28operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]:
# note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ') if (!(fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
#
# ~~~^~~~ ^~~~~~~~
#
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:306:13: note: place parentheses around the '-' expression to silence this warning
# if (!(fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:313:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# if ((fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:313:12: note: place parentheses around the '-' expression to silence this warning
# if ((fl&LEFT_ADJ)) fprintf(f, "%*s", w-p, "");
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:319:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# "#"+!(fl & ALT_FORM),
# ^~~~~~~~
# src/stdio/vfwprintf.c:13:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:319:15: note: place parentheses around the '-' expression to silence this warning
# "#"+!(fl & ALT_FORM),
# ^~~~~~~~
# src/stdio/vfwprintf.c:13:28: note: expanded from macro 'ALT_FORM'
# #define ALT_FORM (1U<<'#'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:319:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# "#"+!(fl & ALT_FORM),
# ~~~^~~~~~~~~~~~~~~~~
# src/stdio/vfwprintf.c:319:7: note: use array indexing to silence this warning
# "#"+!(fl & ALT_FORM),
# ^
# & [ ]
# src/stdio/vfwprintf.c:320:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# "+"+!(fl & MARK_POS),
# ^~~~~~~~
# src/stdio/vfwprintf.c:17:28: note: expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:320:15: note: place parentheses around the '-' expression to silence this warning
# "+"+!(fl & MARK_POS),
# ^~~~~~~~
# src/stdio/vfwprintf.c:17:28: note: expanded from macro 'MARK_POS'
# #define MARK_POS (1U<<'+'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:320:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# "+"+!(fl & MARK_POS),
# ~~~^~~~~~~~~~~~~~~~~
# src/stdio/vfwprintf.c:320:7: note: use array indexing to silence this warning
# "+"+!(fl & MARK_POS),
# ^
# & [ ]
# src/stdio/vfwprintf.c:321:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# "-"+!(fl & LEFT_ADJ),
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:321:15: note: place parentheses around the '-' expression to silence this warning
# "-"+!(fl & LEFT_ADJ),
# ^~~~~~~~
# src/stdio/vfwprintf.c:15:28: note: expanded from macro 'LEFT_ADJ'
# #define LEFT_ADJ (1U<<'-'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:321:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# "-"+!(fl & LEFT_ADJ),
# ~~~^~~~~~~~~~~~~~~~~
# src/stdio/vfwprintf.c:321:7: note: use array indexing to silence this warning
# "-"+!(fl & LEFT_ADJ),
# ^
# & [ ]
# src/stdio/vfwprintf.c:322:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# " "+!(fl & PAD_POS),
# ^~~~~~~
# src/stdio/vfwprintf.c:16:28: note: expanded from macro 'PAD_POS'
# #define PAD_POS (1U<<' '-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:322:15: note: place parentheses around the '-' expression to silence this warning
# " "+!(fl & PAD_POS),
# ^~~~~~~
# src/stdio/vfwprintf.c:16:28: note: expanded from macro 'PAD_POS'
# #define PAD_POS (1U<<' '-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:322:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# " "+!(fl & PAD_POS),
# ~~~^~~~~~~~~~~~~~~~
# src/stdio/vfwprintf.c:322:7: note: use array indexing to silence this warning
# " "+!(fl & PAD_POS),
# ^
# & [ ]
# src/stdio/vfwprintf.c:323:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# "0"+!(fl & ZERO_PAD),
# ^~~~~~~~
# src/stdio/vfwprintf.c:14:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~~~^~~~
# src/stdio/vfwprintf.c:323:15: note: place parentheses around the '-' expression to silence this warning
# "0"+!(fl & ZERO_PAD),
# ^~~~~~~~
# src/stdio/vfwprintf.c:14:28: note: expanded from macro 'ZERO_PAD'
# #define ZERO_PAD (1U<<'0'-' ')
# ~~~^~~~
# src/stdio/vfwprintf.c:323:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# "0"+!(fl & ZERO_PAD),
# ~~~^~~~~~~~~~~~~~~~~
# src/stdio/vfwprintf.c:323:7: note: use array indexing to silence this warning
# "0"+!(fl & ZERO_PAD),
# ^
# & [ ]
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vprintf.lo src/stdio/vprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 23 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vscanf.lo src/stdio/vscanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vsnprintf.lo src/stdio/vsnprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vsprintf.lo src/stdio/vsprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vsscanf.lo src/stdio/vsscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vswprintf.lo src/stdio/vswprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vswscanf.lo src/stdio/vswscanf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vwprintf.lo src/stdio/vwprintf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/vwscanf.lo src/stdio/vwscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/wprintf.lo src/stdio/wprintf.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdio/wscanf.lo src/stdio/wscanf.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/abs.lo src/stdlib/abs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/atof.lo src/stdlib/atof.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/atoi.lo src/stdlib/atoi.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/atol.lo src/stdlib/atol.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# 37 warnings generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/atoll.lo src/stdlib/atoll.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/bsearch.lo src/stdlib/bsearch.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/div.lo src/stdlib/div.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/ecvt.lo src/stdlib/ecvt.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/fcvt.lo src/stdlib/fcvt.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/gcvt.lo src/stdlib/gcvt.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/imaxabs.lo src/stdlib/imaxabs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/imaxdiv.lo src/stdlib/imaxdiv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/labs.lo src/stdlib/labs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/ldiv.lo src/stdlib/ldiv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/llabs.lo src/stdlib/llabs.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/lldiv.lo src/stdlib/lldiv.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/qsort.lo src/stdlib/qsort.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/strtod.lo src/stdlib/strtod.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/strtol.lo src/stdlib/strtol.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/wcstod.lo src/stdlib/wcstod.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/stdlib/wcstol.lo src/stdlib/wcstol.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/bcmp.lo src/string/bcmp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/bcopy.lo src/string/bcopy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/bzero.lo src/string/bzero.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/index.lo src/string/index.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/memccpy.lo src/string/memccpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/memchr.lo src/string/memchr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/memcmp.lo src/string/memcmp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/memmem.lo src/string/memmem.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/mempcpy.lo src/string/mempcpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/memrchr.lo src/string/memrchr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/rindex.lo src/string/rindex.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/stpcpy.lo src/string/stpcpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/stpncpy.lo src/string/stpncpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strcasecmp.lo src/string/strcasecmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strcasestr.lo src/string/strcasestr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strcat.lo src/string/strcat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strchr.lo src/string/strchr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strchrnul.lo src/string/strchrnul.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strcmp.lo src/string/strcmp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strcpy.lo src/string/strcpy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strcspn.lo src/string/strcspn.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strdup.lo src/string/strdup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strerror_r.lo src/string/strerror_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strlcat.lo src/string/strlcat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strlcpy.lo src/string/strlcpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strlen.lo src/string/strlen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strncasecmp.lo src/string/strncasecmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strncat.lo src/string/strncat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strncmp.lo src/string/strncmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strncpy.lo src/string/strncpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strndup.lo src/string/strndup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strnlen.lo src/string/strnlen.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strpbrk.lo src/string/strpbrk.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strrchr.lo src/string/strrchr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strsep.lo src/string/strsep.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strsignal.lo src/string/strsignal.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strspn.lo src/string/strspn.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strstr.lo src/string/strstr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strtok.lo src/string/strtok.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strtok_r.lo src/string/strtok_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/strverscmp.lo src/string/strverscmp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/swab.lo src/string/swab.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcpcpy.lo src/string/wcpcpy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcpncpy.lo src/string/wcpncpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcscasecmp.lo src/string/wcscasecmp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcscasecmp_l.lo src/string/wcscasecmp_l.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcscat.lo src/string/wcscat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcschr.lo src/string/wcschr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcscmp.lo src/string/wcscmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcscpy.lo src/string/wcscpy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcscspn.lo src/string/wcscspn.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcsdup.lo src/string/wcsdup.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcslen.lo src/string/wcslen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcsncasecmp.lo src/string/wcsncasecmp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcsncasecmp_l.lo src/string/wcsncasecmp_l.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcsncat.lo src/string/wcsncat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcsncmp.lo src/string/wcsncmp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcsncpy.lo src/string/wcsncpy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcsnlen.lo src/string/wcsnlen.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcspbrk.lo src/string/wcspbrk.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcsrchr.lo src/string/wcsrchr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcsspn.lo src/string/wcsspn.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcsstr.lo src/string/wcsstr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcstok.lo src/string/wcstok.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wcswcs.lo src/string/wcswcs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wmemchr.lo src/string/wmemchr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wmemcmp.lo src/string/wmemcmp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wmemcpy.lo src/string/wmemcpy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wmemmove.lo src/string/wmemmove.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -O3 -fPIC -c -o obj/src/string/wmemset.lo src/string/wmemset.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fno-stack-protector -fPIC -c -o obj/src/string/x86_64/memcpy.lo src/string/x86_64/memcpy.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-fno-stack-protector'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/string/x86_64/memmove.lo src/string/x86_64/memmove.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fno-stack-protector -fPIC -c -o obj/src/string/x86_64/memset.lo src/string/x86_64/memset.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-fno-stack-protector'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/temp/__randname.lo src/temp/__randname.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/temp/mkdtemp.lo src/temp/mkdtemp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/temp/mkostemp.lo src/temp/mkostemp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/temp/mkostemps.lo src/temp/mkostemps.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/temp/mkstemp.lo src/temp/mkstemp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/temp/mkstemps.lo src/temp/mkstemps.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/temp/mktemp.lo src/temp/mktemp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/termios/cfgetospeed.lo src/termios/cfgetospeed.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/termios/cfmakeraw.lo src/termios/cfmakeraw.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/termios/cfsetospeed.lo src/termios/cfsetospeed.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/termios/tcdrain.lo src/termios/tcdrain.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/termios/tcflow.lo src/termios/tcflow.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/termios/tcflush.lo src/termios/tcflush.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/termios/tcgetattr.lo src/termios/tcgetattr.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/termios/tcgetsid.lo src/termios/tcgetsid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/termios/tcsendbreak.lo src/termios/tcsendbreak.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/termios/tcsetattr.lo src/termios/tcsetattr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/__futex.lo src/thread/__futex.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/__lock.lo src/thread/__lock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/__syscall_cp.lo src/thread/__syscall_cp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/__timedwait.lo src/thread/__timedwait.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/__tls_get_addr.lo src/thread/__tls_get_addr.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/__wait.lo src/thread/__wait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/call_once.lo src/thread/call_once.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/cnd_broadcast.lo src/thread/cnd_broadcast.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/cnd_destroy.lo src/thread/cnd_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/cnd_init.lo src/thread/cnd_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/cnd_signal.lo src/thread/cnd_signal.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/cnd_timedwait.lo src/thread/cnd_timedwait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/cnd_wait.lo src/thread/cnd_wait.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/lock_ptc.lo src/thread/lock_ptc.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/mtx_destroy.lo src/thread/mtx_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/mtx_init.lo src/thread/mtx_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/mtx_lock.lo src/thread/mtx_lock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/mtx_timedlock.lo src/thread/mtx_timedlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/mtx_trylock.lo src/thread/mtx_trylock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/mtx_unlock.lo src/thread/mtx_unlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_atfork.lo src/thread/pthread_atfork.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_attr_destroy.lo src/thread/pthread_attr_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_attr_get.lo src/thread/pthread_attr_get.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_attr_init.lo src/thread/pthread_attr_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_attr_setdetachstate.lo src/thread/pthread_attr_setdetachstate.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_attr_setguardsize.lo src/thread/pthread_attr_setguardsize.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supportedoptimization flag '-fexcess-precision=standard' is not supported
#
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_attr_setinheritsched.lo src/thread/pthread_attr_setinheritsched.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_attr_setschedparam.lo src/thread/pthread_attr_setschedparam.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_attr_setschedpolicy.lo src/thread/pthread_attr_setschedpolicy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_attr_setscope.lo src/thread/pthread_attr_setscope.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_attr_setstack.lo src/thread/pthread_attr_setstack.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_attr_setstacksize.lo src/thread/pthread_attr_setstacksize.c
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-fexcess-precision=standard' is not supported
# optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8clang-3.8: : warningwarning: : optimization flag '-frounding-math' is not supportedoptimization flag '-frounding-math' is not supported
#
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_barrier_destroy.lo src/thread/pthread_barrier_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_barrier_init.lo src/thread/pthread_barrier_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_barrier_wait.lo src/thread/pthread_barrier_wait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_barrierattr_destroy.lo src/thread/pthread_barrierattr_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_barrierattr_init.lo src/thread/pthread_barrierattr_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_barrierattr_setpshared.lo src/thread/pthread_barrierattr_setpshared.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_cancel.lo src/thread/pthread_cancel.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_cleanup_push.lo src/thread/pthread_cleanup_push.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_cond_broadcast.lo src/thread/pthread_cond_broadcast.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# src/thread/pthread_cancel.c:62:55: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (self->cancelasync || pc >= (uintptr_t)__cp_begin && pc < (uintptr_t)__cp_end) {
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/thread/pthread_cancel.c:62:55: note: place parentheses around the '&&' expression to silence this warning
# if (self->cancelasync || pc >= (uintptr_t)__cp_begin && pc < (uintptr_t)__cp_end) {
# ^
# ( )
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_cond_destroy.lo src/thread/pthread_cond_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_cond_init.lo src/thread/pthread_cond_init.c
# 1 warning generated.
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_cond_signal.lo src/thread/pthread_cond_signal.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_cond_timedwait.lo src/thread/pthread_cond_timedwait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_cond_wait.lo src/thread/pthread_cond_wait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_condattr_destroy.lo src/thread/pthread_condattr_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_condattr_init.lo src/thread/pthread_condattr_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_condattr_setclock.lo src/thread/pthread_condattr_setclock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_condattr_setpshared.lo src/thread/pthread_condattr_setpshared.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_create.lo src/thread/pthread_create.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_detach.lo src/thread/pthread_detach.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_equal.lo src/thread/pthread_equal.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_getattr_np.lo src/thread/pthread_getattr_np.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_getconcurrency.lo src/thread/pthread_getconcurrency.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_getcpuclockid.lo src/thread/pthread_getcpuclockid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_getschedparam.lo src/thread/pthread_getschedparam.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_getspecific.lo src/thread/pthread_getspecific.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_join.lo src/thread/pthread_join.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_key_create.lo src/thread/pthread_key_create.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_kill.lo src/thread/pthread_kill.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutex_consistent.lo src/thread/pthread_mutex_consistent.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutex_destroy.lo src/thread/pthread_mutex_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutex_getprioceiling.lo src/thread/pthread_mutex_getprioceiling.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutex_init.lo src/thread/pthread_mutex_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutex_lock.lo src/thread/pthread_mutex_lock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutex_setprioceiling.lo src/thread/pthread_mutex_setprioceiling.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutex_timedlock.lo src/thread/pthread_mutex_timedlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutex_trylock.lo src/thread/pthread_mutex_trylock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutex_unlock.lo src/thread/pthread_mutex_unlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutexattr_destroy.lo src/thread/pthread_mutexattr_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutexattr_init.lo src/thread/pthread_mutexattr_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutexattr_setprotocol.lo src/thread/pthread_mutexattr_setprotocol.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutexattr_setpshared.lo src/thread/pthread_mutexattr_setpshared.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutexattr_setrobust.lo src/thread/pthread_mutexattr_setrobust.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_mutexattr_settype.lo src/thread/pthread_mutexattr_settype.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_once.lo src/thread/pthread_once.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlock_destroy.lo src/thread/pthread_rwlock_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlock_init.lo src/thread/pthread_rwlock_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlock_rdlock.lo src/thread/pthread_rwlock_rdlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlock_timedrdlock.lo src/thread/pthread_rwlock_timedrdlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlock_timedwrlock.lo src/thread/pthread_rwlock_timedwrlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlock_tryrdlock.lo src/thread/pthread_rwlock_tryrdlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlock_trywrlock.lo src/thread/pthread_rwlock_trywrlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlock_unlock.lo src/thread/pthread_rwlock_unlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlock_wrlock.lo src/thread/pthread_rwlock_wrlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlockattr_destroy.lo src/thread/pthread_rwlockattr_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlockattr_init.lo src/thread/pthread_rwlockattr_init.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_rwlockattr_setpshared.lo src/thread/pthread_rwlockattr_setpshared.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_self.lo src/thread/pthread_self.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_setcancelstate.lo src/thread/pthread_setcancelstate.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_setcanceltype.lo src/thread/pthread_setcanceltype.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_setconcurrency.lo src/thread/pthread_setconcurrency.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_setschedparam.lo src/thread/pthread_setschedparam.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_setschedprio.lo src/thread/pthread_setschedprio.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_setspecific.lo src/thread/pthread_setspecific.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_sigmask.lo src/thread/pthread_sigmask.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_spin_destroy.lo src/thread/pthread_spin_destroy.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_spin_init.lo src/thread/pthread_spin_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_spin_lock.lo src/thread/pthread_spin_lock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_spin_trylock.lo src/thread/pthread_spin_trylock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_spin_unlock.lo src/thread/pthread_spin_unlock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/pthread_testcancel.lo src/thread/pthread_testcancel.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/sem_destroy.lo src/thread/sem_destroy.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/sem_getvalue.lo src/thread/sem_getvalue.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/sem_init.lo src/thread/sem_init.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/sem_open.lo src/thread/sem_open.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/sem_post.lo src/thread/sem_post.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/sem_timedwait.lo src/thread/sem_timedwait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/sem_trywait.lo src/thread/sem_trywait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/sem_unlink.lo src/thread/sem_unlink.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/sem_wait.lo src/thread/sem_wait.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/synccall.lo src/thread/synccall.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/thrd_create.lo src/thread/thrd_create.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/thrd_exit.lo src/thread/thrd_exit.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/thrd_join.lo src/thread/thrd_join.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/thrd_sleep.lo src/thread/thrd_sleep.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/thrd_yield.lo src/thread/thrd_yield.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/tls.lo src/thread/tls.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/tss_create.lo src/thread/tss_create.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/tss_delete.lo src/thread/tss_delete.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/tss_set.lo src/thread/tss_set.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/vmlock.lo src/thread/vmlock.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fno-stack-protector -fPIC -c -o obj/src/thread/x86_64/__set_thread_area.lo src/thread/x86_64/__set_thread_area.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/x86_64/__unmapself.lo src/thread/x86_64/__unmapself.s
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-fno-stack-protector'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/x86_64/clone.lo src/thread/x86_64/clone.s
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/thread/x86_64/syscall_cp.lo src/thread/x86_64/syscall_cp.s
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang-3.8: warning: argument unused during compilation: '-std=c99'
# clang-3.8: warning: argument unused during compilation: '-nostdinc'
# clang-3.8: warning: argument unused during compilation: '-ffreestanding'
# clang-3.8: warning: argument unused during compilation: '-fexcess-precision=standard'
# clang-3.8: warning: argument unused during compilation: '-frounding-math'
# clang-3.8: warning: argument unused during compilation: '-D _XOPEN_SOURCE=700'
# clang-3.8: warning: argument unused during compilation: '-fomit-frame-pointer'
# clang-3.8: warning: argument unused during compilation: '-fno-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-fno-asynchronous-unwind-tables'
# clang-3.8: warning: argument unused during compilation: '-ffunction-sections'
# clang-3.8: warning: argument unused during compilation: '-fdata-sections'
# clang-3.8: warning: argument unused during compilation: '-include vis.h'
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/__asctime.lo src/time/__asctime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/__map_file.lo src/time/__map_file.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/__month_to_secs.lo src/time/__month_to_secs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/__secs_to_tm.lo src/time/__secs_to_tm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/__tm_to_secs.lo src/time/__tm_to_secs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/__tz.lo src/time/__tz.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/__year_to_secs.lo src/time/__year_to_secs.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/asctime.lo src/time/asctime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/asctime_r.lo src/time/asctime_r.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/clock.lo src/time/clock.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/clock_getcpuclockid.lo src/time/clock_getcpuclockid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/clock_getres.lo src/time/clock_getres.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/clock_gettime.lo src/time/clock_gettime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/clock_nanosleep.lo src/time/clock_nanosleep.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/clock_settime.lo src/time/clock_settime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/ctime.lo src/time/ctime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/ctime_r.lo src/time/ctime_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/difftime.lo src/time/difftime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/ftime.lo src/time/ftime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/getdate.lo src/time/getdate.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/gettimeofday.lo src/time/gettimeofday.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/gmtime.lo src/time/gmtime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/gmtime_r.lo src/time/gmtime_r.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/localtime.lo src/time/localtime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/localtime_r.lo src/time/localtime_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/mktime.lo src/time/mktime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/nanosleep.lo src/time/nanosleep.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/strftime.lo src/time/strftime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/strptime.lo src/time/strptime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/time.lo src/time/time.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/timegm.lo src/time/timegm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/timer_create.lo src/time/timer_create.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/timer_delete.lo src/time/timer_delete.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/timer_getoverrun.lo src/time/timer_getoverrun.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/timer_gettime.lo src/time/timer_gettime.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/timer_settime.lo src/time/timer_settime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/times.lo src/time/times.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/timespec_get.lo src/time/timespec_get.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/utime.lo src/time/utime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/time/wcsftime.lo src/time/wcsftime.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/_exit.lo src/unistd/_exit.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/access.lo src/unistd/access.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/acct.lo src/unistd/acct.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/alarm.lo src/unistd/alarm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/chdir.lo src/unistd/chdir.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/chown.lo src/unistd/chown.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/close.lo src/unistd/close.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/ctermid.lo src/unistd/ctermid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/dup.lo src/unistd/dup.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/dup2.lo src/unistd/dup2.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/dup3.lo src/unistd/dup3.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/faccessat.lo src/unistd/faccessat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/fchdir.lo src/unistd/fchdir.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/fchown.lo src/unistd/fchown.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/fchownat.lo src/unistd/fchownat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/fdatasync.lo src/unistd/fdatasync.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/fsync.lo src/unistd/fsync.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/ftruncate.lo src/unistd/ftruncate.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getcwd.lo src/unistd/getcwd.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getegid.lo src/unistd/getegid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/geteuid.lo src/unistd/geteuid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getgid.lo src/unistd/getgid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getgroups.lo src/unistd/getgroups.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/gethostname.lo src/unistd/gethostname.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getlogin.lo src/unistd/getlogin.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getlogin_r.lo src/unistd/getlogin_r.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getpgid.lo src/unistd/getpgid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getpgrp.lo src/unistd/getpgrp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getpid.lo src/unistd/getpid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getppid.lo src/unistd/getppid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getsid.lo src/unistd/getsid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/getuid.lo src/unistd/getuid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/isatty.lo src/unistd/isatty.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/lchown.lo src/unistd/lchown.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/link.lo src/unistd/link.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/linkat.lo src/unistd/linkat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/lseek.lo src/unistd/lseek.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/nice.lo src/unistd/nice.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/pause.lo src/unistd/pause.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/pipe.lo src/unistd/pipe.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/pipe2.lo src/unistd/pipe2.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/posix_close.lo src/unistd/posix_close.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/pread.lo src/unistd/pread.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/preadv.lo src/unistd/preadv.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/pwrite.lo src/unistd/pwrite.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/pwritev.lo src/unistd/pwritev.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/read.lo src/unistd/read.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/readlink.lo src/unistd/readlink.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/readlinkat.lo src/unistd/readlinkat.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/readv.lo src/unistd/readv.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/renameat.lo src/unistd/renameat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/rmdir.lo src/unistd/rmdir.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/setegid.lo src/unistd/setegid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/seteuid.lo src/unistd/seteuid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/setgid.lo src/unistd/setgid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/setpgid.lo src/unistd/setpgid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/setpgrp.lo src/unistd/setpgrp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/setregid.lo src/unistd/setregid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/setresgid.lo src/unistd/setresgid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/setresuid.lo src/unistd/setresuid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/setreuid.lo src/unistd/setreuid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/setsid.lo src/unistd/setsid.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/setuid.lo src/unistd/setuid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/setxid.lo src/unistd/setxid.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/sleep.lo src/unistd/sleep.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/symlink.lo src/unistd/symlink.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/symlinkat.lo src/unistd/symlinkat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/sync.lo src/unistd/sync.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/tcgetpgrp.lo src/unistd/tcgetpgrp.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/tcsetpgrp.lo src/unistd/tcsetpgrp.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/truncate.lo src/unistd/truncate.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/ttyname.lo src/unistd/ttyname.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/ttyname_r.lo src/unistd/ttyname_r.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/ualarm.lo src/unistd/ualarm.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/unlink.lo src/unistd/unlink.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/unlinkat.lo src/unistd/unlinkat.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/usleep.lo src/unistd/usleep.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/write.lo src/unistd/write.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fPIC -c -o obj/src/unistd/writev.lo src/unistd/writev.c
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fno-stack-protector -fPIC -c -o obj/ldso/dlstart.lo ldso/dlstart.c
# clang -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/x86_64 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h -fno-stack-protector -fPIC -c -o obj/ldso/dynlink.lo ldso/dynlink.c
# rm -f lib/libm.a
# x86_64-unknown-linux-ar rc lib/libm.a
# make: x86_64-unknown-linux-ar: Command not found
# make: *** [Makefile:177: lib/libm.a] Error 127
# make: *** Waiting for unfinished jobs....
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# clang-3.8: warning: optimization flag '-frounding-math' is not supported
# ldso/dynlink.c:1335:40: warning: for loop has empty body [-Wempty-body]
# for (auxv=sp+1+*sp+1; *auxv; auxv++); auxv++;
# ^
# ldso/dynlink.c:1335:40: note: put the semicolon on a separate line to silence this warning
# 1 warning generated.
# ==> ERROR: A failure occurred in build().
# Aborting...