Skip to content

Instantly share code, notes, and snippets.

Created June 23, 2015 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c7ac66274508a6525b8d to your computer and use it in GitHub Desktop.
Save anonymous/c7ac66274508a6525b8d to your computer and use it in GitHub Desktop.
2015-06-22 15:50:58 +0800
../configure
--prefix=/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0
--enable-languages=c,c++,objc,obj-c++,fortran
--program-suffix=-5
--with-gmp=/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp
--with-mpfr=/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr
--with-mpc=/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc
--with-isl=/usr/local/google/home/yuhuang/.linuxbrew/opt/isl
--with-system-zlib
--enable-libstdcxx-time=yes
--enable-stage1-checking
--enable-checking=release
--enable-lto
--with-build-config=bootstrap-debug
--disable-werror
--with-pkgversion=Homebrew gcc 5.1.0
--with-bugurl=https://github.com/Homebrew/homebrew/issues
--enable-plugin
--disable-nls
--disable-multilib
configure: WARNING: you should use --build, --host, --target
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for libatomic support... yes
checking for libcilkrts support... yes
checking for libitm support... yes
checking for libsanitizer support... yes
checking for libvtv support... yes
checking for gcc... /usr/bin/gcc-4.8
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.8 accepts -g... yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.8 accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... yes
checking for compatible ISL... yes
The following languages will be built: c,c++,fortran,lto,objc,obj-c++
*** This configuration is not supported in the following subdirectories:
zlib target-libmpx gnattools gotools target-libada target-libgo target-libffi target-libbacktrace target-zlib target-libjava target-liboffloadmic target-boehm-gc
(Any other directories should still work fine.)
checking for default BUILD_CONFIG... bootstrap-debug
checking for --enable-vtable-verify... no
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... expect
checking for runtest... no
checking for ar... ar
checking for as... as
checking for dlltool... dlltool
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... windres
checking for windmc... windmc
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... no
checking for gccgo... no
checking for ar... no
checking for ar... ar
checking for as... no
checking for as... as
checking for dlltool... no
checking for dlltool... dlltool
checking for ld... no
checking for ld... ld
checking for lipo... no
checking for lipo... no
checking for nm... no
checking for nm... nm
checking for objcopy... no
checking for objcopy... objcopy
checking for objdump... no
checking for objdump... objdump
checking for ranlib... no
checking for ranlib... ranlib
checking for readelf... no
checking for readelf... readelf
checking for strip... no
checking for strip... strip
checking for windres... no
checking for windres... windres
checking for windmc... no
checking for windmc... windmc
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gcj... host tool
checking where to find the target gfortran... just compiled
checking where to find the target gccgo... host tool
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objcopy... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target readelf... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
This file has been truncated, but you can view the full file.
2015-06-22 15:51:01 +0800
make
bootstrap
echo stage3 > stage_final
make[1]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build'
make[2]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build'
make[2]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build'
make[2]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build'
mkdir -p -- build-x86_64-unknown-linux-gnu/libiberty
Configuring in build-x86_64-unknown-linux-gnu/libiberty
mkdir -p -- build-x86_64-unknown-linux-gnu/fixincludes
Configuring in build-x86_64-unknown-linux-gnu/fixincludes
mkdir -p -- build-x86_64-unknown-linux-gnu/libcpp
Configuring in build-x86_64-unknown-linux-gnu/libcpp
Configuring stage 1 in ./libiberty
Configuring stage 1 in ./lto-plugin
Configuring stage 1 in ./intl
Configuring stage 1 in ./libdecnumber
Configuring stage 1 in ./libbacktrace
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
configure: creating cache ./config.cache
checking build system type... checking build system type... x86_64-unknown-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-unknown-linux-gnu
checking host system type... configure: creating cache ./config.cache
x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... checking target system type... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
yes
checking for x86_64-unknown-linux-gnu-gcc... /usr/bin/gcc-4.8
checking for msgfmt... configure: creating cache ./config.cache
configure: creating cache ./config.cache
x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... /usr/bin/gcc-4.8
checking build system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-unknown-linux-gnu-gcc... /usr/bin/gcc-4.8
x86_64-unknown-linux-gnu
checking host system type... /usr/local/google/home/yuhuang/.linuxbrew/bin/msgfmt
checking for gmsgfmt... /usr/local/google/home/yuhuang/.linuxbrew/bin/msgfmt
x86_64-unknown-linux-gnu
checking host system type... checking for xgettext... checking for C compiler default output file name... /usr/local/google/home/yuhuang/.linuxbrew/bin/xgettext
checking for C compiler default output file name... checking for C compiler default output file name... checking for msgmerge... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking target system type... /usr/bin/msgmerge
x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... /usr/bin/gcc-4.8
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... a.out
checking whether the C compiler works... yes
a.out
checking whether the C compiler works... yes
x86_64-unknown-linux-gnu
checking whether we are cross compiling... no
checking whether we are cross compiling... no
checking for suffix of executables... checking for suffix of executables... checking for x86_64-unknown-linux-gnu-gcc... /usr/bin/gcc-4.8
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for C compiler default output file name... a.out
checking whether the C compiler works...
checking for suffix of object files...
checking for suffix of object files... yes
checking for suffix of object files... checking whether we are cross compiling... no
checking for suffix of executables... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.8 accepts -g... yes
checking whether /usr/bin/gcc-4.8 accepts -g... a.out
checking whether the C compiler works... yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89...
yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... o
checking whether we are using the GNU C compiler... checking for suffix of object files... yes
checking whether we are cross compiling... no
checking for suffix of executables... none needed
none needed
checking how to run the C preprocessor... yes
checking whether /usr/bin/gcc-4.8 accepts -g...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.8 accepts -g... checking for perl... perl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... /usr/bin/gcc-4.8 -E
yes
checking for x86_64-unknown-linux-gnu-ranlib... yes
ranlib
checking whether /usr/bin/gcc-4.8 accepts -g... checking how to run the C preprocessor... yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... o
checking whether we are using the GNU C compiler... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for perl... checking whether to install libiberty headers and static library... no
configure: target_header_dir =
perl
checking for x86_64-unknown-linux-gnu-gcc... /usr/bin/gcc-4.8
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-unknown-linux-gnu-gcc... /usr/bin/gcc-4.8
/usr/bin/gcc-4.8 -E
checking for grep that handles long lines and -e... yes
yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... checking whether /usr/bin/gcc-4.8 accepts -g... /bin/grep
checking for egrep... none needed
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
/bin/grep -E
checking for ANSI C header files... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether /usr/bin/gcc-4.8 supports -W... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... /bin/grep -E
checking for ANSI C header files... yes
checking whether /usr/bin/gcc-4.8 supports -Wall... none needed
checking for C compiler default output file name... checking for C compiler default output file name... yes
checking build system type... checking whether /usr/bin/gcc-4.8 supports -Wwrite-strings... x86_64-unknown-linux-gnu
checking host system type... none needed
checking how to run the C preprocessor... yes
checking whether /usr/bin/gcc-4.8 supports -Wstrict-prototypes... a.out
checking whether the C compiler works... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ranlib... yes
ranlib
checking for library containing strerror... checking whether we are cross compiling... no
checking for suffix of executables... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... /usr/bin/gcc-4.8 -E
yes
checking whether /usr/bin/gcc-4.8 supports -Wmissing-prototypes... yes
checking for suffix of object files... checking for sys/types.h... checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking for sys/stat.h... yes
checking whether /usr/bin/gcc-4.8 accepts -g... yes
checking for stdlib.h... /usr/bin/gcc-4.8 -E
checking for grep that handles long lines and -e... yes
yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... o
checking whether we are using the GNU C compiler... /bin/grep
checking for egrep... yes
/bin/grep -E
checking for ANSI C header files... checking whether /usr/bin/gcc-4.8 supports -Wold-style-definition... checking for sys/types.h... yes
checking for string.h... yes
none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for sys/stat.h... yes
no
checking how to run the C preprocessor... checking for memory.h... checking for grep that handles long lines and -e... yes
checking whether /usr/bin/gcc-4.8 accepts -g... /bin/grep
checking for egrep... yes
yes
checking whether /usr/bin/gcc-4.8 supports -Wmissing-format-attribute... /bin/grep -E
checking for ANSI C header files... checking for stdlib.h... /usr/bin/gcc-4.8 -E
yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... yes
yes
checking whether /usr/bin/gcc-4.8 supports -Wcast-qual... checking for strings.h... checking whether /usr/bin/gcc-4.8 supports -W... yes
checking for string.h... yes
checking whether /usr/bin/gcc-4.8 supports -pedantic -Wlong-long... yes
checking whether /usr/bin/gcc-4.8 supports -Wall... none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for inttypes.h... yes
checking for sys/types.h... yes
checking how to run the C preprocessor... yes
checking whether /usr/bin/gcc-4.8 supports -Wwrite-strings... yes
checking for memory.h... no
checking how to run the C preprocessor... /usr/bin/gcc-4.8 -E
yes
checking whether /usr/bin/gcc-4.8 supports -Wc++-compat... yes
yes
checking for an ANSI C-conforming const... yes
yes
checking for stdint.h... checking for strings.h... checking for sys/stat.h... yes
yes
checking for unistd.h... checking for inttypes.h... yes
/usr/bin/gcc-4.8 -E
checking for grep that handles long lines and -e... yes
checking for inline... yes
yes
yes
checking for stdint.h... /bin/grep
checking for egrep... checking whether /usr/bin/gcc-4.8 supports -Wstrict-prototypes... /bin/grep -E
checking for ANSI C header files... checking minix/config.h usability... checking for stdlib.h... yes
checking for unistd.h... inline
yes
checking whether /usr/bin/gcc-4.8 supports -W... checking for sys/types.h... yes
checking whether /usr/bin/gcc-4.8 supports -pedantic ... checking for string.h... yes
checking whether /usr/bin/gcc-4.8 supports -Wall... yes
yes
checking whether /usr/bin/gcc-4.8 and cc understand -c and -o together... checking minix/config.h usability... yes
checking for sys/stat.h... yes
yes
checking whether /usr/bin/gcc-4.8 supports -Wwrite-strings... checking for memory.h... yes
checking whether /usr/bin/gcc-4.8 supports -Wc++-compat... yes
checking for stdlib.h... yes
checking for sys/types.h... no
checking minix/config.h presence... yes
yes
checking whether /usr/bin/gcc-4.8 supports -Wstrict-prototypes... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for strings.h... yes
yes
yes
checking for sys/stat.h... checking whether /usr/bin/gcc-4.8 supports -pedantic ... checking for string.h... yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
checking for a sed that does not truncate output... yes
checking whether /usr/bin/gcc-4.8 and cc understand -c and -o together... /bin/sed
yes
checking for inline... checking whether /usr/bin/gcc-4.8 supports -W... inline
checking for grep that handles long lines and -e... yes
yes
/bin/grep
checking for egrep... yes
/bin/grep -E
checking for ANSI C header files... checking whether /usr/bin/gcc-4.8 supports -Wall... checking for stdlib.h... checking for memory.h... yes
checking for stdint.h... no
checking minix/config.h presence... yes
checking whether /usr/bin/gcc-4.8 supports -Wwrite-strings... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for strings.h... yes
yes
checking for string.h... checking whether /usr/bin/gcc-4.8 supports -Wstrict-prototypes... checking for unistd.h... yes
yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking whether /usr/bin/gcc-4.8 supports -Wmissing-prototypes... yes
yes
checking for inttypes.h... checking for memory.h... yes
checking for inline... no
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether /usr/bin/gcc-4.8 supports -Wold-style-definition... yes
checking whether /usr/bin/gcc-4.8 supports -W... checking minix/config.h usability... yes
inline
checking for grep that handles long lines and -e... yes
yes
/bin/grep
checking for egrep... checking for stdint.h... checking for sys/types.h... /bin/grep -E
checking for ANSI C header files... checking for strings.h... yes
yes
checking whether /usr/bin/gcc-4.8 supports -Wall... checking whether /usr/bin/gcc-4.8 supports -Wmissing-format-attribute... yes
checking for sys/stat.h... yes
yes
yes
yes
checking whether /usr/bin/gcc-4.8 supports -Woverlength-strings... checking for stdlib.h... checking whether /usr/bin/gcc-4.8 supports -Wnarrowing... checking for unistd.h... yes
yes
yes
checking for inttypes.h... checking for string.h... checking whether /usr/bin/gcc-4.8 supports -pedantic -Wlong-long... yes
checking whether /usr/bin/gcc-4.8 supports -Wwrite-strings... yes
checking for memory.h... yes
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
yes
checking for off_t... checking whether /usr/bin/gcc-4.8 supports -Wmissing-format-attribute... yes
yes
checking for strings.h... checking for stdint.h... yes
no
checking minix/config.h presence... yes
checking for inttypes.h... checking whether /usr/bin/gcc-4.8 supports -Wstrict-prototypes... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking stddef.h presence... yes
checking for sys/types.h... checking for stdint.h... yes
checking for stddef.h... yes
yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... checking for sys/stat.h... checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
yes
yes
checking whether byte ordering is bigendian... checking fcntl.h usability... checking for stdlib.h... yes
yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for string.h... checking for unistd.h... yes
yes
checking for memory.h... checking for a thread-safe mkdir -p... yes
checking fcntl.h presence... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking for fcntl.h... yes
checking for strings.h... checking sys/file.h usability... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... /usr/bin/gcc-4.8
yes
checking for inttypes.h... yes
yes
yes
checking whether /usr/bin/gcc-4.8 supports -Wmissing-prototypes... yes
checking for size_t... checking ctype.h usability... checking for stdint.h... checking for C compiler default output file name... yes
yes
checking for unistd.h... checking whether /usr/bin/gcc-4.8 supports -Wold-style-definition... yes
checking sys/file.h presence... yes
checking whether byte ordering is bigendian... a.out
checking whether the C compiler works... yes
checking for sys/file.h... yes
yes
checking whether we are cross compiling... no
checking for suffix of executables... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/stat.h... (cached) yes
yes
yes
checking ctype.h presence... checking whether /usr/bin/gcc-4.8 supports -Wc++-compat... checking for clearerr_unlocked... checking for sys/file.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
yes
checking whether /usr/bin/gcc-4.8 supports -pedantic -Wlong-long... yes
checking for working alloca.h... checking for sys/param.h...
checking for suffix of object files... yes
yes
yes
checking whether /usr/bin/gcc-4.8 supports -fno-exceptions... checking for limits.h... checking for feof_unlocked... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... (cached) yes
yes
checking stddef.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for malloc.h... yes
checking for stddef.h... yes
yes
checking whether /usr/bin/gcc-4.8 supports -fno-rtti... checking for sys/file.h... checking for string.h... (cached) yes
yes
yes
checking for alloca... checking whether /usr/bin/gcc-4.8 accepts -g... yes
yes
checking stdio.h usability... checking for string.h... (cached) yes
yes
checking for sys/param.h... checking for unistd.h... (cached) yes
checking for ferror_unlocked... checking for strings.h... (cached) yes
yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... yes
checking for sys/time.h... yes
yes
checking for limits.h... checking for time.h... yes
checking stdio.h presence... checking dependency style of /usr/bin/g++-4.8... yes
yes
checking for stdlib.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking for sys/resource.h... checking for malloc.h... none needed
checking for getpagesize... looking for a compliant stdint.h in stdint.h, checking for style of include used by make... checking for uintmax_t... checking for fflush_unlocked... GNU
checking dependency style of /usr/bin/gcc-4.8... yes
yes
checking for sys/stat.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/mman.h... checking for unistd.h... (cached) yes
gcc3
checking whether time.h and sys/time.h may both be included... yes
checking for strings.h... (cached) yes
checking for fcntl.h... checking for sys/time.h... yes
yes
yes
checking for working mmap... checking for fgetc_unlocked... yes
yes
checking whether string.h and strings.h may both be included... checking for alloca.h... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for uintptr_t... checking for time.h... yes
checking for sys/pstat.h... yes
checking for sys/resource.h... yes
checking locale.h usability... no
no
checking for sys/sysmp.h... checking whether /usr/bin/gcc-4.8 supports -Wall... yes
yes
no
checking for sys/stat.h... (cached) yes
checking for sys/sysinfo.h... checking for fgets_unlocked... checking for sys/mman.h... yes
yes
checking for int_least32_t... yes
checking for -static-libgcc... yes
checking for machine/hal_sysinfo.h... checking for fcntl.h... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking locale.h presence... no
checking for sys/table.h... yes
checking whether integer division by zero raises SIGFPE... yes
checking for locale.h... yes
yes
checking fcntl.h usability... no
yes
checking for alloca.h... checking for sys/sysctl.h... checking for fileno_unlocked... yes
yes
yes
checking how to print strings... checking for sys/pstat.h... yes
checking for int_fast32_t... checking for sys/systemcfg.h... printf
checking for a sed that does not truncate output... /bin/sed
no
checking for grep that handles long lines and -e... checking for sys/sysmp.h... no
/bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... checking for stdint.h... (cached) yes
/bin/grep -F
checking for ld used by /usr/bin/gcc-4.8... ld
checking if the linker (ld) is GNU ld... checking for stdio_ext.h... no
yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for sys/sysinfo.h... yes
checking for inttypes.h... yes
checking for fprintf_unlocked... checking fcntl.h presence... yes
checking for process.h... yes
yes
checking for fcntl.h... yes
checking for machine/hal_sysinfo.h... yes
checking for uint64_t... BSD nm
checking whether ln -s works... yes
checking limits.h usability... checking the maximum length of command line arguments... yes
3458764513820540925
checking whether the shell understands some XSI constructs... checking for stdint.h... yes
checking whether the shell understands "+="... yes
no
checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
no
checking for sys/prctl.h... checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for sys/table.h... checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from /usr/bin/gcc-4.8 object... yes
checking for sys/wait.h that is POSIX.1 compatible... no
checking for sys/sysctl.h... no
checking for fputc_unlocked... yes
checking for unsigned long long... yes
yes
checking limits.h presence... checking for sys/systemcfg.h... yes
checking what to include in gstdint.h... yes
checking whether time.h and sys/time.h may both be included... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for limits.h... yes
checking stddef.h usability... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for off_t... yes
yes
checking whether errno must be declared... yes
yes
checking for inttypes.h... checking for process.h... checking for fputs_unlocked... no
no
checking size of int... checking for sys/prctl.h... yes
checking stddef.h presence... ok
yes
yes
yes
checking for stddef.h... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for sys/wait.h that is POSIX.1 compatible... checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking how to run the C preprocessor... checking for string.h... (cached) yes
yes
checking sys/file.h usability... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... checking for fread_unlocked... yes
checking whether time.h and sys/time.h may both be included... yes
checking for shared library run path origin... yes
checking size of int... /usr/bin/gcc-4.8 -E
done
4
checking size of long... yes
checking sys/file.h presence... checking argz.h usability... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... checking for ANSI C header files... yes
checking whether errno must be declared... yes
yes
checking argz.h presence... 8
4
checking for long long... checking size of long... checking for fwrite_unlocked... yes
checking for argz.h... yes
checking limits.h usability... no
checking size of int... yes
no
checking for an ANSI C-conforming const... yes
checking limits.h presence... checking for getchar_unlocked... yes
checking for limits.h... yes
8
yes
checking for inline... checking for ANSI C header files... (cached) yes
checking locale.h usability... checking build system type... inline
checking for obstacks... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for off_t... yes
checking locale.h presence... yes
yes
checking size of long long... yes
4
checking size of long... checking for sys/types.h... checking for getc_unlocked... yes
checking for locale.h... yes
checking nl_types.h usability... yes
yes
8
8
checking for a 64-bit type... checking for long long... checking for sys/stat.h... yes
checking nl_types.h presence... checking for putchar_unlocked... yes
checking for nl_types.h... yes
checking malloc.h usability... uint64_t
checking for intptr_t... yes
checking malloc.h presence... yes
yes
yes
checking for size_t... checking for stdlib.h... yes
checking for malloc.h... yes
checking for putc_unlocked... checking stddef.h usability... yes
yes
checking stddef.h presence... yes
checking whether abort is declared... checking for string.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking whether asprintf is declared... yes
checking whether basename is declared... yes
checking whether errno is declared... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... (cached) /usr/bin/gcc-4.8
no
yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking sys/param.h presence... no
yes
yes
checking size of long long... checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc-4.8 accepts -g... (cached) yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... (cached) none needed
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for gawk... (cached) gawk
checking whether vasprintf is declared... checking how to print strings... checking for memory.h... yes
checking for sys/param.h... yes
printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by /usr/bin/gcc-4.8... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for feof_unlocked... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... make[3]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libdecnumber'
source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no /usr/bin/gcc-4.8 -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c ../../libdecnumber/decNumber.c
source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no /usr/bin/gcc-4.8 -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c ../../libdecnumber/decContext.c
source='../../libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no /usr/bin/gcc-4.8 -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c ../../libdecnumber/bid/decimal32.c
source='../../libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no /usr/bin/gcc-4.8 -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c ../../libdecnumber/bid/decimal64.c
source='../../libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no /usr/bin/gcc-4.8 -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c ../../libdecnumber/bid/decimal128.c
yes
checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... source='../../libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no /usr/bin/gcc-4.8 -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c ../../libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for strings.h... no
checking whether fputc_unlocked is declared... source='../../libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no /usr/bin/gcc-4.8 -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c ../../libdecnumber/bid/host-ieee32.c
source='../../libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no /usr/bin/gcc-4.8 -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c ../../libdecnumber/bid/host-ieee64.c
yes
checking for ssize_t... yes
8
checking for a 64-bit type... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for fgets_unlocked... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from /usr/bin/gcc-4.8 object... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
yes
checking for uintptr_t... checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking for an ANSI C-conforming const... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... source='../../libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no /usr/bin/gcc-4.8 -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c ../../libdecnumber/bid/host-ieee128.c
yes
checking for inttypes.h... yes
checking for ptrdiff_t... yes
uint64_t
yes
checking for pid_t... checking for intptr_t... checking for getc_unlocked... yes
checking for stdint.h... yes
yes
checking for uint64_t... checking for library containing strerror... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of int... yes
4
checking size of long... checking for unistd.h... yes
8
checking for dlfcn.h... checking for clearerr_unlocked... yes
yes
checking for objdir... .libs
checking for feof_unlocked... yes
checking for ferror_unlocked... checking if /usr/bin/gcc-4.8 supports -fno-rtti -fno-exceptions... yes
no
checking for /usr/bin/gcc-4.8 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc-4.8 PIC flag -fPIC -DPIC works... checking for fflush_unlocked... yes
checking for fgetc_unlocked... yes
checking if /usr/bin/gcc-4.8 static flag -static works... yes
checking for fgets_unlocked... yes
checking if /usr/bin/gcc-4.8 supports -c -o file.o... yes
checking for fileno_unlocked... yes
checking if /usr/bin/gcc-4.8 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.8 linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... checking for asprintf... checking for fprintf_unlocked... ok
yes
yes
yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... checking for getcwd... checking for atexit... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
yes
ranlib libdecnumber.a
checking for dlfcn.h... checking for basename... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for getegid... checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for int64_t... yes
checking for uintptr_t... make[3]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libdecnumber'
no
yes
yes
checking for fputc_unlocked... checking for bcmp... checking for geteuid... yes
yes
yes
yes
checking for objdir... .libs
checking for getgid... checking for fputs_unlocked... checking for bcopy... yes
checking for uint64_t... yes
checking for ssize_t... yes
yes
yes
checking for getuid... checking for fread_unlocked... checking for bsearch... yes
checking for sys/wait.h that is POSIX.1 compatible... checking if /usr/bin/gcc-4.8 supports -fno-rtti -fno-exceptions... yes
checking for fwrite_unlocked... yes
yes
yes
no
checking for /usr/bin/gcc-4.8 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc-4.8 PIC flag -fPIC -DPIC works... checking for mempcpy... checking for bzero... yes
checking for pid_t... yes
checking if /usr/bin/gcc-4.8 static flag -static works... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for getchar_unlocked... yes
yes
checking for calloc... checking for munmap... yes
checking for getc_unlocked... yes
yes
checking for library containing strerror... yes
checking for clock... checking for putenv... yes
checking if /usr/bin/gcc-4.8 supports -c -o file.o... yes
checking for putchar_unlocked... none required
yes
checking for asprintf... checking for ffs... yes
checking if /usr/bin/gcc-4.8 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.8 linker (ld -m elf_x86_64) supports shared libraries... yes
checking for setenv... yes
checking dynamic linker characteristics... yes
yes
yes
checking for putc_unlocked... checking for atexit... checking for getcwd... yes
checking for setlocale... yes
yes
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking unwind.h usability... checking whether abort is declared... checking for basename... yes
checking for getpagesize... yes
checking for stpcpy... yes
checking unwind.h presence... yes
yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... checking for bcmp... yes
checking whether asprintf is declared... yes
checking for gettimeofday... yes
checking for strcasecmp... yes
checking for -funwind-tables option... yes
yes
yes
checking whether basename is declared... checking for bcopy... yes
checking for -frandom-seed=string option... checking for index... yes
checking for strdup... yes
checking whether /usr/bin/gcc-4.8 supports -W... yes
checking for insque... yes
yes
checking whether /usr/bin/gcc-4.8 supports -Wall... yes
checking for bsearch... checking whether errno is declared... yes
yes
checking for strtoul... checking whether /usr/bin/gcc-4.8 supports -Wwrite-strings... yes
checking for memchr... yes
checking whether /usr/bin/gcc-4.8 supports -Wstrict-prototypes... yes
checking for bzero... no
checking whether getopt is declared... checking for tsearch... config.status: creating Makefile
yes
checking whether /usr/bin/gcc-4.8 supports -Wmissing-prototypes... config.status: creating config.h
yes
checking for memcmp... config.status: executing depfiles commands
yes
checking whether /usr/bin/gcc-4.8 supports -Wold-style-definition... yes
config.status: executing libtool commands
checking for calloc... yes
yes
checking whether vasprintf is declared... yes
checking for __argz_count... checking whether /usr/bin/gcc-4.8 supports -Wmissing-format-attribute... yes
checking for memcpy... yes
yes
checking whether /usr/bin/gcc-4.8 supports -Wcast-qual... checking for clock... yes
checking whether clearerr_unlocked is declared... yes
yes
checking for _Unwind_GetIPInfo... checking for __argz_stringify... yes
checking for memmem... yes
checking for ffs... yes
yes
checking whether feof_unlocked is declared... yes
checking __sync extensions... yes
checking for __argz_next... checking for memmove... yes
checking for getcwd... yes
checking __atomic extensions... yes
yes
yes
checking for __fsetlocking... checking whether ferror_unlocked is declared... checking for mempcpy... yes
checking for getpagesize... yes
checking output filetype... yes
checking for iconv... yes
yes
checking for memset... checking whether fflush_unlocked is declared... elf64
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for gettimeofday... yes
yes
checking for iconv declaration... checking for mkstemps... yes
checking whether fgetc_unlocked is declared... yes
checking for uintptr_t... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for index... yes
checking for putenv... yes
checking whether fgets_unlocked is declared... yes
checking for int_least32_t... yes
checking for LC_MESSAGES... yes
yes
checking for insque... checking for random... yes
checking whether fileno_unlocked is declared... yes
checking for bison... bison
checking version of bison... 3.0.4, ok
yes
checking whether NLS is requested... checking for int_fast32_t... no
checking whether to use NLS... no
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
yes
checking for memchr... checking for rename... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking whether fprintf_unlocked is declared... yes
checking for uint64_t... yes
yes
checking for rindex... checking for memcmp... no
checking whether fputc_unlocked is declared... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking sys/mman.h usability... yes
checking for setenv... yes
checking for memcpy... config.status: creating Makefile
yes
config.status: creating config.intl
checking whether fputs_unlocked is declared... yes
checking sys/mman.h presence... config.status: creating config.h
yes
yes
checking for sys/mman.h... yes
config.status: executing default-1 commands
checking for mmap... checking for snprintf... yes
checking for memmem... yes
checking whether fread_unlocked is declared... yes
yes
checking for sigsetmask... checking link.h usability... yes
checking for memmove... make[3]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/intl'
yes
checking whether fwrite_unlocked is declared... yes
yes
checking link.h presence... checking for stpcpy... yes
checking for mempcpy... yes
checking for link.h... yes
checking for dl_iterate_phdr... yes
checking whether getchar_unlocked is declared... yes
checking for stpncpy... yes
checking for fcntl... yes
checking for memset... yes
checking whether getc_unlocked is declared... yes
checking for strcasecmp... yes
checking whether strnlen is declared... yes
checking for mkstemps... yes
checking whether putchar_unlocked is declared... yes
checking for strchr... yes
checking for getexecname... yes
checking for putenv... yes
checking whether putc_unlocked is declared... yes
checking for strdup... no
checking whether tests can run... yes
checking for random... yes
checking for working alloca.h... yes
yes
checking for strncasecmp... yes
checking for rename... configure: updating cache ./config.cache
yes
checking for alloca... configure: creating ./config.status
yes
checking for strndup... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking for rindex... yes
checking for strnlen... yes
checking whether NLS is requested... no
checking for uchar... yes
checking for setenv... yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... checking for strrchr... yes
checking for shared library run path origin... done
checking for iconv... (cached) no
yes
checking for snprintf... yes
checking for strstr... yes
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strtod... checking for sigsetmask... yes
yes
checking for strtol... checking for stpcpy... config.status: creating Makefile
config.status: creating config.h
yes
yes
checking for strtoul... config.status: executing depdir commands
checking for stpncpy... mkdir -p -- .deps
yes
checking for strtoll... yes
checking for strcasecmp... yes
checking for strtoull... yes
checking for strchr... config.status: creating Makefile
config.status: creating backtrace-supported.h
yes
config.status: creating config.h
checking for strverscmp... config.status: executing libtool commands
yes
checking for strdup... config.status: executing gstdint.h commands
config.status: executing default commands
yes
checking for tmpnam... yes
checking for strncasecmp... yes
checking for vasprintf... make[3]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libbacktrace'
make all-am
make[4]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libbacktrace'
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o atomic.lo ../../libbacktrace/atomic.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o sort.lo ../../libbacktrace/sort.c
true DO=all multi-do # make
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o dwarf.lo ../../libbacktrace/dwarf.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o fileline.lo ../../libbacktrace/fileline.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o posix.lo ../../libbacktrace/posix.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o print.lo ../../libbacktrace/print.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o state.lo ../../libbacktrace/state.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o backtrace.lo ../../libbacktrace/backtrace.c
yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o simple.lo ../../libbacktrace/simple.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o elf.lo ../../libbacktrace/elf.c
checking for strndup... libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/atomic.c -o atomic.o
libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/dwarf.c -o dwarf.o
libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/sort.c -o sort.o
libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/state.c -o state.o
libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/posix.c -o posix.o
libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/fileline.c -o fileline.o
libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/print.c -o print.o
libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/backtrace.c -o backtrace.o
libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/simple.c -o simple.o
libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/elf.c -o elf.o
yes
checking for vfprintf... /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o mmapio.lo ../../libbacktrace/mmapio.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o mmap.lo ../../libbacktrace/mmap.c
yes
checking for strnlen... libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/mmapio.c -o mmapio.o
libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/mmap.c -o mmap.o
yes
checking for vprintf... yes
checking for strrchr... yes
checking for vsnprintf... yes
checking for strstr... yes
checking for vsprintf... yes
checking for strtod... yes
checking for waitpid... /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.8 -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
yes
checking for strtol... yes
checking for setproctitle... yes
checking for strtoul... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... libtool: link: ar rc .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o
libtool: link: ranlib .libs/libbacktrace.a
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
make[4]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libbacktrace'
make[3]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libbacktrace'
yes
checking for strtoll... -1
checking for vfork.h... no
checking for fork... yes
checking for strtoull... yes
checking for vfork... yes
checking for strverscmp... yes
checking for working fork... yes
checking for tmpnam... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for vasprintf... no
checking for sys_errlist... yes
yes
checking for sys_nerr... checking for vfprintf... yes
yes
checking for sys_siglist... checking for vprintf... yes
checking for external symbol _system_configuration... yes
checking for vsnprintf... no
checking for __fsetlocking... yes
checking for vsprintf... yes
checking for canonicalize_file_name... yes
checking for waitpid... yes
checking for dup3... yes
checking for setproctitle... yes
checking for getrlimit... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking for getrusage... -1
checking for vfork.h... no
checking for fork... yes
checking for getsysinfo... yes
no
checking for vfork... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for working fork... yes
checking for psignal... yes
checking for pstat_getdynamic... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for pstat_getstatic... no
checking for sys_errlist... yes
no
checking for realpath... checking for sys_nerr... yes
yes
checking for setrlimit... checking for sys_siglist... yes
yes
checking for external symbol _system_configuration... checking for sbrk... no
yes
checking for __fsetlocking... checking for spawnve... yes
no
checking for canonicalize_file_name... checking for spawnvpe... yes
no
checking for dup3... checking for strerror... yes
yes
checking for strsignal... checking for getrlimit... yes
yes
checking for sysconf... checking for getrusage... yes
yes
checking for sysctl... checking for getsysinfo... yes
no
checking for sysmp... checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for table... yes
checking for psignal... no
checking for times... yes
checking for pstat_getdynamic... yes
checking for wait3... no
checking for pstat_getstatic... yes
checking for wait4... no
checking for realpath... yes
checking whether basename is declared... yes
checking for setrlimit... no
checking whether ffs is declared... yes
checking for sbrk... yes
checking whether asprintf is declared... yes
checking for spawnve... no
checking whether vasprintf is declared... no
checking whether snprintf is declared... no
yes
checking for spawnvpe... checking whether vsnprintf is declared... yes
no
checking for strerror... checking whether calloc is declared... yes
yes
checking whether getenv is declared... checking for strsignal... yes
yes
checking whether getopt is declared... checking for sysconf... yes
yes
checking whether malloc is declared... checking for sysctl... yes
yes
checking whether realloc is declared... checking for sysmp... yes
checking whether sbrk is declared... no
checking for table... yes
checking whether strtol is declared... no
checking for times... yes
yes
checking whether strtoul is declared... checking for wait3... yes
yes
checking whether strtoll is declared... checking for wait4... yes
yes
checking whether strtoull is declared... checking whether basename is declared... yes
no
checking whether strverscmp is declared... checking whether ffs is declared... yes
no
checking whether canonicalize_file_name must be declared... checking whether asprintf is declared... no
yes
checking for stdlib.h... (cached) yes
checking whether vasprintf is declared... checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking for working strncmp... yes
checking whether calloc is declared... yes
yes
configure: updating cache ./config.cache
checking whether getenv is declared... configure: creating ./config.status
yes
checking whether getopt is declared... yes
checking whether malloc is declared... config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
yes
checking whether realloc is declared... config.status: executing default commands
yes
checking whether sbrk is declared... make[3]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/build-x86_64-unknown-linux-gnu/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-picdir
touch stamp-noasandir
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o noasan/regex.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o noasan/md5.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o regex.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o cplus-dem.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o cp-demangle.o
make[4]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/build-x86_64-unknown-linux-gnu/libiberty/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/build-x86_64-unknown-linux-gnu/libiberty/testsuite'
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o noasan/argv.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o md5.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o sha1.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o alloca.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o pic/concat.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o noasan/concat.o; \
else true; fi
yes
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
checking whether strtol is declared... /usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o crc32.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/d-demangle.c -o d-demangle.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
yes
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dwarfnames.c -o dwarfnames.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
checking whether strtoul is declared... /usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o floatformat.o
yes
checking whether strtoll is declared... if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
yes
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
checking whether strtoull is declared... if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o pic/hex.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o noasan/hex.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o hex.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o lbasename.o
yes
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
checking whether strverscmp is declared... if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o objalloc.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o noasan/partition.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o partition.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pexecute.o
no
checking whether canonicalize_file_name must be declared... if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o physmem.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
yes
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
checking for stdlib.h... (cached) yes
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/vprintf-support.c -o vprintf-support.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
checking for unistd.h... (cached) yes
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
checking for getpagesize... (cached) yes
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o simple-object.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
checking for working mmap... /usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o pic/sort.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o noasan/sort.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
yes
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o spaces.o
checking for working strncmp... if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o pic/strerror.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o stack-limit.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o timeval-utils.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
yes
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xasprintf.c -o xasprintf.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
configure: updating cache ./config.cache
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o xstrdup.o
configure: creating ./config.status
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xvasprintf.c -o xvasprintf.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -Os -w -pipe -march=core2 -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o setproctitle.o
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
Configuring stage 1 in ./libcpp
make[3]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-picdir
touch stamp-noasandir
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/argv.c -o pic/argv.o; \
else true; fi
make[4]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libiberty/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libiberty/testsuite'
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/argv.c -o noasan/argv.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/choose-temp.c -o choose-temp.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/alloca.c -o alloca.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/argv.c -o argv.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/md5.c -o noasan/md5.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/crc32.c -o pic/crc32.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/md5.c -o md5.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sha1.c -o sha1.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/concat.c -o noasan/concat.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/crc32.c -o crc32.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demint.c -o cp-demint.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dwarfnames.c -o dwarfnames.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fdmatch.c -o fdmatch.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/d-demangle.c -o d-demangle.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fibheap.c -o fibheap.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fnmatch.c -o fnmatch.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt.c -o getopt.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cplus-dem.c -o cplus-dem.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getpwd.c -o getpwd.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demangle.c -o cp-demangle.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/hex.c -o noasan/hex.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hex.c -o hex.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/regex.c -o noasan/regex.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lbasename.c -o lbasename.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getruntime.c -o getruntime.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/regex.c -o regex.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lrealpath.c -o lrealpath.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/obstack.c -o obstack.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-temp-file.c -o make-temp-file.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/objalloc.c -o objalloc.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/partition.c -o noasan/partition.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/partition.c -o partition.o
configure: creating cache ./config.cache
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pexecute.c -o pexecute.o
checking build system type... if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/physmem.c -o physmem.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
x86_64-unknown-linux-gnu
checking host system type... if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-one.c -o pex-one.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
x86_64-unknown-linux-gnu
checking target system type... /usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/vprintf-support.c -o vprintf-support.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
ranlib ./libiberty.a
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
cd pic; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi; \
if [ x"" != x ]; then \
cd noasan; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-common.c -o pex-common.o
x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... make[3]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/build-x86_64-unknown-linux-gnu/libiberty'
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/sort.c -o pic/sort.o; \
else true; fi
yes
checking for a BSD-compatible install... if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
/usr/bin/install -c
checking for x86_64-unknown-linux-gnu-gcc... /usr/bin/gcc-4.8
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object.c -o simple-object.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/sort.c -o noasan/sort.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sort.c -o sort.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-coff.c -o simple-object-coff.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
checking for C compiler default output file name... if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
make[3]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/build-x86_64-unknown-linux-gnu/fixincludes'
/usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixincl.c
a.out
checking whether the C compiler works... if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/strerror.c -o pic/strerror.o; \
else true; fi
yes
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
checking whether we are cross compiling... no
checking for suffix of executables... if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/spaces.c -o spaces.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/stack-limit.c -o stack-limit.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strerror.c -o strerror.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
make[3]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/build-x86_64-unknown-linux-gnu/libcpp'
/usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../../libcpp/charset.c
/usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../../libcpp/directives.c
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
checking for suffix of object files... /usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/timeval-utils.c -o timeval-utils.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
o
checking whether we are using the GNU C compiler... if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xasprintf.c -o xasprintf.o
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strsignal.c -o strsignal.o
/usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../../libcpp/directives-only.c
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
yes
checking whether /usr/bin/gcc-4.8 accepts -g... /usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../../libcpp/errors.c
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xatexit.c -o xatexit.o
yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixtests.c
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xexit.c -o xexit.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmalloc.c -o xmalloc.o
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmemdup.c -o xmemdup.o
none needed
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrdup.c -o xstrdup.o
/usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../../libcpp/expr.c
checking whether we are using the GNU C++ compiler... /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixfixes.c
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"-fpic" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrndup.c -o xstrndup.o
/usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../../libcpp/files.c
yes
checking whether /usr/bin/g++-4.8 accepts -g... /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/server.c
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xvasprintf.c -o xvasprintf.o
/usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/procopen.c
/usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../../libcpp/identifiers.c
if [ x"" != x ]; then \
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
/usr/bin/gcc-4.8 -c -DHAVE_CONFIG_H -g -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/setproctitle.c -o setproctitle.o
yes
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking how to run the C preprocessor... echo "#define LOCALEDIR \"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/share/locale\"" > localedir.new
../../../libcpp/../move-if-change localedir.new localedir.h
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o
echo timestamp > localedir.hs
/usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../../libcpp/lex.c
ranlib ./libiberty.a
if [ x"-fpic" != x ]; then \
cd pic; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi; \
if [ x"" != x ]; then \
cd noasan; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
/usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixlib.c
/usr/bin/gcc-4.8 -E
/usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixopts.c
srcdir="../../../fixincludes" /bin/sh ../../../fixincludes/mkfixinc.sh x86_64-unknown-linux-gnu
sed -e 's/@gcc_version@/5.1.0/' < mkheaders.almost > mkheadersT
checking for grep that handles long lines and -e... mv -f mkheadersT mkheaders
/usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../../libcpp/line-map.c
make[3]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libiberty'
/bin/grep
checking for egrep... /usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../../libcpp/macro.c
/bin/grep -E
checking for ANSI C header files... /usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../../libcpp/mkdeps.c
/usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../../libcpp/pch.c
/usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../../libcpp/symtab.c
/usr/bin/gcc-4.8 -Os -w -pipe -march=core2 -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
echo timestamp > full-stamp
make[3]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/build-x86_64-unknown-linux-gnu/fixincludes'
make[3]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/lto-plugin'
make all-am
yes
make[4]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/lto-plugin'
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Wall -g -c -o lto-plugin.lo ../../lto-plugin/lto-plugin.c
checking for sys/types.h... /usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../../libcpp/traditional.c
/usr/bin/g++-4.8 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Os -w -pipe -march=core2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../../libcpp/init.c
libtool: compile: /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -Wall -g -c ../../lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o
yes
checking for sys/stat.h... yes
checking for stdlib.h... /bin/sh ./libtool --tag=CC --tag=disable-static --mode=link /usr/bin/gcc-4.8 -Wall -g -Wc,-static-libgcc -module -bindir /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/libexec/gcc/x86_64-unknown-linux-gnu/5.1.0 -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' '-L/usr/local/google/home/yuhuang/.linuxbrew/lib' '-Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2' '-Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib' -o liblto_plugin.la -rpath /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/libexec/gcc/x86_64-unknown-linux-gnu/5.1.0 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a
yes
checking for string.h... yes
checking for memory.h... libtool: link: /usr/bin/gcc-4.8 -shared -fPIC -DPIC .libs/lto-plugin.o -L/usr/local/google/home/yuhuang/.linuxbrew/lib -static-libgcc -static-libstdc++ -static-libgcc -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath -Wl,/usr/local/google/home/yuhuang/.linuxbrew/lib ../libiberty/pic/libiberty.a -Wl,-soname -Wl,liblto_plugin.so.0 -o .libs/liblto_plugin.so.0.0.0
yes
checking for strings.h... libtool: link: (cd ".libs" && rm -f "liblto_plugin.so.0" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so.0")
libtool: link: (cd ".libs" && rm -f "liblto_plugin.so" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so")
libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" )
yes
checking for inttypes.h... libtool: install: /usr/bin/install -c .libs/liblto_plugin.so.0.0.0 /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/lto-plugin/../gcc/liblto_plugin.so.0.0.0
libtool: install: (cd /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/lto-plugin/../gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so.0 || { rm -f liblto_plugin.so.0 && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so.0; }; })
libtool: install: (cd /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/lto-plugin/../gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so; }; })
libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/lto-plugin/../gcc/liblto_plugin.la
libtool: install: warning: remember to run `libtool --finish /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/libexec/gcc/x86_64-unknown-linux-gnu/5.1.0'
make[4]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/lto-plugin'
make[3]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/lto-plugin'
yes
checking for stdint.h... Configuring stage 1 in ./gcc
yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: creating cache ./config.cache
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking build system type... x86_64-unknown-linux-gnu
checking host system type... no
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether /usr/bin/gcc-4.8 supports -W... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
yes
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking whether /usr/bin/gcc-4.8 supports -Wall... checking whether to place generated files in the source directory... no
checking whether a default linker was specified... no
checking whether a default assembler was specified... no
checking for x86_64-unknown-linux-gnu-gcc... /usr/bin/gcc-4.8
yes
checking for C compiler default output file name... checking whether /usr/bin/gcc-4.8 supports -Wnarrowing... yes
checking whether /usr/bin/gcc-4.8 supports -Wwrite-strings... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
yes
checking for suffix of object files... checking whether /usr/bin/gcc-4.8 supports -Wmissing-format-attribute... yes
o
checking whether we are using the GNU C compiler... checking whether /usr/bin/gcc-4.8 supports -Wstrict-prototypes... yes
checking whether /usr/bin/gcc-4.8 accepts -g... yes
checking whether /usr/bin/gcc-4.8 supports -Wmissing-prototypes... yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... yes
checking whether /usr/bin/gcc-4.8 supports -Wold-style-definition... yes
checking whether /usr/bin/gcc-4.8 supports -Wc++-compat... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/gcc-4.8 supports -pedantic -Wlong-long... yes
yes
checking whether /usr/bin/g++-4.8 accepts -g... checking whether /usr/bin/gcc-4.8 supports -fno-exceptions... yes
checking for x86_64-unknown-linux-gnu-gnatbind... no
yes
checking for x86_64-unknown-linux-gnu-gnatmake... no
checking whether compiler driver understands Ada... checking whether /usr/bin/gcc-4.8 supports -fno-rtti... no
rm -f libcpp.a
ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
checking how to run the C preprocessor... ranlib libcpp.a
make[3]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/build-x86_64-unknown-linux-gnu/libcpp'
yes
/usr/bin/gcc-4.8 -E
checking dependency style of /usr/bin/g++-4.8... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... gcc3
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking locale.h usability... yes
checking for sys/types.h... yes
checking locale.h presence... yes
checking for sys/stat.h... yes
checking for locale.h... yes
checking fcntl.h usability... yes
checking for stdlib.h... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking for string.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for memory.h... checking stddef.h usability... yes
checking for strings.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
yes
checking sys/file.h usability... checking for inttypes.h... yes
yes
checking sys/file.h presence... checking for stdint.h... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for obstacks... no
checking minix/config.h presence... yes
checking for off_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... /usr/bin/gcc-4.8 -E
checking for inline... yes
checking for size_t... inline
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of void *... yes
checking for ssize_t... 8
checking size of short... 2
yes
checking for uintptr_t... checking size of int... 4
checking size of long... yes
checking for ptrdiff_t... 8
checking for long long... yes
checking for uint64_t... yes
checking size of long long... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of int... 8
checking for int8_t... 4
checking size of long... yes
checking for int16_t... 8
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for int32_t... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... yes
checking for int64_t... yes
checking for fgetc_unlocked... yes
checking for long long int... yes
checking for fgets_unlocked... yes
checking for fileno_unlocked... yes
checking for intmax_t... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... yes
checking for intptr_t... yes
checking for fputs_unlocked... yes
checking for uint8_t... yes
checking for fread_unlocked... yes
checking for uint16_t... yes
checking for fwrite_unlocked... yes
checking for uint32_t... yes
checking for getchar_unlocked... yes
checking for uint64_t... yes
yes
checking for unsigned long long int... checking for getc_unlocked... yes
checking for uintmax_t... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking for uintptr_t... yes
checking whether abort is declared... yes
yes
checking for int64_t underlying type... checking whether asprintf is declared... long
checking whether /usr/bin/gcc-4.8 supports -W... yes
checking whether basename is declared... yes
checking whether /usr/bin/gcc-4.8 supports -Wall... yes
checking whether /usr/bin/gcc-4.8 supports -Wnarrowing... yes
checking whether errno is declared... yes
checking whether /usr/bin/gcc-4.8 supports -Wwrite-strings... yes
checking whether /usr/bin/gcc-4.8 supports -Wcast-qual... no
checking whether getopt is declared... yes
checking whether /usr/bin/gcc-4.8 supports -Wformat... yes
yes
checking whether /usr/bin/gcc-4.8 supports -Wstrict-prototypes... checking whether vasprintf is declared... yes
checking whether /usr/bin/gcc-4.8 supports -Wmissing-prototypes... yes
checking whether clearerr_unlocked is declared... yes
checking whether /usr/bin/gcc-4.8 supports -Wmissing-format-attribute... yes
checking whether /usr/bin/gcc-4.8 supports -Woverloaded-virtual... yes
checking whether feof_unlocked is declared... yes
checking whether /usr/bin/gcc-4.8 supports -Wold-style-definition... yes
yes
checking whether /usr/bin/gcc-4.8 supports -Wc++-compat... checking whether ferror_unlocked is declared... yes
checking whether /usr/bin/gcc-4.8 supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
yes
checking whether fflush_unlocked is declared... checking whether /usr/bin/gcc-4.8 supports -fno-exceptions... yes
checking whether /usr/bin/gcc-4.8 supports -fno-rtti... yes
checking whether fgetc_unlocked is declared... yes
checking whether /usr/bin/gcc-4.8 supports -fasynchronous-unwind-tables... yes
checking valgrind.h usability... yes
checking whether fgets_unlocked is declared... yes
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... no
checking for VALGRIND_DISCARD in <memcheck.h>... no
checking whether fputc_unlocked is declared... no
checking for multiarch configuration... auto
configure: WARNING: fixed-point is not supported for this target, ignored
checking whether make sets $(MAKE)... yes
checking for gawk... gawk
checking whether ln -s works... yes
checking whether ln works... yes
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for cmp's capabilities... gnucompare
checking for mktemp... yes
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking for recent Pod::Man... yes
checking for working alloca.h... yes
checking for flex... flex
checking for bison... bison
checking for nm... nm
checking for ar... ar
checking for sphinx-build... texinfo
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for alloca... yes
checking whether string.h and strings.h may both be included... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking whether NLS is requested... no
checking for uchar... yes
checking for limits.h... yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... checking for stddef.h... yes
checking for shared library run path origin... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
done
checking for stdlib.h... (cached) yes
checking for iconv... checking for time.h... yes
checking for iconv.h... yes
checking for fcntl.h... yes
checking for ftw.h... yes
checking for iconv declaration... yes
checking for unistd.h... (cached) yes
checking for sys/file.h... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
yes
checking for sys/time.h... yes
checking for sys/mman.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for sys/times.h... yes
checking for sys/stat.h... (cached) yes
checking for direct.h... no
checking for malloc.h... yes
checking for langinfo.h... yes
checking for ldfcn.h... config.status: creating Makefile
no
config.status: creating config.h
checking for locale.h... config.status: executing depdir commands
yes
mkdir -p -- .deps
checking for wchar.h... yes
checking for thread.h... no
checking for pthread.h... yes
checking for CHAR_BIT... yes
checking whether byte ordering is bigendian... make[3]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libcpp'
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../libcpp/charset.c
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../libcpp/directives.c
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../libcpp/directives-only.c
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../libcpp/errors.c
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../libcpp/expr.c
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../libcpp/files.c
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../libcpp/identifiers.c
echo "#define LOCALEDIR \"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/share/locale\"" > localedir.new
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../libcpp/lex.c
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../libcpp/line-map.c
../../libcpp/../move-if-change localedir.new localedir.h
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../libcpp/macro.c
echo timestamp > localedir.hs
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../libcpp/mkdeps.c
../../libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, source_location)’:
../../libcpp/expr.c:681:18: warning: format not a string literal and no format arguments [-Wformat-security]
0, message);
^
../../libcpp/expr.c:684:39: warning: format not a string literal and no format arguments [-Wformat-security]
virtual_location, 0, message);
^
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../libcpp/pch.c
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../libcpp/symtab.c
/usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../libcpp/traditional.c
../../libcpp/macro.c: In function ‘bool create_iso_definition(cpp_reader*, cpp_macro*)’:
../../libcpp/macro.c:3087:58: warning: format not a string literal and no format arguments [-Wformat-security]
cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
^
../../libcpp/macro.c:3100:58: warning: format not a string literal and no format arguments [-Wformat-security]
cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
^
no
checking how to run the C++ preprocessor... /usr/bin/g++-4.8 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../libcpp/init.c
/usr/bin/g++-4.8 -E
checking for unordered_map... no
checking for tr1/unordered_map... yes
checking for ext/hash_map... yes
checking dependency style of /usr/bin/g++-4.8... gcc3
checking for collect2 libraries... none required
checking for library containing exc_resume... rm -f libcpp.a
ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
ranlib libcpp.a
make[3]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/libcpp'
no
checking for library containing kstat_open... no
checking for library containing ldexp... none required
checking for inttypes.h... yes
checking for times... yes
checking for clock... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... yes
checking for atoq... no
checking for popen... yes
checking for sysconf... yes
checking for strsignal... yes
checking for getrusage... yes
checking for nl_langinfo... yes
checking for gettimeofday... yes
checking for mbstowcs... yes
checking for wcswidth... yes
checking for mmap... yes
checking for setlocale... yes
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... yes
checking for fgetc_unlocked... yes
checking for fgets_unlocked... yes
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for fread_unlocked... yes
checking for fwrite_unlocked... yes
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking for madvise... yes
checking whether mbstowcs works... yes
checking for ssize_t... yes
checking for caddr_t... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for pid_t... yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for LC_MESSAGES... yes
checking for nl_langinfo and CODESET... yes
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether asprintf is declared... yes
checking whether sbrk is declared... yes
checking whether abort is declared... yes
checking whether atof is declared... yes
checking whether getcwd is declared... yes
checking whether getwd is declared... yes
checking whether stpcpy is declared... yes
checking whether strnlen is declared... yes
checking whether strsignal is declared... yes
checking whether strstr is declared... yes
checking whether strverscmp is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether errno is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... yes
checking whether getopt is declared... no
checking whether clock is declared... yes
checking whether getpagesize is declared... yes
checking whether ffs is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether ldgetname is declared... no
checking whether times is declared... yes
checking whether sigaltstack is declared... yes
checking whether madvise is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for F_SETLKW... yes
checking if mkdir takes one argument... no
Using `../../gcc/config/i386/i386.c' for machine-specific logic.
Using `../../gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
../../gcc/config/vxworks-dummy.h
../../gcc/config/i386/biarch64.h
../../gcc/config/i386/i386.h
../../gcc/config/i386/unix.h
../../gcc/config/i386/att.h
../../gcc/config/dbxelf.h
../../gcc/config/elfos.h
../../gcc/config/gnu-user.h
../../gcc/config/glibc-stdint.h
../../gcc/config/i386/x86-64.h
../../gcc/config/i386/gnu-user-common.h
../../gcc/config/i386/gnu-user64.h
../../gcc/config/linux.h
../../gcc/config/linux-android.h
../../gcc/config/i386/linux-common.h
../../gcc/config/i386/linux64.h
../../gcc/config/initfini-array.h
Using host-linux.o for host machine hooks.
checking for __cxa_atexit... yes
checking whether NLS is requested... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by /usr/bin/gcc-4.8... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... (cached) ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from /usr/bin/gcc-4.8 object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc-4.8 supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc-4.8 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc-4.8 PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc-4.8 static flag -static works... yes
checking if /usr/bin/gcc-4.8 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.8 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.8 linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /usr/bin/g++-4.8 -E
checking for ld used by /usr/bin/g++-4.8... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/g++-4.8 linker (ld -m elf_x86_64) supports shared libraries... yes
checking for /usr/bin/g++-4.8 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/g++-4.8 PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/g++-4.8 static flag -static works... yes
checking if /usr/bin/g++-4.8 supports -c -o file.o... yes
checking if /usr/bin/g++-4.8 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++-4.8 linker (ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for as... /usr/local/google/home/yuhuang/.linuxbrew/bin/as
checking what assembler to use... /usr/local/google/home/yuhuang/.linuxbrew/bin/as
checking for ld... /usr/local/google/home/yuhuang/.linuxbrew/bin/ld
checking whether we are using gold... no
checking what linker to use... /usr/local/google/home/yuhuang/.linuxbrew/bin/ld
checking for nm... /usr/local/google/home/yuhuang/.linuxbrew/bin/nm
checking what nm to use... /usr/local/google/home/yuhuang/.linuxbrew/bin/nm
checking for objdump... /usr/local/google/home/yuhuang/.linuxbrew/bin/objdump
checking what objdump to use... /usr/local/google/home/yuhuang/.linuxbrew/bin/objdump
checking for readelf... /usr/local/google/home/yuhuang/.linuxbrew/bin/readelf
checking what readelf to use... /usr/local/google/home/yuhuang/.linuxbrew/bin/readelf
checking assembler flags... --64
checking assembler for .balign and .p2align... yes
checking assembler for .p2align with maximum skip... yes
checking assembler for .literal16... no
checking assembler for working .subsection -1... yes
checking assembler for .weak... yes
checking assembler for .weakref... yes
checking assembler for .nsubspa comdat... no
checking assembler for .hidden... yes
checking linker for .hidden support... yes
checking linker read-only and read-write section mixing... read-write
checking for .preinit_array/.init_array/.fini_array support... yes
checking assembler for .sleb128 and .uleb128... yes
checking assembler for cfi directives... yes
checking assembler for working cfi advance... yes
checking assembler for cfi personality directive... yes
checking assembler for cfi sections directive... yes
checking assembler for eh_frame optimization... yes
checking assembler for section merging support... yes
checking assembler for COMDAT group support (GNU as)... yes
checking assembler for line table discriminator support... yes
checking assembler for thread-local storage support... yes
checking linker -Bstatic/-Bdynamic option... yes
checking linker --demangle support... yes
checking linker plugin support... 2
checking assembler for .section with e... yes
checking assembler for filds and fists mnemonics... yes
checking assembler for fildq and fistpq mnemonics... yes
checking assembler for cmov syntax... no
checking assembler for ffreep mnemonic... yes
checking assembler for .quad directive... yes
checking assembler for sahf mnemonic... yes
checking assembler for interunit movq mnemonic... yes
checking assembler for hle prefixes... yes
checking assembler for swap suffix... yes
checking assembler for different section symbol subtraction... yes
checking assembler for GOTOFF in data... yes
checking assembler for rep and lock prefix... yes
checking assembler for ud2 mnemonic... yes
checking assembler for R_386_TLS_GD_PLT reloc... no
checking assembler for R_386_TLS_LDM_PLT reloc... no
checking assembler for R_386_TLS_LDM reloc... no
checking assembler for dwarf2 debug_line support... yes
checking assembler for buggy dwarf2 .file directive... no
checking assembler for --gdwarf2 option... yes
checking assembler for --gstabs option... yes
checking assembler for --debug-prefix-map option... yes
checking assembler for compressed debug sections... 1
checking assembler for .lcomm with alignment... no
checking for target glibc version... 2.19
checking assembler for gnu_unique_object... yes
checking assembler for tolerance to line number 0... yes
checking linker PT_GNU_EH_FRAME support... yes
checking linker CIEv3 in .eh_frame support... yes
checking linker position independent executable support... yes
checking linker PIE support with copy reloc... no
checking linker EH-compatible garbage collection of sections... yes
checking linker EH garbage collection of sections bug... no
checking linker for compressed debug sections... 1
checking linker --as-needed support... yes
checking linker mapfile support for clearing hardware capabilities... no
checking linker --build-id support... yes
checking linker *_sol2 emulation support... no
checking linker --sysroot support... yes
checking __stack_chk_fail in target C library... yes
checking sys/sdt.h in the target C library... no
checking dl_iterate_phdr in target C library... unknown
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to avoid linking multiple front-ends at once... no
Links are now set up to build a native compiler for x86_64-unknown-linux-gnu.
checking Checking for isl_schedule_constraints_compute_schedule... yes
checking for exported symbols... yes
checking for -rdynamic... yes
checking for library containing dlopen... -ldl
checking for -fPIC -shared... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating as
config.status: creating collect-ld
config.status: creating nm
config.status: creating Makefile
config.status: creating ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gccdepdir commands
mkdir -p -- build/.deps
mkdir -p -- ada/.deps
mkdir -p -- c/.deps
mkdir -p -- cp/.deps
mkdir -p -- fortran/.deps
mkdir -p -- go/.deps
mkdir -p -- java/.deps
mkdir -p -- jit/.deps
mkdir -p -- lto/.deps
mkdir -p -- objc/.deps
mkdir -p -- objcp/.deps
mkdir -p -- c-family/.deps
mkdir -p -- common/.deps
config.status: executing default commands
make[3]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh ../../gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="" \
HEADERS="options.h insn-constants.h config/vxworks-dummy.h config/i386/biarch64.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/gnu-user.h config/glibc-stdint.h config/i386/x86-64.h config/i386/gnu-user-common.h config/i386/gnu-user64.h config/linux.h config/linux-android.h config/i386/linux-common.h config/i386/linux64.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \
/bin/sh ../../gcc/mkconfig.sh tm.h
TARGET_CPU_DEFAULT="" \
HEADERS="config/i386/i386-protos.h config/linux-protos.h tm-preds.h" DEFINES="" \
/bin/sh ../../gcc/mkconfig.sh tm_p.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh ../../gcc/mkconfig.sh bconfig.h
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-DBASEVER="\"5.1.0\"" -DDATESTAMP="\"\"" \
-DREVISION="\"\"" \
-DDEVPHASE="\"\"" -DPKGVERSION="\"(Homebrew gcc 5.1.0) \"" \
-DBUGURL="\"<https://github.com/Homebrew/homebrew/issues>\"" -o build/version.o ../../gcc/version.c
gawk -f ../../gcc/opt-gather.awk ../../gcc/ada/gcc-interface/lang.opt ../../gcc/fortran/lang.opt ../../gcc/go/lang.opt ../../gcc/java/lang.opt ../../gcc/lto/lang.opt ../../gcc/c-family/c.opt ../../gcc/common.opt ../../gcc/config/fused-madd.opt ../../gcc/config/i386/i386.opt ../../gcc/config/gnu-user.opt ../../gcc/config/linux.opt ../../gcc/config/linux-android.opt > tmp-optionlist
/bin/sh ../../gcc/../move-if-change tmp-gi.list gtyp-input.list
echo "#define BUILDING_GCC_MAJOR `echo 5.1.0 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
echo timestamp > s-gtyp-input
echo "#define BUILDING_GCC_MINOR `echo 5.1.0 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
echo "#define BUILDING_GCC_PATCHLEVEL `echo 5.1.0 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h
echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h
echo timestamp > s-bversion
if test no = yes \
|| test -n "m64=../lib64:x86_64-linux-gnu m32=../lib32:i386-linux-gnu mx32=../libx32:x86_64-linux-gnux32"; then \
/bin/sh ../../gcc/genmultilib \
"m64/m32" \
" 64 32" \
"" \
"" \
"" \
"" \
"m64=../lib64:x86_64-linux-gnu m32=../lib32:i386-linux-gnu mx32=../libx32:x86_64-linux-gnux32" \
"" \
"" \
"" \
"no" \
> tmp-mlib.h; \
else \
/bin/sh ../../gcc/genmultilib '' '' '' '' '' '' '' '' \
"i386-linux-gnu" '' no \
> tmp-mlib.h; \
fi
lsf="../../gcc/cp/lang-specs.h ../../gcc/lto/lang-specs.h"; for f in $lsf; do \
echo "#include \"$f\""; \
done | sed 's|../../gcc/||' > tmp-specs.h
rm -f tmp-all-tree.def
/bin/sh ../../gcc/../move-if-change tmp-specs.h specs.h
echo '#include "tree.def"' > tmp-all-tree.def
gawk -f ../../gcc/gen-pass-instances.awk \
../../gcc/passes.def > pass-instances.def
echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
gawk -f ../../gcc/config/i386/i386-builtin-types.awk ../../gcc/config/i386/i386-builtin-types.def > tmp-bt.inc
echo timestamp > s-specs
echo "/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib" > checksum-options.tmp \
&& ../../gcc/../move-if-change checksum-options.tmp checksum-options
echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
/bin/sh ../../gcc/../move-if-change tmp-bt.inc i386-builtin-types.inc
cp ../../gcc/gcc-ar.c gcc-nm.c
cp ../../gcc/gcc-ar.c gcc-ranlib.c
ltf="../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/java/java-tree.def ../../gcc/objc/objc-tree.def"; for f in $ltf; do \
echo "#include \"$f\""; \
done | sed 's|../../gcc/||' >> tmp-all-tree.def
echo timestamp > s-i386-bt
rm -f mm_malloc.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
/bin/sh ../../gcc/mkconfig.sh tconfig.h
/bin/sh ../../gcc/../move-if-change tmp-all-tree.def all-tree.def
cat ../../gcc/config/i386/pmm_malloc.h > mm_malloc.h
(echo "@set version-GCC 5.1.0"; \
if [ "" = "experimental" ]; \
then echo "@set DEVELOPMENT"; \
else echo "@clear DEVELOPMENT"; \
fi) > gcc-vers.texiT
echo timestamp > s-alltree
echo @set srcdir /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/gcc/../../gcc >> gcc-vers.texiT
echo timestamp > gpl.pod
if [ -n "(Homebrew gcc 5.1.0) " ]; then \
echo "@set VERSION_PACKAGE (Homebrew gcc 5.1.0) " >> gcc-vers.texiT; \
fi
perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/include/gpl_v3.texi > gpl.pod
echo "@set BUGURL @uref{https://github.com/Homebrew/homebrew/issues}" >> gcc-vers.texiT; \
mv -f gcc-vers.texiT gcc-vers.texi
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genhooks.o ../../gcc/genhooks.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genchecksum.o ../../gcc/genchecksum.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genenums.o ../../gcc/genenums.c
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \
-I ../../gcc/doc/include -o doc/cpp.info ../../gcc/doc/cpp.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \
-I ../../gcc/doc/include -o doc/gcc.info ../../gcc/doc/gcc.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I ../../gcc/doc \
-I ../../gcc/doc/include -o doc/gccinstall.info ../../gcc/doc/install.texi; \
fi
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \
-I ../../gcc/doc/include -o doc/cppinternals.info ../../gcc/doc/cppinternals.texi; \
fi
echo timestamp > gcc.pod
perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/invoke.texi > gcc.pod
echo timestamp > doc/gpl.7
(pod2man --center="GNU" --release="gcc-5.1.0" --date=2015-04-22 --section=7 gpl.pod > doc/gpl.7.T$$ && \
mv -f doc/gpl.7.T$$ doc/gpl.7) || \
(rm -f doc/gpl.7.T$$ && exit 1)
/bin/sh ../../gcc/../move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genmddeps.o ../../gcc/genmddeps.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/read-md.o ../../gcc/read-md.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/errors.o ../../gcc/errors.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genmodes.o ../../gcc/genmodes.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/gengtype.o ../../gcc/gengtype.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/gengtype-lex.o ../../gcc/gengtype-lex.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/gengtype-parse.o ../../gcc/gengtype-parse.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/gengtype-state.o ../../gcc/gengtype-state.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genconstants.o ../../gcc/genconstants.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/gengenrtl.o ../../gcc/gengenrtl.c
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genhooks \
build/genhooks.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genchecksum \
build/genchecksum.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genenums \
build/genenums.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genmddeps \
build/genmddeps.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genmodes \
build/genmodes.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genconstants \
build/genconstants.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
build/genhooks "Target Hook" \
> tmp-target-hooks-def.h
/bin/sh ../../gcc/../move-if-change tmp-target-hooks-def.h \
target-hooks-def.h
build/genhooks "Common Target Hook" \
> tmp-common-target-hooks-def.h
/bin/sh ../../gcc/../move-if-change tmp-common-target-hooks-def.h \
common/common-target-hooks-def.h
echo timestamp > s-common-target-hooks-def-h
echo timestamp > s-target-hooks-def-h
build/genhooks "C Target Hook" \
> tmp-c-target-hooks-def.h
build/genmodes > tmp-modes.c
/bin/sh ../../gcc/../move-if-change tmp-c-target-hooks-def.h \
c-family/c-target-hooks-def.h
/bin/sh ../../gcc/../move-if-change tmp-modes.c insn-modes.c
build/genhooks -d \
../../gcc/doc/tm.texi.in > tmp-tm.texi
echo timestamp > s-c-target-hooks-def-h
echo timestamp > s-modes
build/genmddeps ../../gcc/common.md ../../gcc/config/i386/i386.md > tmp-mddeps
build/genmodes -h > tmp-modes.h
/bin/sh ../../gcc/../move-if-change tmp-modes.h insn-modes.h
case `echo X|tr X '\101'` in \
A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \
*) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \
esac
echo timestamp > s-modes-h
build/genmodes -m > tmp-min-modes.c
mv tmp2-tm.texi tmp-tm.texi
/bin/sh ../../gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
/bin/sh ../../gcc/../move-if-change tmp-tm.texi tm.texi
echo timestamp > s-modes-m
/bin/sh ../../gcc/../move-if-change tmp-optionlist optionlist
if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \
-I ../../gcc/doc/include -o doc/gccint.info ../../gcc/doc/gccint.texi; \
fi
echo timestamp > s-options
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/min-insn-modes.o min-insn-modes.c
/bin/sh ../../gcc/../move-if-change tmp-mddeps mddeps.mk
gawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
-f ../../gcc/opth-gen.awk \
< optionlist > tmp-options.h
gawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
-f ../../gcc/optc-save-gen.awk \
-v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.c
echo timestamp > s-mddeps
gawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
-f ../../gcc/optc-gen.awk \
-v header_name="config.h system.h coretypes.h options.h tm.h" < optionlist > options.c
build/genconstants ../../gcc/common.md ../../gcc/config/i386/i386.md \
> tmp-constants.h
/bin/sh ../../gcc/../move-if-change tmp-constants.h insn-constants.h
echo timestamp > s-constants
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/gengenrtl \
build/gengenrtl.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
build/genenums ../../gcc/common.md ../../gcc/config/i386/i386.md \
> tmp-enums.c
echo timestamp > doc/gcc.1
(pod2man --center="GNU" --release="gcc-5.1.0" --date=2015-04-22 --section=1 gcc.pod > doc/gcc.1.T$$ && \
mv -f doc/gcc.1.T$$ doc/gcc.1) || \
(rm -f doc/gcc.1.T$$ && exit 1)
build/gengenrtl > tmp-genrtl.h
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/gengtype \
build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/bin/sh ../../gcc/../move-if-change tmp-enums.c insn-enums.c
/bin/sh ../../gcc/../move-if-change tmp-genrtl.h genrtl.h
echo timestamp > s-enums
echo timestamp > s-genrtl-h
/bin/sh ../../gcc/../move-if-change tmp-options.h options.h
echo timestamp > s-options-h
build/gengtype \
-S ../../gcc -I gtyp-input.list -w tmp-gtype.state
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/gencheck.o ../../gcc/gencheck.c
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/gencheck \
build/gencheck.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
build/gencheck > tmp-check.h
/bin/sh ../../gcc/../move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
/bin/sh ../../gcc/../move-if-change tmp-gtype.state gtype.state
build/gengtype \
-r gtype.state
echo timestamp > s-gtype
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genopinit.o ../../gcc/genopinit.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genattrtab.o ../../gcc/genattrtab.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genautomata.o ../../gcc/genautomata.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genemit.o ../../gcc/genemit.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genextract.o ../../gcc/genextract.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genoutput.o ../../gcc/genoutput.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genpeep.o ../../gcc/genpeep.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genrecog.o ../../gcc/genrecog.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genmatch.o ../../gcc/genmatch.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/hash-table.o ../../gcc/hash-table.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genpreds.o ../../gcc/genpreds.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/rtl.o ../../gcc/rtl.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/read-rtl.o ../../gcc/read-rtl.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/ggc-none.o ../../gcc/ggc-none.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/vec.o ../../gcc/vec.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/gensupport.o ../../gcc/gensupport.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/print-rtl.o ../../gcc/print-rtl.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genflags.o ../../gcc/genflags.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genconditions.o ../../gcc/genconditions.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genattr.o ../../gcc/genattr.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genattr-common.o ../../gcc/genattr-common.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/gencodes.o ../../gcc/gencodes.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/genconfig.o ../../gcc/genconfig.c
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genpreds \
build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genflags \
build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genconditions \
build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genattr \
build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genattr-common \
build/genattr-common.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genopinit \
build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genattrtab \
build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genautomata \
build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a -lm
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genemit \
build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genextract \
build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genoutput \
build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genpeep \
build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
build/genpreds ../../gcc/common.md ../../gcc/config/i386/i386.md > tmp-preds.c
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genrecog \
build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
build/genpreds -h ../../gcc/common.md ../../gcc/config/i386/i386.md > tmp-preds.h
build/genconditions ../../gcc/common.md ../../gcc/config/i386/i386.md > tmp-condmd.c
build/genpreds -c ../../gcc/common.md ../../gcc/config/i386/i386.md > tmp-constrs.h
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/gencodes \
build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genconfig \
build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/genmatch \
build/genmatch.o ../build-x86_64-unknown-linux-gnu/libcpp/libcpp.a build/errors.o build/vec.o build/hash-table.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
build/genmatch --gimple ../../gcc/match.pd \
> tmp-gimple-match.c
build/genmatch --generic ../../gcc/match.pd \
> tmp-generic-match.c
/bin/sh ../../gcc/../move-if-change tmp-gimple-match.c \
gimple-match.c
/bin/sh ../../gcc/../move-if-change tmp-generic-match.c \
generic-match.c
cp doc/gcc.1 doc/g++.1
echo timestamp > s-match
/bin/sh ../../gcc/../move-if-change tmp-preds.h tm-preds.h
echo timestamp > s-preds-h
/bin/sh ../../gcc/../move-if-change tmp-constrs.h tm-constrs.h
echo timestamp > s-constrs-h
/bin/sh ../../gcc/../move-if-change tmp-condmd.c build/gencondmd.c
/bin/sh ../../gcc/../move-if-change tmp-preds.c insn-preds.c
echo timestamp > s-conditions
echo timestamp > s-preds
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/gencondmd.o build/gencondmd.c
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o build/gencondmd \
build/gencondmd.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
build/gencondmd > tmp-cond.md
/bin/sh ../../gcc/../move-if-change tmp-cond.md insn-conditions.md
echo timestamp > s-condmd
build/genflags ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md > tmp-flags.h
build/genattr ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md > tmp-attr.h
build/genattr-common ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md > tmp-attr-common.h
build/gencodes ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md > tmp-codes.h
build/genconfig ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md > tmp-config.h
build/genopinit ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md -htmp-opinit.h -ctmp-opinit.c
build/genattrtab ../../gcc/common.md ../../gcc/config/i386/i386.md insn-conditions.md \
-Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c
build/genautomata ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md > tmp-automata.c
build/genemit ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md > tmp-emit.c
build/genextract ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md > tmp-extract.c
/bin/sh ../../gcc/../move-if-change tmp-emit.c insn-emit.c
echo timestamp > s-emit
build/genoutput ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md > tmp-output.c
/bin/sh ../../gcc/../move-if-change tmp-attr-common.h insn-attr-common.h
echo timestamp > s-attr-common
build/genpeep ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md > tmp-peep.c
/bin/sh ../../gcc/../move-if-change tmp-opinit.h insn-opinit.h
/bin/sh ../../gcc/../move-if-change tmp-opinit.c insn-opinit.c
/bin/sh ../../gcc/../move-if-change tmp-attr.h insn-attr.h
echo timestamp > s-opinit
build/genrecog ../../gcc/common.md ../../gcc/config/i386/i386.md \
insn-conditions.md > tmp-recog.c
/bin/sh ../../gcc/../move-if-change tmp-flags.h insn-flags.h
echo timestamp > s-attr
echo timestamp > s-flags
/bin/sh ../../gcc/../move-if-change tmp-config.h insn-config.h
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include \
-o build/gcov-iov.o ../../gcc/gcov-iov.c
echo timestamp > s-config
/bin/sh ../../gcc/../move-if-change tmp-codes.h insn-codes.h
/bin/sh ../../gcc/../move-if-change tmp-extract.c insn-extract.c
echo timestamp > s-extract
echo timestamp > s-codes
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib \
build/gcov-iov.o -o build/gcov-iov
build/gcov-iov '5.1.0' '' \
> tmp-gcov-iov.h
/bin/sh ../../gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
echo timestamp > s-iov
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c/c-lang.o -MT c/c-lang.o -MMD -MP -MF c/.deps/c-lang.TPo ../../gcc/c/c-lang.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/stub-objc.o -MT c-family/stub-objc.o -MMD -MP -MF c-family/.deps/stub-objc.TPo ../../gcc/c-family/stub-objc.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o attribs.o -MT attribs.o -MMD -MP -MF ./.deps/attribs.TPo ../../gcc/attribs.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c/c-errors.o -MT c/c-errors.o -MMD -MP -MF c/.deps/c-errors.TPo ../../gcc/c/c-errors.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c/c-decl.o -MT c/c-decl.o -MMD -MP -MF c/.deps/c-decl.TPo ../../gcc/c/c-decl.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c/c-typeck.o -MT c/c-typeck.o -MMD -MP -MF c/.deps/c-typeck.TPo ../../gcc/c/c-typeck.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c/c-convert.o -MT c/c-convert.o -MMD -MP -MF c/.deps/c-convert.TPo ../../gcc/c/c-convert.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c/c-aux-info.o -MT c/c-aux-info.o -MMD -MP -MF c/.deps/c-aux-info.TPo ../../gcc/c/c-aux-info.c
../../gcc/c/c-decl.c: In function ‘tree_node* grokdeclarator(const c_declarator*, c_declspecs*, decl_context, bool, tree_node**, tree_node**, tree_node**, bool*, deprecated_states)’:
../../gcc/c/c-decl.c:6074:16: warning: format not a string literal and no format arguments [-Wformat-security]
error (errmsg);
^
../../gcc/c/c-decl.c: In function ‘tree_node* grokparms(c_arg_info*, bool)’:
../../gcc/c/c-decl.c:6868:21: warning: format not a string literal and no format arguments [-Wformat-security]
error (errmsg);
^
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo ../../gcc/c/c-objc-common.c
/bin/sh ../../gcc/../move-if-change tmp-peep.c insn-peep.c
echo timestamp > s-peep
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c/c-parser.o -MT c/c-parser.o -MMD -MP -MF c/.deps/c-parser.TPo ../../gcc/c/c-parser.c
../../gcc/c/c-typeck.c: In function ‘int convert_arguments(location_t, vec<unsigned int>, tree, vec<tree_node*, va_gc>*, vec<tree_node*, va_gc>*, tree, tree)’:
../../gcc/c/c-typeck.c:3367:28: warning: format not a string literal and no format arguments [-Wformat-security]
error (invalid_func_diag);
^
../../gcc/c/c-typeck.c: In function ‘tree_node* build_unary_op(location_t, tree_code, tree, int)’:
../../gcc/c/c-typeck.c:3851:42: warning: format not a string literal and no format arguments [-Wformat-security]
error_at (location, invalid_op_diag);
^
../../gcc/c/c-typeck.c: In function ‘void error_init(location_t, const char*)’:
../../gcc/c/c-typeck.c:5623:24: warning: format not a string literal and no format arguments [-Wformat-security]
error_at (loc, gmsgid);
^
../../gcc/c/c-typeck.c: In function ‘void pedwarn_init(location_t, int, const char*)’:
../../gcc/c/c-typeck.c:5641:42: warning: format not a string literal and no format arguments [-Wformat-security]
warned = pedwarn (location, opt, gmsgid);
^
../../gcc/c/c-typeck.c: In function ‘void warning_init(location_t, int, const char*)’:
../../gcc/c/c-typeck.c:5660:40: warning: format not a string literal and no format arguments [-Wformat-security]
warned = warning_at (loc, opt, gmsgid);
^
../../gcc/c/c-convert.c: In function ‘tree_node* convert(tree, tree)’:
../../gcc/c/c-convert.c:90:31: warning: format not a string literal and no format arguments [-Wformat-security]
error (invalid_conv_diag);
^
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c/c-array-notation.o -MT c/c-array-notation.o -MMD -MP -MF c/.deps/c-array-notation.TPo ../../gcc/c/c-array-notation.c
../../gcc/c/c-typeck.c: In function ‘tree_node* build_binary_op(location_t, tree_code, tree, tree, int)’:
../../gcc/c/c-typeck.c:10369:42: warning: format not a string literal and no format arguments [-Wformat-security]
error_at (location, invalid_op_diag);
^
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-common.o -MT c-family/c-common.o -MMD -MP -MF c-family/.deps/c-common.TPo ../../gcc/c-family/c-common.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-cppbuiltin.o -MT c-family/c-cppbuiltin.o -MMD -MP -MF c-family/.deps/c-cppbuiltin.TPo ../../gcc/c-family/c-cppbuiltin.c
/bin/sh ../../gcc/../move-if-change tmp-recog.c insn-recog.c
echo timestamp > s-recog
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-dump.o -MT c-family/c-dump.o -MMD -MP -MF c-family/.deps/c-dump.TPo ../../gcc/c-family/c-dump.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-format.o -MT c-family/c-format.o -MMD -MP -MF c-family/.deps/c-format.TPo ../../gcc/c-family/c-format.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-gimplify.o -MT c-family/c-gimplify.o -MMD -MP -MF c-family/.deps/c-gimplify.TPo ../../gcc/c-family/c-gimplify.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-lex.o -MT c-family/c-lex.o -MMD -MP -MF c-family/.deps/c-lex.TPo ../../gcc/c-family/c-lex.c
../../gcc/c-family/c-common.c: In function ‘void c_parse_error(const char*, cpp_ttype, tree, unsigned char)’:
../../gcc/c-family/c-common.c:9944:18: warning: format not a string literal and no format arguments [-Wformat-security]
error (gmsgid);
^
../../gcc/c-family/c-common.c:9948:21: warning: format not a string literal and no format arguments [-Wformat-security]
error (message);
^
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-omp.o -MT c-family/c-omp.o -MMD -MP -MF c-family/.deps/c-omp.TPo ../../gcc/c-family/c-omp.c
/bin/sh ../../gcc/../move-if-change tmp-output.c insn-output.c
echo timestamp > s-output
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-opts.o -MT c-family/c-opts.o -MMD -MP -MF c-family/.deps/c-opts.TPo ../../gcc/c-family/c-opts.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DHOST_MACHINE=\"x86_64-unknown-linux-gnu\" -DTARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-pch.o -MT c-family/c-pch.o -MMD -MP -MF c-family/.deps/c-pch.TPo ../../gcc/c-family/c-pch.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-ppoutput.o -MT c-family/c-ppoutput.o -MMD -MP -MF c-family/.deps/c-ppoutput.TPo ../../gcc/c-family/c-ppoutput.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-pragma.o -MT c-family/c-pragma.o -MMD -MP -MF c-family/.deps/c-pragma.TPo ../../gcc/c-family/c-pragma.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-pretty-print.o -MT c-family/c-pretty-print.o -MMD -MP -MF c-family/.deps/c-pretty-print.TPo ../../gcc/c-family/c-pretty-print.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-semantics.o -MT c-family/c-semantics.o -MMD -MP -MF c-family/.deps/c-semantics.TPo ../../gcc/c-family/c-semantics.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-ada-spec.o -MT c-family/c-ada-spec.o -MMD -MP -MF c-family/.deps/c-ada-spec.TPo ../../gcc/c-family/c-ada-spec.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-cilkplus.o -MT c-family/c-cilkplus.o -MMD -MP -MF c-family/.deps/c-cilkplus.TPo ../../gcc/c-family/c-cilkplus.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/array-notation-common.o -MT c-family/array-notation-common.o -MMD -MP -MF c-family/.deps/array-notation-common.TPo ../../gcc/c-family/array-notation-common.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/cilk.o -MT c-family/cilk.o -MMD -MP -MF c-family/.deps/cilk.TPo ../../gcc/c-family/cilk.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/c-ubsan.o -MT c-family/c-ubsan.o -MMD -MP -MF c-family/.deps/c-ubsan.TPo ../../gcc/c-family/c-ubsan.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o i386-c.o -MT i386-c.o -MMD -MP -MF ./.deps/i386-c.TPo ../../gcc/config/i386/i386-c.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o glibc-c.o -MT glibc-c.o -MMD -MP -MF ./.deps/glibc-c.TPo ../../gcc/config/glibc-c.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-emit.o -MT insn-emit.o -MMD -MP -MF ./.deps/insn-emit.TPo insn-emit.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-extract.o -MT insn-extract.o -MMD -MP -MF ./.deps/insn-extract.TPo insn-extract.c
../../gcc/c-family/cilk.c: In function ‘bool check_no_cilk(tree, const char*, const char*, location_t)’:
../../gcc/c-family/cilk.c:1398:33: warning: format not a string literal and no format arguments [-Wformat-security]
error_at (loc, array_msgid);
^
../../gcc/c-family/cilk.c:1404:33: warning: format not a string literal and no format arguments [-Wformat-security]
error_at (loc, spawn_msgid);
^
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-modes.o -MT insn-modes.o -MMD -MP -MF ./.deps/insn-modes.TPo insn-modes.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-opinit.o -MT insn-opinit.o -MMD -MP -MF ./.deps/insn-opinit.TPo insn-opinit.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-preds.o -MT insn-preds.o -MMD -MP -MF ./.deps/insn-preds.TPo insn-preds.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-enums.o -MT insn-enums.o -MMD -MP -MF ./.deps/insn-enums.TPo insn-enums.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ggc-page.o -MT ggc-page.o -MMD -MP -MF ./.deps/ggc-page.TPo ../../gcc/ggc-page.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o alias.o -MT alias.o -MMD -MP -MF ./.deps/alias.TPo ../../gcc/alias.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o alloc-pool.o -MT alloc-pool.o -MMD -MP -MF ./.deps/alloc-pool.TPo ../../gcc/alloc-pool.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o auto-inc-dec.o -MT auto-inc-dec.o -MMD -MP -MF ./.deps/auto-inc-dec.TPo ../../gcc/auto-inc-dec.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o auto-profile.o -MT auto-profile.o -MMD -MP -MF ./.deps/auto-profile.TPo ../../gcc/auto-profile.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o bb-reorder.o -MT bb-reorder.o -MMD -MP -MF ./.deps/bb-reorder.TPo ../../gcc/bb-reorder.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o bitmap.o -MT bitmap.o -MMD -MP -MF ./.deps/bitmap.TPo ../../gcc/bitmap.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o bt-load.o -MT bt-load.o -MMD -MP -MF ./.deps/bt-load.TPo ../../gcc/bt-load.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o builtins.o -MT builtins.o -MMD -MP -MF ./.deps/builtins.TPo ../../gcc/builtins.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o caller-save.o -MT caller-save.o -MMD -MP -MF ./.deps/caller-save.TPo ../../gcc/caller-save.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o calls.o -MT calls.o -MMD -MP -MF ./.deps/calls.TPo ../../gcc/calls.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ccmp.o -MT ccmp.o -MMD -MP -MF ./.deps/ccmp.TPo ../../gcc/ccmp.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cfg.o -MT cfg.o -MMD -MP -MF ./.deps/cfg.TPo ../../gcc/cfg.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cfganal.o -MT cfganal.o -MMD -MP -MF ./.deps/cfganal.TPo ../../gcc/cfganal.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cfgbuild.o -MT cfgbuild.o -MMD -MP -MF ./.deps/cfgbuild.TPo ../../gcc/cfgbuild.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cfgcleanup.o -MT cfgcleanup.o -MMD -MP -MF ./.deps/cfgcleanup.TPo ../../gcc/cfgcleanup.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cfgexpand.o -MT cfgexpand.o -MMD -MP -MF ./.deps/cfgexpand.TPo ../../gcc/cfgexpand.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cfghooks.o -MT cfghooks.o -MMD -MP -MF ./.deps/cfghooks.TPo ../../gcc/cfghooks.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cfgloop.o -MT cfgloop.o -MMD -MP -MF ./.deps/cfgloop.TPo ../../gcc/cfgloop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cfgloopanal.o -MT cfgloopanal.o -MMD -MP -MF ./.deps/cfgloopanal.TPo ../../gcc/cfgloopanal.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cfgloopmanip.o -MT cfgloopmanip.o -MMD -MP -MF ./.deps/cfgloopmanip.TPo ../../gcc/cfgloopmanip.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cfgrtl.o -MT cfgrtl.o -MMD -MP -MF ./.deps/cfgrtl.TPo ../../gcc/cfgrtl.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o symtab.o -MT symtab.o -MMD -MP -MF ./.deps/symtab.TPo ../../gcc/symtab.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cgraph.o -MT cgraph.o -MMD -MP -MF ./.deps/cgraph.TPo ../../gcc/cgraph.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cgraphbuild.o -MT cgraphbuild.o -MMD -MP -MF ./.deps/cgraphbuild.TPo ../../gcc/cgraphbuild.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cgraphunit.o -MT cgraphunit.o -MMD -MP -MF ./.deps/cgraphunit.TPo ../../gcc/cgraphunit.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cgraphclones.o -MT cgraphclones.o -MMD -MP -MF ./.deps/cgraphclones.TPo ../../gcc/cgraphclones.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cilk-common.o -MT cilk-common.o -MMD -MP -MF ./.deps/cilk-common.TPo ../../gcc/cilk-common.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o combine.o -MT combine.o -MMD -MP -MF ./.deps/combine.TPo ../../gcc/combine.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o combine-stack-adj.o -MT combine-stack-adj.o -MMD -MP -MF ./.deps/combine-stack-adj.TPo ../../gcc/combine-stack-adj.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o compare-elim.o -MT compare-elim.o -MMD -MP -MF ./.deps/compare-elim.TPo ../../gcc/compare-elim.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o context.o -MT context.o -MMD -MP -MF ./.deps/context.TPo ../../gcc/context.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o convert.o -MT convert.o -MMD -MP -MF ./.deps/convert.TPo ../../gcc/convert.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o coverage.o -MT coverage.o -MMD -MP -MF ./.deps/coverage.TPo ../../gcc/coverage.c
/usr/bin/g++-4.8 -c -DGCC_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/include\" -DFIXED_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../include/c++/5.1.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../include/c++/5.1.0/x86_64-unknown-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../include/c++/5.1.0/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../x86_64-unknown-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../x86_64-unknown-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/\" -DBASEVER="\"5.1.0\"" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cppbuiltin.o -MT cppbuiltin.o -MMD -MP -MF ./.deps/cppbuiltin.TPo ../../gcc/cppbuiltin.c
/usr/bin/g++-4.8 -c -DGCC_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/include\" -DFIXED_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../include/c++/5.1.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../include/c++/5.1.0/x86_64-unknown-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../include/c++/5.1.0/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../x86_64-unknown-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../x86_64-unknown-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cppdefault.o -MT cppdefault.o -MMD -MP -MF ./.deps/cppdefault.TPo ../../gcc/cppdefault.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cprop.o -MT cprop.o -MMD -MP -MF ./.deps/cprop.TPo ../../gcc/cprop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cse.o -MT cse.o -MMD -MP -MF ./.deps/cse.TPo ../../gcc/cse.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cselib.o -MT cselib.o -MMD -MP -MF ./.deps/cselib.TPo ../../gcc/cselib.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o data-streamer.o -MT data-streamer.o -MMD -MP -MF ./.deps/data-streamer.TPo ../../gcc/data-streamer.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o data-streamer-in.o -MT data-streamer-in.o -MMD -MP -MF ./.deps/data-streamer-in.TPo ../../gcc/data-streamer-in.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o data-streamer-out.o -MT data-streamer-out.o -MMD -MP -MF ./.deps/data-streamer-out.TPo ../../gcc/data-streamer-out.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o dbxout.o -MT dbxout.o -MMD -MP -MF ./.deps/dbxout.TPo ../../gcc/dbxout.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o dbgcnt.o -MT dbgcnt.o -MMD -MP -MF ./.deps/dbgcnt.TPo ../../gcc/dbgcnt.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o dce.o -MT dce.o -MMD -MP -MF ./.deps/dce.TPo ../../gcc/dce.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ddg.o -MT ddg.o -MMD -MP -MF ./.deps/ddg.TPo ../../gcc/ddg.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o debug.o -MT debug.o -MMD -MP -MF ./.deps/debug.TPo ../../gcc/debug.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o df-core.o -MT df-core.o -MMD -MP -MF ./.deps/df-core.TPo ../../gcc/df-core.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o df-problems.o -MT df-problems.o -MMD -MP -MF ./.deps/df-problems.TPo ../../gcc/df-problems.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o df-scan.o -MT df-scan.o -MMD -MP -MF ./.deps/df-scan.TPo ../../gcc/df-scan.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o dfp.o -MT dfp.o -MMD -MP -MF ./.deps/dfp.TPo ../../gcc/dfp.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o dojump.o -MT dojump.o -MMD -MP -MF ./.deps/dojump.TPo ../../gcc/dojump.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o dominance.o -MT dominance.o -MMD -MP -MF ./.deps/dominance.TPo ../../gcc/dominance.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o domwalk.o -MT domwalk.o -MMD -MP -MF ./.deps/domwalk.TPo ../../gcc/domwalk.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o double-int.o -MT double-int.o -MMD -MP -MF ./.deps/double-int.TPo ../../gcc/double-int.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o dse.o -MT dse.o -MMD -MP -MF ./.deps/dse.TPo ../../gcc/dse.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o dumpfile.o -MT dumpfile.o -MMD -MP -MF ./.deps/dumpfile.TPo ../../gcc/dumpfile.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o dwarf2asm.o -MT dwarf2asm.o -MMD -MP -MF ./.deps/dwarf2asm.TPo ../../gcc/dwarf2asm.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o dwarf2cfi.o -MT dwarf2cfi.o -MMD -MP -MF ./.deps/dwarf2cfi.TPo ../../gcc/dwarf2cfi.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o dwarf2out.o -MT dwarf2out.o -MMD -MP -MF ./.deps/dwarf2out.TPo ../../gcc/dwarf2out.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o emit-rtl.o -MT emit-rtl.o -MMD -MP -MF ./.deps/emit-rtl.TPo ../../gcc/emit-rtl.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o et-forest.o -MT et-forest.o -MMD -MP -MF ./.deps/et-forest.TPo ../../gcc/et-forest.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o except.o -MT except.o -MMD -MP -MF ./.deps/except.TPo ../../gcc/except.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o explow.o -MT explow.o -MMD -MP -MF ./.deps/explow.TPo ../../gcc/explow.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o expmed.o -MT expmed.o -MMD -MP -MF ./.deps/expmed.TPo ../../gcc/expmed.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o expr.o -MT expr.o -MMD -MP -MF ./.deps/expr.TPo ../../gcc/expr.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o final.o -MT final.o -MMD -MP -MF ./.deps/final.TPo ../../gcc/final.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o fixed-value.o -MT fixed-value.o -MMD -MP -MF ./.deps/fixed-value.TPo ../../gcc/fixed-value.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o fold-const.o -MT fold-const.o -MMD -MP -MF ./.deps/fold-const.TPo ../../gcc/fold-const.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o function.o -MT function.o -MMD -MP -MF ./.deps/function.TPo ../../gcc/function.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o fwprop.o -MT fwprop.o -MMD -MP -MF ./.deps/fwprop.TPo ../../gcc/fwprop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gcse.o -MT gcse.o -MMD -MP -MF ./.deps/gcse.TPo ../../gcc/gcse.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gcse-common.o -MT gcse-common.o -MMD -MP -MF ./.deps/gcse-common.TPo ../../gcc/gcse-common.c
../../gcc/fold-const.c: In function ‘void fold_overflow_warning(const char*, warn_strict_overflow_code)’:
../../gcc/fold-const.c:337:42: warning: format not a string literal and no format arguments [-Wformat-security]
warning (OPT_Wstrict_overflow, gmsgid);
^
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ggc-common.o -MT ggc-common.o -MMD -MP -MF ./.deps/ggc-common.TPo ../../gcc/ggc-common.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple.o -MT gimple.o -MMD -MP -MF ./.deps/gimple.TPo ../../gcc/gimple.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-builder.o -MT gimple-builder.o -MMD -MP -MF ./.deps/gimple-builder.TPo ../../gcc/gimple-builder.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-expr.o -MT gimple-expr.o -MMD -MP -MF ./.deps/gimple-expr.TPo ../../gcc/gimple-expr.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-iterator.o -MT gimple-iterator.o -MMD -MP -MF ./.deps/gimple-iterator.TPo ../../gcc/gimple-iterator.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-fold.o -MT gimple-fold.o -MMD -MP -MF ./.deps/gimple-fold.TPo ../../gcc/gimple-fold.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-low.o -MT gimple-low.o -MMD -MP -MF ./.deps/gimple-low.TPo ../../gcc/gimple-low.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-unused -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-match.o -MT gimple-match.o -MMD -MP -MF ./.deps/gimple-match.TPo gimple-match.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-unused -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o generic-match.o -MT generic-match.o -MMD -MP -MF ./.deps/generic-match.TPo generic-match.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-pretty-print.o -MT gimple-pretty-print.o -MMD -MP -MF ./.deps/gimple-pretty-print.TPo ../../gcc/gimple-pretty-print.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-ssa-isolate-paths.o -MT gimple-ssa-isolate-paths.o -MMD -MP -MF ./.deps/gimple-ssa-isolate-paths.TPo ../../gcc/gimple-ssa-isolate-paths.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-ssa-strength-reduction.o -MT gimple-ssa-strength-reduction.o -MMD -MP -MF ./.deps/gimple-ssa-strength-reduction.TPo ../../gcc/gimple-ssa-strength-reduction.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-streamer-in.o -MT gimple-streamer-in.o -MMD -MP -MF ./.deps/gimple-streamer-in.TPo ../../gcc/gimple-streamer-in.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-streamer-out.o -MT gimple-streamer-out.o -MMD -MP -MF ./.deps/gimple-streamer-out.TPo ../../gcc/gimple-streamer-out.c
../../gcc/gimple-ssa-isolate-paths.c: In function ‘void find_explicit_erroneous_behaviour()’:
../../gcc/gimple-ssa-isolate-paths.c:447:38: warning: format not a string literal and no format arguments [-Wformat-security]
OPT_Wreturn_local_addr, msg))
^
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimple-walk.o -MT gimple-walk.o -MMD -MP -MF ./.deps/gimple-walk.TPo ../../gcc/gimple-walk.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimplify.o -MT gimplify.o -MMD -MP -MF ./.deps/gimplify.TPo ../../gcc/gimplify.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gimplify-me.o -MT gimplify-me.o -MMD -MP -MF ./.deps/gimplify-me.TPo ../../gcc/gimplify-me.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o godump.o -MT godump.o -MMD -MP -MF ./.deps/godump.TPo ../../gcc/godump.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o graph.o -MT graph.o -MMD -MP -MF ./.deps/graph.TPo ../../gcc/graph.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o graphds.o -MT graphds.o -MMD -MP -MF ./.deps/graphds.TPo ../../gcc/graphds.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o graphite.o -MT graphite.o -MMD -MP -MF ./.deps/graphite.TPo ../../gcc/graphite.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o graphite-blocking.o -MT graphite-blocking.o -MMD -MP -MF ./.deps/graphite-blocking.TPo ../../gcc/graphite-blocking.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o graphite-isl-ast-to-gimple.o -MT graphite-isl-ast-to-gimple.o -MMD -MP -MF ./.deps/graphite-isl-ast-to-gimple.TPo ../../gcc/graphite-isl-ast-to-gimple.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o graphite-dependences.o -MT graphite-dependences.o -MMD -MP -MF ./.deps/graphite-dependences.TPo ../../gcc/graphite-dependences.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o graphite-interchange.o -MT graphite-interchange.o -MMD -MP -MF ./.deps/graphite-interchange.TPo ../../gcc/graphite-interchange.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o graphite-optimize-isl.o -MT graphite-optimize-isl.o -MMD -MP -MF ./.deps/graphite-optimize-isl.TPo ../../gcc/graphite-optimize-isl.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o graphite-poly.o -MT graphite-poly.o -MMD -MP -MF ./.deps/graphite-poly.TPo ../../gcc/graphite-poly.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o graphite-scop-detection.o -MT graphite-scop-detection.o -MMD -MP -MF ./.deps/graphite-scop-detection.TPo ../../gcc/graphite-scop-detection.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o graphite-sese-to-poly.o -MT graphite-sese-to-poly.o -MMD -MP -MF ./.deps/graphite-sese-to-poly.TPo ../../gcc/graphite-sese-to-poly.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gtype-desc.o -MT gtype-desc.o -MMD -MP -MF ./.deps/gtype-desc.TPo gtype-desc.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o haifa-sched.o -MT haifa-sched.o -MMD -MP -MF ./.deps/haifa-sched.TPo ../../gcc/haifa-sched.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o hw-doloop.o -MT hw-doloop.o -MMD -MP -MF ./.deps/hw-doloop.TPo ../../gcc/hw-doloop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o hwint.o -MT hwint.o -MMD -MP -MF ./.deps/hwint.TPo ../../gcc/hwint.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ifcvt.o -MT ifcvt.o -MMD -MP -MF ./.deps/ifcvt.TPo ../../gcc/ifcvt.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ree.o -MT ree.o -MMD -MP -MF ./.deps/ree.TPo ../../gcc/ree.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o inchash.o -MT inchash.o -MMD -MP -MF ./.deps/inchash.TPo ../../gcc/inchash.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o incpath.o -MT incpath.o -MMD -MP -MF ./.deps/incpath.TPo ../../gcc/incpath.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o init-regs.o -MT init-regs.o -MMD -MP -MF ./.deps/init-regs.TPo ../../gcc/init-regs.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o internal-fn.o -MT internal-fn.o -MMD -MP -MF ./.deps/internal-fn.TPo ../../gcc/internal-fn.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-chkp.o -MT ipa-chkp.o -MMD -MP -MF ./.deps/ipa-chkp.TPo ../../gcc/ipa-chkp.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-cp.o -MT ipa-cp.o -MMD -MP -MF ./.deps/ipa-cp.TPo ../../gcc/ipa-cp.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-devirt.o -MT ipa-devirt.o -MMD -MP -MF ./.deps/ipa-devirt.TPo ../../gcc/ipa-devirt.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-polymorphic-call.o -MT ipa-polymorphic-call.o -MMD -MP -MF ./.deps/ipa-polymorphic-call.TPo ../../gcc/ipa-polymorphic-call.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-split.o -MT ipa-split.o -MMD -MP -MF ./.deps/ipa-split.TPo ../../gcc/ipa-split.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-inline.o -MT ipa-inline.o -MMD -MP -MF ./.deps/ipa-inline.TPo ../../gcc/ipa-inline.c
/bin/sh ../../gcc/../move-if-change tmp-automata.c insn-automata.c
echo timestamp > s-automata
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-comdats.o -MT ipa-comdats.o -MMD -MP -MF ./.deps/ipa-comdats.TPo ../../gcc/ipa-comdats.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-visibility.o -MT ipa-visibility.o -MMD -MP -MF ./.deps/ipa-visibility.TPo ../../gcc/ipa-visibility.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-inline-analysis.o -MT ipa-inline-analysis.o -MMD -MP -MF ./.deps/ipa-inline-analysis.TPo ../../gcc/ipa-inline-analysis.c
../../gcc/ipa-devirt.c: In function ‘void warn_odr(tree, tree, tree, tree, bool, bool*, const char*)’:
../../gcc/ipa-devirt.c:980:47: warning: format not a string literal and no format arguments [-Wformat-security]
inform (DECL_SOURCE_LOCATION (decl2), reason);
^
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-inline-transform.o -MT ipa-inline-transform.o -MMD -MP -MF ./.deps/ipa-inline-transform.TPo ../../gcc/ipa-inline-transform.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-profile.o -MT ipa-profile.o -MMD -MP -MF ./.deps/ipa-profile.TPo ../../gcc/ipa-profile.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-prop.o -MT ipa-prop.o -MMD -MP -MF ./.deps/ipa-prop.TPo ../../gcc/ipa-prop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-pure-const.o -MT ipa-pure-const.o -MMD -MP -MF ./.deps/ipa-pure-const.TPo ../../gcc/ipa-pure-const.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-icf.o -MT ipa-icf.o -MMD -MP -MF ./.deps/ipa-icf.TPo ../../gcc/ipa-icf.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-icf-gimple.o -MT ipa-icf-gimple.o -MMD -MP -MF ./.deps/ipa-icf-gimple.TPo ../../gcc/ipa-icf-gimple.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-reference.o -MT ipa-reference.o -MMD -MP -MF ./.deps/ipa-reference.TPo ../../gcc/ipa-reference.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-ref.o -MT ipa-ref.o -MMD -MP -MF ./.deps/ipa-ref.TPo ../../gcc/ipa-ref.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa-utils.o -MT ipa-utils.o -MMD -MP -MF ./.deps/ipa-utils.TPo ../../gcc/ipa-utils.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ipa.o -MT ipa.o -MMD -MP -MF ./.deps/ipa.TPo ../../gcc/ipa.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ira.o -MT ira.o -MMD -MP -MF ./.deps/ira.TPo ../../gcc/ira.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ira-build.o -MT ira-build.o -MMD -MP -MF ./.deps/ira-build.TPo ../../gcc/ira-build.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ira-costs.o -MT ira-costs.o -MMD -MP -MF ./.deps/ira-costs.TPo ../../gcc/ira-costs.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ira-conflicts.o -MT ira-conflicts.o -MMD -MP -MF ./.deps/ira-conflicts.TPo ../../gcc/ira-conflicts.c
/bin/sh ../../gcc/../move-if-change tmp-attrtab.c insn-attrtab.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ira-color.o -MT ira-color.o -MMD -MP -MF ./.deps/ira-color.TPo ../../gcc/ira-color.c
/bin/sh ../../gcc/../move-if-change tmp-dfatab.c insn-dfatab.c
/bin/sh ../../gcc/../move-if-change tmp-latencytab.c insn-latencytab.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ira-emit.o -MT ira-emit.o -MMD -MP -MF ./.deps/ira-emit.TPo ../../gcc/ira-emit.c
echo timestamp > s-attrtab
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ira-lives.o -MT ira-lives.o -MMD -MP -MF ./.deps/ira-lives.TPo ../../gcc/ira-lives.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o jump.o -MT jump.o -MMD -MP -MF ./.deps/jump.TPo ../../gcc/jump.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o langhooks.o -MT langhooks.o -MMD -MP -MF ./.deps/langhooks.TPo ../../gcc/langhooks.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lcm.o -MT lcm.o -MMD -MP -MF ./.deps/lcm.TPo ../../gcc/lcm.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lists.o -MT lists.o -MMD -MP -MF ./.deps/lists.TPo ../../gcc/lists.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o loop-doloop.o -MT loop-doloop.o -MMD -MP -MF ./.deps/loop-doloop.TPo ../../gcc/loop-doloop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o loop-init.o -MT loop-init.o -MMD -MP -MF ./.deps/loop-init.TPo ../../gcc/loop-init.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o loop-invariant.o -MT loop-invariant.o -MMD -MP -MF ./.deps/loop-invariant.TPo ../../gcc/loop-invariant.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o loop-iv.o -MT loop-iv.o -MMD -MP -MF ./.deps/loop-iv.TPo ../../gcc/loop-iv.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o loop-unroll.o -MT loop-unroll.o -MMD -MP -MF ./.deps/loop-unroll.TPo ../../gcc/loop-unroll.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lower-subreg.o -MT lower-subreg.o -MMD -MP -MF ./.deps/lower-subreg.TPo ../../gcc/lower-subreg.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lra.o -MT lra.o -MMD -MP -MF ./.deps/lra.TPo ../../gcc/lra.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lra-assigns.o -MT lra-assigns.o -MMD -MP -MF ./.deps/lra-assigns.TPo ../../gcc/lra-assigns.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lra-coalesce.o -MT lra-coalesce.o -MMD -MP -MF ./.deps/lra-coalesce.TPo ../../gcc/lra-coalesce.c
../../gcc/langhooks.c: In function ‘void lhd_print_error_function(diagnostic_context*, const char*, diagnostic_info*)’:
../../gcc/langhooks.c:479:41: warning: unknown conversion type character ‘r’ in format [-Wformat=]
"locus", s.file, s.line, s.column);
^
../../gcc/langhooks.c:479:41: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘const char*’ [-Wformat=]
../../gcc/langhooks.c:479:41: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/langhooks.c:479:41: warning: too many arguments for format [-Wformat-extra-args]
../../gcc/langhooks.c:484:31: warning: unknown conversion type character ‘r’ in format [-Wformat=]
"locus", s.file, s.line);
^
../../gcc/langhooks.c:484:31: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘const char*’ [-Wformat=]
../../gcc/langhooks.c:484:31: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/langhooks.c:484:31: warning: too many arguments for format [-Wformat-extra-args]
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lra-constraints.o -MT lra-constraints.o -MMD -MP -MF ./.deps/lra-constraints.TPo ../../gcc/lra-constraints.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lra-eliminations.o -MT lra-eliminations.o -MMD -MP -MF ./.deps/lra-eliminations.TPo ../../gcc/lra-eliminations.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lra-lives.o -MT lra-lives.o -MMD -MP -MF ./.deps/lra-lives.TPo ../../gcc/lra-lives.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lra-remat.o -MT lra-remat.o -MMD -MP -MF ./.deps/lra-remat.TPo ../../gcc/lra-remat.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lra-spills.o -MT lra-spills.o -MMD -MP -MF ./.deps/lra-spills.TPo ../../gcc/lra-spills.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto-cgraph.o -MT lto-cgraph.o -MMD -MP -MF ./.deps/lto-cgraph.TPo ../../gcc/lto-cgraph.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto-streamer.o -MT lto-streamer.o -MMD -MP -MF ./.deps/lto-streamer.TPo ../../gcc/lto-streamer.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto-streamer-in.o -MT lto-streamer-in.o -MMD -MP -MF ./.deps/lto-streamer-in.TPo ../../gcc/lto-streamer-in.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto-streamer-out.o -MT lto-streamer-out.o -MMD -MP -MF ./.deps/lto-streamer-out.TPo ../../gcc/lto-streamer-out.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto-section-in.o -MT lto-section-in.o -MMD -MP -MF ./.deps/lto-section-in.TPo ../../gcc/lto-section-in.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto-section-out.o -MT lto-section-out.o -MMD -MP -MF ./.deps/lto-section-out.TPo ../../gcc/lto-section-out.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto-opts.o -MT lto-opts.o -MMD -MP -MF ./.deps/lto-opts.TPo ../../gcc/lto-opts.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto-compress.o -MT lto-compress.o -MMD -MP -MF ./.deps/lto-compress.TPo ../../gcc/lto-compress.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o mcf.o -MT mcf.o -MMD -MP -MF ./.deps/mcf.TPo ../../gcc/mcf.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o mode-switching.o -MT mode-switching.o -MMD -MP -MF ./.deps/mode-switching.TPo ../../gcc/mode-switching.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o modulo-sched.o -MT modulo-sched.o -MMD -MP -MF ./.deps/modulo-sched.TPo ../../gcc/modulo-sched.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o omega.o -MT omega.o -MMD -MP -MF ./.deps/omega.TPo ../../gcc/omega.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o omp-low.o -MT omp-low.o -MMD -MP -MF ./.deps/omp-low.TPo ../../gcc/omp-low.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o optabs.o -MT optabs.o -MMD -MP -MF ./.deps/optabs.TPo ../../gcc/optabs.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o options-save.o -MT options-save.o -MMD -MP -MF ./.deps/options-save.TPo options-save.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o opts-global.o -MT opts-global.o -MMD -MP -MF ./.deps/opts-global.TPo ../../gcc/opts-global.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o passes.o -MT passes.o -MMD -MP -MF ./.deps/passes.TPo ../../gcc/passes.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o plugin.o -MT plugin.o -MMD -MP -MF ./.deps/plugin.TPo ../../gcc/plugin.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o postreload-gcse.o -MT postreload-gcse.o -MMD -MP -MF ./.deps/postreload-gcse.TPo ../../gcc/postreload-gcse.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o postreload.o -MT postreload.o -MMD -MP -MF ./.deps/postreload.TPo ../../gcc/postreload.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o predict.o -MT predict.o -MMD -MP -MF ./.deps/predict.TPo ../../gcc/predict.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o print-rtl.o -MT print-rtl.o -MMD -MP -MF ./.deps/print-rtl.TPo ../../gcc/print-rtl.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o print-tree.o -MT print-tree.o -MMD -MP -MF ./.deps/print-tree.TPo ../../gcc/print-tree.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o profile.o -MT profile.o -MMD -MP -MF ./.deps/profile.TPo ../../gcc/profile.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o real.o -MT real.o -MMD -MP -MF ./.deps/real.TPo ../../gcc/real.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o realmpfr.o -MT realmpfr.o -MMD -MP -MF ./.deps/realmpfr.TPo ../../gcc/realmpfr.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o recog.o -MT recog.o -MMD -MP -MF ./.deps/recog.TPo ../../gcc/recog.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o reg-stack.o -MT reg-stack.o -MMD -MP -MF ./.deps/reg-stack.TPo ../../gcc/reg-stack.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o regcprop.o -MT regcprop.o -MMD -MP -MF ./.deps/regcprop.TPo ../../gcc/regcprop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o reginfo.o -MT reginfo.o -MMD -MP -MF ./.deps/reginfo.TPo ../../gcc/reginfo.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o regrename.o -MT regrename.o -MMD -MP -MF ./.deps/regrename.TPo ../../gcc/regrename.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o regstat.o -MT regstat.o -MMD -MP -MF ./.deps/regstat.TPo ../../gcc/regstat.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o reload.o -MT reload.o -MMD -MP -MF ./.deps/reload.TPo ../../gcc/reload.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o reload1.o -MT reload1.o -MMD -MP -MF ./.deps/reload1.TPo ../../gcc/reload1.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o reorg.o -MT reorg.o -MMD -MP -MF ./.deps/reorg.TPo ../../gcc/reorg.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o resource.o -MT resource.o -MMD -MP -MF ./.deps/resource.TPo ../../gcc/resource.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o rtl-chkp.o -MT rtl-chkp.o -MMD -MP -MF ./.deps/rtl-chkp.TPo ../../gcc/rtl-chkp.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o rtl-error.o -MT rtl-error.o -MMD -MP -MF ./.deps/rtl-error.TPo ../../gcc/rtl-error.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o rtl.o -MT rtl.o -MMD -MP -MF ./.deps/rtl.TPo ../../gcc/rtl.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o rtlhash.o -MT rtlhash.o -MMD -MP -MF ./.deps/rtlhash.TPo ../../gcc/rtlhash.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o rtlanal.o -MT rtlanal.o -MMD -MP -MF ./.deps/rtlanal.TPo ../../gcc/rtlanal.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o rtlhooks.o -MT rtlhooks.o -MMD -MP -MF ./.deps/rtlhooks.TPo ../../gcc/rtlhooks.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sbitmap.o -MT sbitmap.o -MMD -MP -MF ./.deps/sbitmap.TPo ../../gcc/sbitmap.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sched-deps.o -MT sched-deps.o -MMD -MP -MF ./.deps/sched-deps.TPo ../../gcc/sched-deps.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sched-ebb.o -MT sched-ebb.o -MMD -MP -MF ./.deps/sched-ebb.TPo ../../gcc/sched-ebb.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sched-rgn.o -MT sched-rgn.o -MMD -MP -MF ./.deps/sched-rgn.TPo ../../gcc/sched-rgn.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sched-vis.o -MT sched-vis.o -MMD -MP -MF ./.deps/sched-vis.TPo ../../gcc/sched-vis.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sdbout.o -MT sdbout.o -MMD -MP -MF ./.deps/sdbout.TPo ../../gcc/sdbout.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sel-sched-ir.o -MT sel-sched-ir.o -MMD -MP -MF ./.deps/sel-sched-ir.TPo ../../gcc/sel-sched-ir.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sel-sched-dump.o -MT sel-sched-dump.o -MMD -MP -MF ./.deps/sel-sched-dump.TPo ../../gcc/sel-sched-dump.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sel-sched.o -MT sel-sched.o -MMD -MP -MF ./.deps/sel-sched.TPo ../../gcc/sel-sched.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sese.o -MT sese.o -MMD -MP -MF ./.deps/sese.TPo ../../gcc/sese.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o shrink-wrap.o -MT shrink-wrap.o -MMD -MP -MF ./.deps/shrink-wrap.TPo ../../gcc/shrink-wrap.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o simplify-rtx.o -MT simplify-rtx.o -MMD -MP -MF ./.deps/simplify-rtx.TPo ../../gcc/simplify-rtx.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sparseset.o -MT sparseset.o -MMD -MP -MF ./.deps/sparseset.TPo ../../gcc/sparseset.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sreal.o -MT sreal.o -MMD -MP -MF ./.deps/sreal.TPo ../../gcc/sreal.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o stack-ptr-mod.o -MT stack-ptr-mod.o -MMD -MP -MF ./.deps/stack-ptr-mod.TPo ../../gcc/stack-ptr-mod.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o statistics.o -MT statistics.o -MMD -MP -MF ./.deps/statistics.TPo ../../gcc/statistics.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o stmt.o -MT stmt.o -MMD -MP -MF ./.deps/stmt.TPo ../../gcc/stmt.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o stor-layout.o -MT stor-layout.o -MMD -MP -MF ./.deps/stor-layout.TPo ../../gcc/stor-layout.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o store-motion.o -MT store-motion.o -MMD -MP -MF ./.deps/store-motion.TPo ../../gcc/store-motion.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o streamer-hooks.o -MT streamer-hooks.o -MMD -MP -MF ./.deps/streamer-hooks.TPo ../../gcc/streamer-hooks.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o stringpool.o -MT stringpool.o -MMD -MP -MF ./.deps/stringpool.TPo ../../gcc/stringpool.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o target-globals.o -MT target-globals.o -MMD -MP -MF ./.deps/target-globals.TPo ../../gcc/target-globals.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o targhooks.o -MT targhooks.o -MMD -MP -MF ./.deps/targhooks.TPo ../../gcc/targhooks.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o timevar.o -MT timevar.o -MMD -MP -MF ./.deps/timevar.TPo ../../gcc/timevar.c
/usr/bin/g++-4.8 -c -DTARGET_NAME=\"x86_64-unknown-linux-gnu\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o toplev.o -MT toplev.o -MMD -MP -MF ./.deps/toplev.TPo ../../gcc/toplev.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tracer.o -MT tracer.o -MMD -MP -MF ./.deps/tracer.TPo ../../gcc/tracer.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o trans-mem.o -MT trans-mem.o -MMD -MP -MF ./.deps/trans-mem.TPo ../../gcc/trans-mem.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-affine.o -MT tree-affine.o -MMD -MP -MF ./.deps/tree-affine.TPo ../../gcc/tree-affine.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o asan.o -MT asan.o -MMD -MP -MF ./.deps/asan.TPo ../../gcc/asan.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tsan.o -MT tsan.o -MMD -MP -MF ./.deps/tsan.TPo ../../gcc/tsan.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ubsan.o -MT ubsan.o -MMD -MP -MF ./.deps/ubsan.TPo ../../gcc/ubsan.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o sanopt.o -MT sanopt.o -MMD -MP -MF ./.deps/sanopt.TPo ../../gcc/sanopt.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-call-cdce.o -MT tree-call-cdce.o -MMD -MP -MF ./.deps/tree-call-cdce.TPo ../../gcc/tree-call-cdce.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-cfg.o -MT tree-cfg.o -MMD -MP -MF ./.deps/tree-cfg.TPo ../../gcc/tree-cfg.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-cfgcleanup.o -MT tree-cfgcleanup.o -MMD -MP -MF ./.deps/tree-cfgcleanup.TPo ../../gcc/tree-cfgcleanup.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-chrec.o -MT tree-chrec.o -MMD -MP -MF ./.deps/tree-chrec.TPo ../../gcc/tree-chrec.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-complex.o -MT tree-complex.o -MMD -MP -MF ./.deps/tree-complex.TPo ../../gcc/tree-complex.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-data-ref.o -MT tree-data-ref.o -MMD -MP -MF ./.deps/tree-data-ref.TPo ../../gcc/tree-data-ref.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-dfa.o -MT tree-dfa.o -MMD -MP -MF ./.deps/tree-dfa.TPo ../../gcc/tree-dfa.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-diagnostic.o -MT tree-diagnostic.o -MMD -MP -MF ./.deps/tree-diagnostic.TPo ../../gcc/tree-diagnostic.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-dump.o -MT tree-dump.o -MMD -MP -MF ./.deps/tree-dump.TPo ../../gcc/tree-dump.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-eh.o -MT tree-eh.o -MMD -MP -MF ./.deps/tree-eh.TPo ../../gcc/tree-eh.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-emutls.o -MT tree-emutls.o -MMD -MP -MF ./.deps/tree-emutls.TPo ../../gcc/tree-emutls.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-if-conv.o -MT tree-if-conv.o -MMD -MP -MF ./.deps/tree-if-conv.TPo ../../gcc/tree-if-conv.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-inline.o -MT tree-inline.o -MMD -MP -MF ./.deps/tree-inline.TPo ../../gcc/tree-inline.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-into-ssa.o -MT tree-into-ssa.o -MMD -MP -MF ./.deps/tree-into-ssa.TPo ../../gcc/tree-into-ssa.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-iterator.o -MT tree-iterator.o -MMD -MP -MF ./.deps/tree-iterator.TPo ../../gcc/tree-iterator.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-loop-distribution.o -MT tree-loop-distribution.o -MMD -MP -MF ./.deps/tree-loop-distribution.TPo ../../gcc/tree-loop-distribution.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-nested.o -MT tree-nested.o -MMD -MP -MF ./.deps/tree-nested.TPo ../../gcc/tree-nested.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-nrv.o -MT tree-nrv.o -MMD -MP -MF ./.deps/tree-nrv.TPo ../../gcc/tree-nrv.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-object-size.o -MT tree-object-size.o -MMD -MP -MF ./.deps/tree-object-size.TPo ../../gcc/tree-object-size.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-outof-ssa.o -MT tree-outof-ssa.o -MMD -MP -MF ./.deps/tree-outof-ssa.TPo ../../gcc/tree-outof-ssa.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-parloops.o -MT tree-parloops.o -MMD -MP -MF ./.deps/tree-parloops.TPo ../../gcc/tree-parloops.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-phinodes.o -MT tree-phinodes.o -MMD -MP -MF ./.deps/tree-phinodes.TPo ../../gcc/tree-phinodes.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-chkp.o -MT tree-chkp.o -MMD -MP -MF ./.deps/tree-chkp.TPo ../../gcc/tree-chkp.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-chkp-opt.o -MT tree-chkp-opt.o -MMD -MP -MF ./.deps/tree-chkp-opt.TPo ../../gcc/tree-chkp-opt.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-predcom.o -MT tree-predcom.o -MMD -MP -MF ./.deps/tree-predcom.TPo ../../gcc/tree-predcom.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-pretty-print.o -MT tree-pretty-print.o -MMD -MP -MF ./.deps/tree-pretty-print.TPo ../../gcc/tree-pretty-print.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-profile.o -MT tree-profile.o -MMD -MP -MF ./.deps/tree-profile.TPo ../../gcc/tree-profile.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-scalar-evolution.o -MT tree-scalar-evolution.o -MMD -MP -MF ./.deps/tree-scalar-evolution.TPo ../../gcc/tree-scalar-evolution.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-sra.o -MT tree-sra.o -MMD -MP -MF ./.deps/tree-sra.TPo ../../gcc/tree-sra.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-switch-conversion.o -MT tree-switch-conversion.o -MMD -MP -MF ./.deps/tree-switch-conversion.TPo ../../gcc/tree-switch-conversion.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-address.o -MT tree-ssa-address.o -MMD -MP -MF ./.deps/tree-ssa-address.TPo ../../gcc/tree-ssa-address.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-alias.o -MT tree-ssa-alias.o -MMD -MP -MF ./.deps/tree-ssa-alias.TPo ../../gcc/tree-ssa-alias.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-ccp.o -MT tree-ssa-ccp.o -MMD -MP -MF ./.deps/tree-ssa-ccp.TPo ../../gcc/tree-ssa-ccp.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-coalesce.o -MT tree-ssa-coalesce.o -MMD -MP -MF ./.deps/tree-ssa-coalesce.TPo ../../gcc/tree-ssa-coalesce.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-copy.o -MT tree-ssa-copy.o -MMD -MP -MF ./.deps/tree-ssa-copy.TPo ../../gcc/tree-ssa-copy.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-copyrename.o -MT tree-ssa-copyrename.o -MMD -MP -MF ./.deps/tree-ssa-copyrename.TPo ../../gcc/tree-ssa-copyrename.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-dce.o -MT tree-ssa-dce.o -MMD -MP -MF ./.deps/tree-ssa-dce.TPo ../../gcc/tree-ssa-dce.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-dom.o -MT tree-ssa-dom.o -MMD -MP -MF ./.deps/tree-ssa-dom.TPo ../../gcc/tree-ssa-dom.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-dse.o -MT tree-ssa-dse.o -MMD -MP -MF ./.deps/tree-ssa-dse.TPo ../../gcc/tree-ssa-dse.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-forwprop.o -MT tree-ssa-forwprop.o -MMD -MP -MF ./.deps/tree-ssa-forwprop.TPo ../../gcc/tree-ssa-forwprop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-ifcombine.o -MT tree-ssa-ifcombine.o -MMD -MP -MF ./.deps/tree-ssa-ifcombine.TPo ../../gcc/tree-ssa-ifcombine.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-live.o -MT tree-ssa-live.o -MMD -MP -MF ./.deps/tree-ssa-live.TPo ../../gcc/tree-ssa-live.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-loop-ch.o -MT tree-ssa-loop-ch.o -MMD -MP -MF ./.deps/tree-ssa-loop-ch.TPo ../../gcc/tree-ssa-loop-ch.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-loop-im.o -MT tree-ssa-loop-im.o -MMD -MP -MF ./.deps/tree-ssa-loop-im.TPo ../../gcc/tree-ssa-loop-im.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-loop-ivcanon.o -MT tree-ssa-loop-ivcanon.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivcanon.TPo ../../gcc/tree-ssa-loop-ivcanon.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-loop-ivopts.o -MT tree-ssa-loop-ivopts.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivopts.TPo ../../gcc/tree-ssa-loop-ivopts.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-loop-manip.o -MT tree-ssa-loop-manip.o -MMD -MP -MF ./.deps/tree-ssa-loop-manip.TPo ../../gcc/tree-ssa-loop-manip.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-loop-niter.o -MT tree-ssa-loop-niter.o -MMD -MP -MF ./.deps/tree-ssa-loop-niter.TPo ../../gcc/tree-ssa-loop-niter.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-loop-prefetch.o -MT tree-ssa-loop-prefetch.o -MMD -MP -MF ./.deps/tree-ssa-loop-prefetch.TPo ../../gcc/tree-ssa-loop-prefetch.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-loop-unswitch.o -MT tree-ssa-loop-unswitch.o -MMD -MP -MF ./.deps/tree-ssa-loop-unswitch.TPo ../../gcc/tree-ssa-loop-unswitch.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-loop.o -MT tree-ssa-loop.o -MMD -MP -MF ./.deps/tree-ssa-loop.TPo ../../gcc/tree-ssa-loop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-math-opts.o -MT tree-ssa-math-opts.o -MMD -MP -MF ./.deps/tree-ssa-math-opts.TPo ../../gcc/tree-ssa-math-opts.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-operands.o -MT tree-ssa-operands.o -MMD -MP -MF ./.deps/tree-ssa-operands.TPo ../../gcc/tree-ssa-operands.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-phiopt.o -MT tree-ssa-phiopt.o -MMD -MP -MF ./.deps/tree-ssa-phiopt.TPo ../../gcc/tree-ssa-phiopt.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-phiprop.o -MT tree-ssa-phiprop.o -MMD -MP -MF ./.deps/tree-ssa-phiprop.TPo ../../gcc/tree-ssa-phiprop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-pre.o -MT tree-ssa-pre.o -MMD -MP -MF ./.deps/tree-ssa-pre.TPo ../../gcc/tree-ssa-pre.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-propagate.o -MT tree-ssa-propagate.o -MMD -MP -MF ./.deps/tree-ssa-propagate.TPo ../../gcc/tree-ssa-propagate.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-reassoc.o -MT tree-ssa-reassoc.o -MMD -MP -MF ./.deps/tree-ssa-reassoc.TPo ../../gcc/tree-ssa-reassoc.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-sccvn.o -MT tree-ssa-sccvn.o -MMD -MP -MF ./.deps/tree-ssa-sccvn.TPo ../../gcc/tree-ssa-sccvn.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-sink.o -MT tree-ssa-sink.o -MMD -MP -MF ./.deps/tree-ssa-sink.TPo ../../gcc/tree-ssa-sink.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-strlen.o -MT tree-ssa-strlen.o -MMD -MP -MF ./.deps/tree-ssa-strlen.TPo ../../gcc/tree-ssa-strlen.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-structalias.o -MT tree-ssa-structalias.o -MMD -MP -MF ./.deps/tree-ssa-structalias.TPo ../../gcc/tree-ssa-structalias.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-tail-merge.o -MT tree-ssa-tail-merge.o -MMD -MP -MF ./.deps/tree-ssa-tail-merge.TPo ../../gcc/tree-ssa-tail-merge.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-ter.o -MT tree-ssa-ter.o -MMD -MP -MF ./.deps/tree-ssa-ter.TPo ../../gcc/tree-ssa-ter.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-threadedge.o -MT tree-ssa-threadedge.o -MMD -MP -MF ./.deps/tree-ssa-threadedge.TPo ../../gcc/tree-ssa-threadedge.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-threadupdate.o -MT tree-ssa-threadupdate.o -MMD -MP -MF ./.deps/tree-ssa-threadupdate.TPo ../../gcc/tree-ssa-threadupdate.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-uncprop.o -MT tree-ssa-uncprop.o -MMD -MP -MF ./.deps/tree-ssa-uncprop.TPo ../../gcc/tree-ssa-uncprop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa-uninit.o -MT tree-ssa-uninit.o -MMD -MP -MF ./.deps/tree-ssa-uninit.TPo ../../gcc/tree-ssa-uninit.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssa.o -MT tree-ssa.o -MMD -MP -MF ./.deps/tree-ssa.TPo ../../gcc/tree-ssa.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-ssanames.o -MT tree-ssanames.o -MMD -MP -MF ./.deps/tree-ssanames.TPo ../../gcc/tree-ssanames.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-stdarg.o -MT tree-stdarg.o -MMD -MP -MF ./.deps/tree-stdarg.TPo ../../gcc/tree-stdarg.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-streamer.o -MT tree-streamer.o -MMD -MP -MF ./.deps/tree-streamer.TPo ../../gcc/tree-streamer.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-streamer-in.o -MT tree-streamer-in.o -MMD -MP -MF ./.deps/tree-streamer-in.TPo ../../gcc/tree-streamer-in.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-streamer-out.o -MT tree-streamer-out.o -MMD -MP -MF ./.deps/tree-streamer-out.TPo ../../gcc/tree-streamer-out.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-tailcall.o -MT tree-tailcall.o -MMD -MP -MF ./.deps/tree-tailcall.TPo ../../gcc/tree-tailcall.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-vect-generic.o -MT tree-vect-generic.o -MMD -MP -MF ./.deps/tree-vect-generic.TPo ../../gcc/tree-vect-generic.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-vect-patterns.o -MT tree-vect-patterns.o -MMD -MP -MF ./.deps/tree-vect-patterns.TPo ../../gcc/tree-vect-patterns.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-vect-data-refs.o -MT tree-vect-data-refs.o -MMD -MP -MF ./.deps/tree-vect-data-refs.TPo ../../gcc/tree-vect-data-refs.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-vect-stmts.o -MT tree-vect-stmts.o -MMD -MP -MF ./.deps/tree-vect-stmts.TPo ../../gcc/tree-vect-stmts.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-vect-loop.o -MT tree-vect-loop.o -MMD -MP -MF ./.deps/tree-vect-loop.TPo ../../gcc/tree-vect-loop.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-vect-loop-manip.o -MT tree-vect-loop-manip.o -MMD -MP -MF ./.deps/tree-vect-loop-manip.TPo ../../gcc/tree-vect-loop-manip.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-vect-slp.o -MT tree-vect-slp.o -MMD -MP -MF ./.deps/tree-vect-slp.TPo ../../gcc/tree-vect-slp.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-vectorizer.o -MT tree-vectorizer.o -MMD -MP -MF ./.deps/tree-vectorizer.TPo ../../gcc/tree-vectorizer.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-vrp.o -MT tree-vrp.o -MMD -MP -MF ./.deps/tree-vrp.TPo ../../gcc/tree-vrp.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree.o -MT tree.o -MMD -MP -MF ./.deps/tree.TPo ../../gcc/tree.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o valtrack.o -MT valtrack.o -MMD -MP -MF ./.deps/valtrack.TPo ../../gcc/valtrack.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o value-prof.o -MT value-prof.o -MMD -MP -MF ./.deps/value-prof.TPo ../../gcc/value-prof.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o var-tracking.o -MT var-tracking.o -MMD -MP -MF ./.deps/var-tracking.TPo ../../gcc/var-tracking.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o varasm.o -MT varasm.o -MMD -MP -MF ./.deps/varasm.TPo ../../gcc/varasm.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o varpool.o -MT varpool.o -MMD -MP -MF ./.deps/varpool.TPo ../../gcc/varpool.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o vmsdbgout.o -MT vmsdbgout.o -MMD -MP -MF ./.deps/vmsdbgout.TPo ../../gcc/vmsdbgout.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o vtable-verify.o -MT vtable-verify.o -MMD -MP -MF ./.deps/vtable-verify.TPo ../../gcc/vtable-verify.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o web.o -MT web.o -MMD -MP -MF ./.deps/web.TPo ../../gcc/web.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o wide-int.o -MT wide-int.o -MMD -MP -MF ./.deps/wide-int.TPo ../../gcc/wide-int.cc
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o wide-int-print.o -MT wide-int-print.o -MMD -MP -MF ./.deps/wide-int-print.TPo ../../gcc/wide-int-print.cc
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o xcoffout.o -MT xcoffout.o -MMD -MP -MF ./.deps/xcoffout.TPo ../../gcc/xcoffout.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o i386.o -MT i386.o -MMD -MP -MF ./.deps/i386.TPo ../../gcc/config/i386/i386.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o linux.o -MT linux.o -MMD -MP -MF ./.deps/linux.TPo ../../gcc/config/linux.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o host-linux.o -MT host-linux.o -MMD -MP -MF ./.deps/host-linux.TPo ../../gcc/config/host-linux.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o main.o -MT main.o -MMD -MP -MF ./.deps/main.TPo ../../gcc/main.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tree-browser.o -MT tree-browser.o -MMD -MP -MF ./.deps/tree-browser.TPo ../../gcc/tree-browser.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o i386-common.o -MT i386-common.o -MMD -MP -MF ./.deps/i386-common.TPo ../../gcc/common/config/i386/i386-common.c
/usr/bin/g++-4.8 -c -DPREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0\" -DBASEVER="\"5.1.0\"" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o prefix.o -MT prefix.o -MMD -MP -MF ./.deps/prefix.TPo ../../gcc/prefix.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o params.o -MT params.o -MMD -MP -MF ./.deps/params.TPo ../../gcc/params.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o opts.o -MT opts.o -MMD -MP -MF ./.deps/opts.TPo ../../gcc/opts.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o opts-common.o -MT opts-common.o -MMD -MP -MF ./.deps/opts-common.TPo ../../gcc/opts-common.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o options.o -MT options.o -MMD -MP -MF ./.deps/options.TPo options.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o vec.o -MT vec.o -MMD -MP -MF ./.deps/vec.TPo ../../gcc/vec.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o hooks.o -MT hooks.o -MMD -MP -MF ./.deps/hooks.TPo ../../gcc/hooks.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -fno-common -DHAVE_CONFIG_H -I. -Icommon -I../../gcc -I../../gcc/common -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o common/common-targhooks.o -MT common/common-targhooks.o -MMD -MP -MF common/.deps/common-targhooks.TPo ../../gcc/common/common-targhooks.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o hash-table.o -MT hash-table.o -MMD -MP -MF ./.deps/hash-table.TPo ../../gcc/hash-table.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o file-find.o -MT file-find.o -MMD -MP -MF ./.deps/file-find.TPo ../../gcc/file-find.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o diagnostic.o -MT diagnostic.o -MMD -MP -MF ./.deps/diagnostic.TPo ../../gcc/diagnostic.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o diagnostic-color.o -MT diagnostic-color.o -MMD -MP -MF ./.deps/diagnostic-color.TPo ../../gcc/diagnostic-color.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o pretty-print.o -MT pretty-print.o -MMD -MP -MF ./.deps/pretty-print.TPo ../../gcc/pretty-print.c
/usr/bin/g++-4.8 -c -DLOCALEDIR=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/share/locale\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o intl.o -MT intl.o -MMD -MP -MF ./.deps/intl.TPo ../../gcc/intl.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o input.o -MT input.o -MMD -MP -MF ./.deps/input.TPo ../../gcc/input.c
/usr/bin/g++-4.8 -c -DBASEVER="\"5.1.0\"" -DDATESTAMP="\"\"" -DREVISION="\"\"" -DDEVPHASE="\"\"" -DPKGVERSION="\"(Homebrew gcc 5.1.0) \"" -DBUGURL="\"<https://github.com/Homebrew/homebrew/issues>\"" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o version.o -MT version.o -MMD -MP -MF ./.deps/version.TPo ../../gcc/version.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gcov.o -MT gcov.o -MMD -MP -MF ./.deps/gcov.TPo ../../gcc/gcov.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gcov-dump.o -MT gcov-dump.o -MMD -MP -MF ./.deps/gcov-dump.TPo ../../gcc/gcov-dump.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gcov-tool.o -MT gcov-tool.o -MMD -MP -MF ./.deps/gcov-tool.TPo ../../gcc/gcov-tool.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -o libgcov-util.o ../../gcc/../libgcc/libgcov-util.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include \
-DIN_GCOV_TOOL=1 -o libgcov-driver-tool.o ../../gcc/../libgcc/libgcov-driver.c
../../gcc/diagnostic.c: In function ‘void diagnostic_report_current_module(diagnostic_context*, location_t)’:
../../gcc/diagnostic.c:585:53: warning: unknown conversion type character ‘r’ in format [-Wformat=]
LAST_SOURCE_LINE (map), LAST_SOURCE_COLUMN (map));
^
../../gcc/diagnostic.c:585:53: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘const char*’ [-Wformat=]
../../gcc/diagnostic.c:585:53: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/diagnostic.c:585:53: warning: too many arguments for format [-Wformat-extra-args]
../../gcc/diagnostic.c:589:47: warning: unknown conversion type character ‘r’ in format [-Wformat=]
LINEMAP_FILE (map), LAST_SOURCE_LINE (map));
^
../../gcc/diagnostic.c:589:47: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘const char*’ [-Wformat=]
../../gcc/diagnostic.c:589:47: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/diagnostic.c:589:47: warning: too many arguments for format [-Wformat-extra-args]
../../gcc/diagnostic.c:595:49: warning: unknown conversion type character ‘r’ in format [-Wformat=]
LINEMAP_FILE (map), LAST_SOURCE_LINE (map));
^
../../gcc/diagnostic.c:595:49: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘const char*’ [-Wformat=]
../../gcc/diagnostic.c:595:49: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/diagnostic.c:595:49: warning: too many arguments for format [-Wformat-extra-args]
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include \
-DIN_GCOV_TOOL=1 -o libgcov-merge-tool.o ../../gcc/../libgcc/libgcov-merge.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/cp-lang.o -MT cp/cp-lang.o -MMD -MP -MF cp/.deps/cp-lang.TPo ../../gcc/cp/cp-lang.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/call.o -MT cp/call.o -MMD -MP -MF cp/.deps/call.TPo ../../gcc/cp/call.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/decl.o -MT cp/decl.o -MMD -MP -MF cp/.deps/decl.TPo ../../gcc/cp/decl.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/expr.o -MT cp/expr.o -MMD -MP -MF cp/.deps/expr.TPo ../../gcc/cp/expr.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/pt.o -MT cp/pt.o -MMD -MP -MF cp/.deps/pt.TPo ../../gcc/cp/pt.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/typeck2.o -MT cp/typeck2.o -MMD -MP -MF cp/.deps/typeck2.TPo ../../gcc/cp/typeck2.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/class.o -MT cp/class.o -MMD -MP -MF cp/.deps/class.TPo ../../gcc/cp/class.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/decl2.o -MT cp/decl2.o -MMD -MP -MF cp/.deps/decl2.TPo ../../gcc/cp/decl2.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/error.o -MT cp/error.o -MMD -MP -MF cp/.deps/error.TPo ../../gcc/cp/error.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/lex.o -MT cp/lex.o -MMD -MP -MF cp/.deps/lex.TPo ../../gcc/cp/lex.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/parser.o -MT cp/parser.o -MMD -MP -MF cp/.deps/parser.TPo ../../gcc/cp/parser.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/ptree.o -MT cp/ptree.o -MMD -MP -MF cp/.deps/ptree.TPo ../../gcc/cp/ptree.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/rtti.o -MT cp/rtti.o -MMD -MP -MF cp/.deps/rtti.TPo ../../gcc/cp/rtti.c
../../gcc/cp/parser.c: In function ‘bool cp_parser_check_type_definition(cp_parser*)’:
../../gcc/cp/parser.c:2738:55: warning: format not a string literal and no format arguments [-Wformat-security]
error (parser->type_definition_forbidden_message);
^
../../gcc/cp/error.c: In function ‘void cp_print_error_function(diagnostic_context*, diagnostic_info*)’:
../../gcc/cp/error.c:3207:41: warning: unknown conversion type character ‘r’ in format [-Wformat=]
"locus", s.file, s.line, s.column);
^
../../gcc/cp/error.c:3207:41: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘const char*’ [-Wformat=]
../../gcc/cp/error.c:3207:41: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/cp/error.c:3207:41: warning: too many arguments for format [-Wformat-extra-args]
../../gcc/cp/error.c:3212:31: warning: unknown conversion type character ‘r’ in format [-Wformat=]
"locus", s.file, s.line);
^
../../gcc/cp/error.c:3212:31: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘const char*’ [-Wformat=]
../../gcc/cp/error.c:3212:31: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/cp/error.c:3212:31: warning: too many arguments for format [-Wformat-extra-args]
../../gcc/cp/error.c: In function ‘void print_instantiation_partial_context_line(diagnostic_context*, const tinst_level*, location_t, bool)’:
../../gcc/cp/error.c:3297:46: warning: unknown conversion type character ‘r’ in format [-Wformat=]
"locus", xloc.file, xloc.line, xloc.column);
^
../../gcc/cp/error.c:3297:46: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘const char*’ [-Wformat=]
../../gcc/cp/error.c:3297:46: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/cp/error.c:3297:46: warning: too many arguments for format [-Wformat-extra-args]
../../gcc/cp/error.c:3300:33: warning: unknown conversion type character ‘r’ in format [-Wformat=]
"locus", xloc.file, xloc.line);
^
../../gcc/cp/error.c:3300:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘const char*’ [-Wformat=]
../../gcc/cp/error.c:3300:33: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/cp/error.c:3300:33: warning: too many arguments for format [-Wformat-extra-args]
../../gcc/cp/error.c: In function ‘void print_instantiation_partial_context(diagnostic_context*, tinst_level*, location_t)’:
../../gcc/cp/error.c:3377:53: warning: unknown conversion type character ‘r’ in format [-Wformat=]
"locus", xloc.file, xloc.line, xloc.column, skip);
^
../../gcc/cp/error.c:3377:53: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘const char*’ [-Wformat=]
../../gcc/cp/error.c:3377:53: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/cp/error.c:3377:53: warning: too many arguments for format [-Wformat-extra-args]
../../gcc/cp/error.c:3383:40: warning: unknown conversion type character ‘r’ in format [-Wformat=]
"locus", xloc.file, xloc.line, skip);
^
../../gcc/cp/error.c:3383:40: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘const char*’ [-Wformat=]
../../gcc/cp/error.c:3383:40: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/cp/error.c:3383:40: warning: too many arguments for format [-Wformat-extra-args]
../../gcc/cp/error.c: In function ‘void maybe_print_constexpr_context(diagnostic_context*)’:
../../gcc/cp/error.c:3436:53: warning: unknown conversion type character ‘r’ in format [-Wformat=]
"locus", xloc.file, xloc.line, xloc.column, s);
^
../../gcc/cp/error.c:3436:53: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘const char*’ [-Wformat=]
../../gcc/cp/error.c:3436:53: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/cp/error.c:3436:53: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘int’ [-Wformat=]
../../gcc/cp/error.c:3436:53: warning: too many arguments for format [-Wformat-extra-args]
../../gcc/cp/error.c:3440:40: warning: unknown conversion type character ‘r’ in format [-Wformat=]
"locus", xloc.file, xloc.line, s);
^
../../gcc/cp/error.c:3440:40: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘const char*’ [-Wformat=]
../../gcc/cp/error.c:3440:40: warning: unknown conversion type character ‘R’ in format [-Wformat=]
../../gcc/cp/error.c:3440:40: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘int’ [-Wformat=]
../../gcc/cp/error.c:3440:40: warning: too many arguments for format [-Wformat-extra-args]
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/typeck.o -MT cp/typeck.o -MMD -MP -MF cp/.deps/typeck.TPo ../../gcc/cp/typeck.c
../../gcc/cp/decl.c: In function ‘tree_node* grokdeclarator(const cp_declarator*, cp_decl_specifier_seq*, decl_context, int, tree_node**)’:
../../gcc/cp/decl.c:9721:16: warning: format not a string literal and no format arguments [-Wformat-security]
error (errmsg);
^
../../gcc/cp/decl.c: In function ‘tree_node* grokparms(tree, tree_node**)’:
../../gcc/cp/decl.c:11340:17: warning: format not a string literal and no format arguments [-Wformat-security]
error (errmsg);
^
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/cvt.o -MT cp/cvt.o -MMD -MP -MF cp/.deps/cvt.TPo ../../gcc/cp/cvt.c
../../gcc/cp/pt.c: In function ‘tree_node* tsubst_copy_and_build(tree, tree, tsubst_flags_t, tree, bool, bool)’:
../../gcc/cp/pt.c:14567:20: warning: format not a string literal and no format arguments [-Wformat-security]
error (error_msg);
^
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/except.o -MT cp/except.o -MMD -MP -MF cp/.deps/except.TPo ../../gcc/cp/except.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/friend.o -MT cp/friend.o -MMD -MP -MF cp/.deps/friend.TPo ../../gcc/cp/friend.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/init.o -MT cp/init.o -MMD -MP -MF cp/.deps/init.TPo ../../gcc/cp/init.c
../../gcc/cp/typeck.c: In function ‘tree_node* cp_build_binary_op(location_t, tree_code, tree, tree, tsubst_flags_t)’:
../../gcc/cp/typeck.c:4033:24: warning: format not a string literal and no format arguments [-Wformat-security]
error (invalid_op_diag);
^
../../gcc/cp/typeck.c: In function ‘tree_node* cp_build_unary_op(tree_code, tree, int, tsubst_flags_t)’:
../../gcc/cp/typeck.c:5647:24: warning: format not a string literal and no format arguments [-Wformat-security]
error (invalid_op_diag);
^
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/method.o -MT cp/method.o -MMD -MP -MF cp/.deps/method.TPo ../../gcc/cp/method.c
../../gcc/cp/cvt.c: In function ‘tree_node* ocp_convert(tree, tree, int, int, tsubst_flags_t)’:
../../gcc/cp/cvt.c:681:26: warning: format not a string literal and no format arguments [-Wformat-security]
error (invalid_conv_diag);
^
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/search.o -MT cp/search.o -MMD -MP -MF cp/.deps/search.TPo ../../gcc/cp/search.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/semantics.o -MT cp/semantics.o -MMD -MP -MF cp/.deps/semantics.TPo ../../gcc/cp/semantics.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/tree.o -MT cp/tree.o -MMD -MP -MF cp/.deps/tree.TPo ../../gcc/cp/tree.c
../../gcc/cp/init.c: In function ‘tree_node* build_new_1(vec<tree_node*, va_gc>**, tree, tree, vec<tree_node*, va_gc>**, bool, tsubst_flags_t)’:
../../gcc/cp/init.c:2391:19: warning: format not a string literal and no format arguments [-Wformat-security]
OPT_Wvla, msg);
^
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/repo.o -MT cp/repo.o -MMD -MP -MF cp/.deps/repo.TPo ../../gcc/cp/repo.c
../../gcc/cp/method.c: In function ‘bool maybe_explain_implicit_delete(tree)’:
../../gcc/cp/method.c:1660:19: warning: unknown conversion type character ‘X’ in format [-Wformat=]
decl, raises);
^
../../gcc/cp/method.c:1660:19: warning: too many arguments for format [-Wformat-extra-args]
../../gcc/cp/method.c: In function ‘void defaulted_late_check(tree)’:
../../gcc/cp/method.c:2009:61: warning: unknown conversion type character ‘X’ in format [-Wformat=]
"the implicit exception-specification %qX", fn, eh_spec);
^
../../gcc/cp/method.c:2009:61: warning: too many arguments for format [-Wformat-extra-args]
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/dump.o -MT cp/dump.o -MMD -MP -MF cp/.deps/dump.TPo ../../gcc/cp/dump.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/optimize.o -MT cp/optimize.o -MMD -MP -MF cp/.deps/optimize.TPo ../../gcc/cp/optimize.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/mangle.o -MT cp/mangle.o -MMD -MP -MF cp/.deps/mangle.TPo ../../gcc/cp/mangle.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/cp-objcp-common.o -MT cp/cp-objcp-common.o -MMD -MP -MF cp/.deps/cp-objcp-common.TPo ../../gcc/cp/cp-objcp-common.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/name-lookup.o -MT cp/name-lookup.o -MMD -MP -MF cp/.deps/name-lookup.TPo ../../gcc/cp/name-lookup.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/cxx-pretty-print.o -MT cp/cxx-pretty-print.o -MMD -MP -MF cp/.deps/cxx-pretty-print.TPo ../../gcc/cp/cxx-pretty-print.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/cp-cilkplus.o -MT cp/cp-cilkplus.o -MMD -MP -MF cp/.deps/cp-cilkplus.TPo ../../gcc/cp/cp-cilkplus.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/cp-gimplify.o -MT cp/cp-gimplify.o -MMD -MP -MF cp/.deps/cp-gimplify.TPo ../../gcc/cp/cp-gimplify.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/cp-array-notation.o -MT cp/cp-array-notation.o -MMD -MP -MF cp/.deps/cp-array-notation.TPo ../../gcc/cp/cp-array-notation.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/lambda.o -MT cp/lambda.o -MMD -MP -MF cp/.deps/lambda.TPo ../../gcc/cp/lambda.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/vtable-class-hierarchy.o -MT cp/vtable-class-hierarchy.o -MMD -MP -MF cp/.deps/vtable-class-hierarchy.TPo ../../gcc/cp/vtable-class-hierarchy.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/constexpr.o -MT cp/constexpr.o -MMD -MP -MF cp/.deps/constexpr.TPo ../../gcc/cp/constexpr.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/cp-ubsan.o -MT cp/cp-ubsan.o -MMD -MP -MF cp/.deps/cp-ubsan.TPo ../../gcc/cp/cp-ubsan.c
/usr/bin/g++-4.8 -c -DTARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o collect2.o -MT collect2.o -MMD -MP -MF ./.deps/collect2.TPo ../../gcc/collect2.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o collect2-aix.o -MT collect2-aix.o -MMD -MP -MF ./.deps/collect2-aix.TPo ../../gcc/collect2-aix.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o tlink.o -MT tlink.o -MMD -MP -MF ./.deps/tlink.TPo ../../gcc/tlink.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o ggc-none.o -MT ggc-none.o -MMD -MP -MF ./.deps/ggc-none.TPo ../../gcc/ggc-none.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o collect-utils.o -MT collect-utils.o -MMD -MP -MF ./.deps/collect-utils.TPo ../../gcc/collect-utils.c
../../gcc/collect2.c: In function ‘void scan_prog_file(const char*, scanpass, scanfilter)’:
../../gcc/collect2.c:2362:37: warning: format not a string literal and no format arguments [-Wformat-security]
fatal_error (input_location, errmsg);
^
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto-wrapper.o -MT lto-wrapper.o -MMD -MP -MF ./.deps/lto-wrapper.TPo ../../gcc/lto-wrapper.c
/usr/bin/g++-4.8 -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"5.1.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DPERSONALITY=\"ar\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gcc-ar.o -MT gcc-ar.o -MMD -MP -MF ./.deps/gcc-ar.TPo ../../gcc/gcc-ar.c
/usr/bin/g++-4.8 -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"5.1.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DPERSONALITY=\"nm\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gcc-nm.o -MT gcc-nm.o -MMD -MP -MF ./.deps/gcc-nm.TPo gcc-nm.c
/usr/bin/g++-4.8 -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"5.1.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DPERSONALITY=\"ranlib\" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gcc-ranlib.o -MT gcc-ranlib.o -MMD -MP -MF ./.deps/gcc-ranlib.TPo gcc-ranlib.c
/usr/bin/g++-4.8 -c -DHOST_GENERATOR_FILE -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gengtype.o -MT gengtype.o -MMD -MP -MF ./.deps/gengtype.TPo ../../gcc/gengtype.c
/usr/bin/g++-4.8 -c -DHOST_GENERATOR_FILE -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gengtype-lex.o -MT gengtype-lex.o -MMD -MP -MF ./.deps/gengtype-lex.TPo ../../gcc/gengtype-lex.c
/usr/bin/g++-4.8 -c -DHOST_GENERATOR_FILE -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gengtype-parse.o -MT gengtype-parse.o -MMD -MP -MF ./.deps/gengtype-parse.TPo ../../gcc/gengtype-parse.c
../../gcc/collect-utils.c: In function ‘pex_obj* collect_execute(const char*, char**, const char*, const char*, int, bool)’:
../../gcc/collect-utils.c:195:37: warning: format not a string literal and no format arguments [-Wformat-security]
fatal_error (input_location, errmsg);
^
/usr/bin/g++-4.8 -c -DHOST_GENERATOR_FILE -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gengtype-state.o -MT gengtype-state.o -MMD -MP -MF ./.deps/gengtype-state.TPo ../../gcc/gengtype-state.c
/usr/bin/g++-4.8 -c -DHOST_GENERATOR_FILE -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o errors.o -MT errors.o -MMD -MP -MF ./.deps/errors.TPo ../../gcc/errors.c
/usr/bin/g++-4.8 -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"5.1.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gcc.o -MT gcc.o -MMD -MP -MF ./.deps/gcc.TPo ../../gcc/gcc.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o gcc-main.o -MT gcc-main.o -MMD -MP -MF ./.deps/gcc-main.TPo ../../gcc/gcc-main.c
/usr/bin/g++-4.8 -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"5.1.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c/gccspec.o -MT c/gccspec.o -MMD -MP -MF c/.deps/gccspec.TPo ../../gcc/c/gccspec.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o driver-i386.o -MT driver-i386.o -MMD -MP -MF ./.deps/driver-i386.TPo ../../gcc/config/i386/driver-i386.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o c-family/cppspec.o -MT c-family/cppspec.o -MMD -MP -MF c-family/.deps/cppspec.TPo ../../gcc/c-family/cppspec.c
/usr/bin/g++-4.8 -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"5.1.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-unknown-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cp/g++spec.o -MT cp/g++spec.o -MMD -MP -MF cp/.deps/g++spec.TPo ../../gcc/cp/g++spec.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto/lto-lang.o -MT lto/lto-lang.o -MMD -MP -MF lto/.deps/lto-lang.TPo ../../gcc/lto/lto-lang.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto/lto.o -MT lto/lto.o -MMD -MP -MF lto/.deps/lto.TPo ../../gcc/lto/lto.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto/lto-object.o -MT lto/lto-object.o -MMD -MP -MF lto/.deps/lto-object.TPo ../../gcc/lto/lto-object.c
../../gcc/gcc.c: In function ‘int execute()’:
../../gcc/gcc.c:2876:41: warning: format not a string literal and no format arguments [-Wformat-security]
fatal_error (input_location, errmsg);
^
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto/lto-partition.o -MT lto/lto-partition.o -MMD -MP -MF lto/.deps/lto-partition.TPo ../../gcc/lto/lto-partition.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o lto/lto-symtab.o -MT lto/lto-symtab.o -MMD -MP -MF lto/.deps/lto-symtab.TPo ../../gcc/lto/lto-symtab.c
../../gcc/gcc.c: In function ‘attempt_status run_attempt(const char**, const char*, const char*, int, int)’:
../../gcc/gcc.c:6491:37: warning: format not a string literal and no format arguments [-Wformat-security]
fatal_error (input_location, errmsg);
^
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-output.o -MT insn-output.o -MMD -MP -MF ./.deps/insn-output.TPo insn-output.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-peep.o -MT insn-peep.o -MMD -MP -MF ./.deps/insn-peep.TPo insn-peep.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-recog.o -MT insn-recog.o -MMD -MP -MF ./.deps/insn-recog.TPo insn-recog.c
rm -rf libcommon-target.a
ar rc libcommon-target.a i386-common.o prefix.o params.o opts.o opts-common.o options.o vec.o hooks.o common/common-targhooks.o hash-table.o file-find.o
rm -rf libcommon.a
ranlib libcommon-target.a
ar rc libcommon.a diagnostic.o diagnostic-color.o pretty-print.o intl.o vec.o input.o version.o
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-attrtab.o -MT insn-attrtab.o -MMD -MP -MF ./.deps/insn-attrtab.TPo insn-attrtab.c
ranlib libcommon.a
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-automata.o -MT insn-automata.o -MMD -MP -MF ./.deps/insn-automata.TPo insn-automata.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-dfatab.o -MT insn-dfatab.o -MMD -MP -MF ./.deps/insn-dfatab.TPo insn-dfatab.c
/usr/bin/g++-4.8 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o insn-latencytab.o -MT insn-latencytab.o -MMD -MP -MF ./.deps/insn-latencytab.TPo insn-latencytab.c
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib gcov.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib gcov-dump.o \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib gcov-tool.o libgcov-util.o libgcov-driver-tool.o libgcov-merge-tool.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-tool
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o Tcollect2 \
collect2.o collect2-aix.o tlink.o vec.o ggc-none.o collect-utils.o file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o Tlto-wrapper \
lto-wrapper.o collect-utils.o ggc-none.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
mv -f Tcollect2 collect2
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib gcc-ar.o -o gcc-ar \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
mv -f Tlto-wrapper lto-wrapper
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib gcc-nm.o -o gcc-nm \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib gcc-ranlib.o -o gcc-ranlib \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o gengtype \
gengtype.o gengtype-lex.o gengtype-parse.o gengtype-state.o version.o errors.o libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o xgcc gcc.o gcc-main.o ggc-none.o \
c/gccspec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o cpp gcc.o gcc-main.o ggc-none.o \
c-family/cppspec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o xg++ \
gcc.o gcc-main.o ggc-none.o cp/g++spec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -dumpspecs > tmp-specs
mv tmp-specs specs
: > tmp-libgcc.mvars
if /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -print-sysroot-headers-suffix > /dev/null 2>&1; then \
set -e; for ml in `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -print-multi-lib`; do \
multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \
flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
sfx=`/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ ${flags} -print-sysroot-headers-suffix`; \
if [ "${multi_dir}" = "." ]; \
then multi_dir=""; \
else \
multi_dir=/${multi_dir}; \
fi; \
echo "${sfx};${multi_dir}"; \
done; \
else \
echo ";"; \
fi > tmp-fixinc_list
echo GCC_CFLAGS = '-g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include ' >> tmp-libgcc.mvars
/bin/sh ../../gcc/../move-if-change tmp-fixinc_list fixinc_list
echo INHIBIT_LIBC_CFLAGS = '' >> tmp-libgcc.mvars
echo timestamp > s-fixinc_list
echo TARGET_SYSTEM_ROOT = '' >> tmp-libgcc.mvars
mv tmp-libgcc.mvars libgcc.mvars
rm -rf libbackend.a
ar rc libbackend.a insn-attrtab.o insn-automata.o insn-dfatab.o insn-emit.o insn-extract.o insn-latencytab.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o auto-profile.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o ccmp.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o symtab.o cgraph.o cgraphbuild.o cgraphunit.o cgraphclones.o cilk-common.o combine.o combine-stack-adj.o compare-elim.o context.o convert.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o data-streamer.o data-streamer-in.o data-streamer-out.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o dojump.o dominance.o domwalk.o double-int.o dse.o dumpfile.o dwarf2asm.o dwarf2cfi.o dwarf2out.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o gcse-common.o ggc-common.o gimple.o gimple-builder.o gimple-expr.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-match.o generic-match.o gimple-pretty-print.o gimple-ssa-isolate-paths.o gimple-ssa-strength-reduction.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimplify.o gimplify-me.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-isl-ast-to-gimple.o graphite-dependences.o graphite-interchange.o graphite-optimize-isl.o graphite-poly.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hw-doloop.o hwint.o ifcvt.o ree.o inchash.o incpath.o init-regs.o internal-fn.o ipa-chkp.o ipa-cp.o ipa-devirt.o ipa-polymorphic-call.o ipa-split.o ipa-inline.o ipa-comdats.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-profile.o ipa-prop.o ipa-pure-const.o ipa-icf.o ipa-icf-gimple.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o lower-subreg.o lra.o lra-assigns.o lra-coalesce.o lra-constraints.o lra-eliminations.o lra-lives.o lra-remat.o lra-spills.o lto-cgraph.o lto-streamer.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-opts.o lto-compress.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options-save.o opts-global.o passes.o plugin.o postreload-gcse.o postreload.o predict.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-chkp.o rtl-error.o rtl.o rtlhash.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o shrink-wrap.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o streamer-hooks.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o trans-mem.o tree-affine.o asan.o tsan.o ubsan.o sanopt.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nrv.o tree-object-size.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-chkp.o tree-chkp-opt.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-strlen.o tree-ssa-structalias.o tree-ssa-tail-merge.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-streamer.o tree-streamer-in.o tree-streamer-out.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o valtrack.o value-prof.o var-tracking.o varasm.o varpool.o vmsdbgout.o vtable-verify.o web.o wide-int.o wide-int-print.o xcoffout.o i386.o linux.o host-linux.o
ranlib libbackend.a
build/genchecksum c/c-lang.o c-family/stub-objc.o attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-parser.o c/c-array-notation.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-cilkplus.o c-family/array-notation-common.o c-family/cilk.o c-family/c-ubsan.o i386-c.o glibc-c.o libbackend.a main.o tree-browser.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a \
checksum-options > cc1-checksum.c.tmp && \
../../gcc/../move-if-change cc1-checksum.c.tmp cc1-checksum.c
build/genchecksum cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-cilkplus.o cp/cp-gimplify.o cp/cp-array-notation.o cp/lambda.o cp/vtable-class-hierarchy.o cp/constexpr.o cp/cp-ubsan.o attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-cilkplus.o c-family/array-notation-common.o c-family/cilk.o c-family/c-ubsan.o i386-c.o glibc-c.o libbackend.a main.o tree-browser.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a \
checksum-options > cc1plus-checksum.c.tmp && \
../../gcc/../move-if-change cc1plus-checksum.c.tmp cc1plus-checksum.c
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o lto1 \
lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o libbackend.a main.o tree-browser.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/lib -lisl -L/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/lib -L/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/lib -L/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/lib -lmpc -lmpfr -lgmp -rdynamic -ldl -lz libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cc1-checksum.o -MT cc1-checksum.o -MMD -MP -MF ./.deps/cc1-checksum.TPo cc1-checksum.c
/usr/bin/g++-4.8 -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/include -I/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc/../libbacktrace -I/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/include -isystem/usr/local/google/home/yuhuang/.linuxbrew/include -o cc1plus-checksum.o -MT cc1plus-checksum.o -MMD -MP -MF ./.deps/cc1plus-checksum.TPo cc1plus-checksum.c
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o cc1 c/c-lang.o c-family/stub-objc.o attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-parser.o c/c-array-notation.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-cilkplus.o c-family/array-notation-common.o c-family/cilk.o c-family/c-ubsan.o i386-c.o glibc-c.o \
cc1-checksum.o libbackend.a main.o tree-browser.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/lib -lisl -L/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/lib -L/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/lib -L/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/lib -lmpc -lmpfr -lgmp -rdynamic -ldl -lz
/usr/bin/g++-4.8 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/usr/local/google/home/yuhuang/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/google/home/yuhuang/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/usr/local/google/home/yuhuang/.linuxbrew/lib -o cc1plus \
cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-cilkplus.o cp/cp-gimplify.o cp/cp-array-notation.o cp/lambda.o cp/vtable-class-hierarchy.o cp/constexpr.o cp/cp-ubsan.o attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-cilkplus.o c-family/array-notation-common.o c-family/cilk.o c-family/c-ubsan.o i386-c.o glibc-c.o cc1plus-checksum.o libbackend.a main.o tree-browser.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/usr/local/google/home/yuhuang/.linuxbrew/opt/isl/lib -lisl -L/usr/local/google/home/yuhuang/.linuxbrew/opt/gmp/lib -L/usr/local/google/home/yuhuang/.linuxbrew/opt/mpfr/lib -L/usr/local/google/home/yuhuang/.linuxbrew/opt/libmpc/lib -lmpc -lmpfr -lgmp -rdynamic -ldl -lz
echo | /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -E -dM - | \
sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
-e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
sort -u > tmp-macro_list
/bin/sh ../../gcc/../move-if-change tmp-macro_list macro_list
echo timestamp > s-macro_list
rm -rf include-fixed; mkdir include-fixed
chmod a+rx include-fixed
if [ -d ../prev-gcc ]; then \
cd ../prev-gcc && \
make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \
libsubdir=. ; \
else \
set -e; for ml in `cat fixinc_list`; do \
sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
fix_dir=include-fixed${multi_dir}; \
if ! false && test ! -d `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`; then \
echo The directory that should contain system headers does not exist: >&2 ; \
echo " `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \
tooldir_sysinc=`echo "/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../x86_64-unknown-linux-gnu/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
if test "x`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" = "x${tooldir_sysinc}"; \
then sleep 1; else exit 1; fi; \
fi; \
/bin/sh ../../gcc/../mkinstalldirs ${fix_dir}; \
chmod a+rx ${fix_dir} || true; \
(TARGET_MACHINE='x86_64-unknown-linux-gnu'; srcdir=`cd ../../gcc; ${PWDCMD-pwd}`; \
SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
gcc_dir=`${PWDCMD-pwd}` ; \
export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
cd ../build-x86_64-unknown-linux-gnu/fixincludes && \
/bin/sh ./fixinc.sh "${gcc_dir}/${fix_dir}" \
`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \
rm -f ${fix_dir}/syslimits.h; \
if [ -f ${fix_dir}/limits.h ]; then \
mv ${fix_dir}/limits.h ${fix_dir}/syslimits.h; \
else \
cp ../../gcc/gsyslimits.h ${fix_dir}/syslimits.h; \
fi; \
chmod a+r ${fix_dir}/syslimits.h; \
done; \
fi
Fixing headers into /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/gcc/include-fixed for x86_64-unknown-linux-gnu target
Forbidden identifiers: linux unix
Finding directories and links to directories
Searching /usr/include/.
Searching /usr/include/./libpng
Searching /usr/include/./gnu
Searching /usr/include/./bits
Searching /usr/include/./c++/4.8.2
Searching /usr/include/./asm
Making symbolic directory links
Fixing directory /usr/include into /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/gcc/include-fixed
Applying io_quotes_use to x86_64-linux-gnu/sys/mount.h
Applying io_quotes_use to x86_64-linux-gnu/sys/raw.h
Applying io_quotes_use to x86_64-linux-gnu/asm/mtrr.h
Applying io_quotes_use to libavcodec/version.h
Applying io_quotes_use to sound/emu10k1.h
Applying io_quotes_use to sound/compress_offload.h
Applying io_quotes_use to sound/asound.h
Applying io_quotes_use to sound/asequencer.h
Applying io_quotes_def to libavutil/avutil.h
Applying io_quotes_use to libavutil/version.h
Applying io_quotes_use to mtd/ubi-user.h
Applying io_quotes_use to video/sisfb.h
Applying io_quotes_use to sys/mount.h
Applying io_quotes_use to sys/raw.h
Applying hpux8_bogus_inlines to math.h
Applying io_quotes_use to linux/phantom.h
Applying io_quotes_use to linux/reiserfs_fs.h
Applying io_quotes_use to linux/dn.h
Applying io_quotes_use to linux/btrfs.h
Applying io_quotes_use to linux/spi/spidev.h
Applying io_quotes_use to linux/auto_fs4.h
Applying io_quotes_use to linux/dm-ioctl.h
Applying io_quotes_use to linux/watchdog.h
Applying io_quotes_use to linux/kvm.h
Applying io_quotes_use to linux/auto_fs.h
Applying io_quotes_def to linux/soundcard.h
Applying io_quotes_use to linux/blkpg.h
Applying io_quotes_use to linux/omapfb.h
Applying io_quotes_use to linux/vhost.h
Applying io_quotes_use to linux/cciss_ioctl.h
Applying io_quotes_use to linux/vfio.h
Applying io_quotes_use to linux/mmc/ioctl.h
Applying io_quotes_use to linux/mmtimer.h
Applying io_quotes_use to linux/cm4000_cs.h
Applying io_quotes_use to linux/synclink.h
Applying io_quotes_use to linux/atmbr2684.h
Applying io_quotes_use to linux/fs.h
Applying io_quotes_def to linux/ppp-comp.h
Applying io_quotes_use to linux/if_pppox.h
Applying io_quotes_use to linux/usb/tmc.h
Applying io_quotes_use to linux/fmd/Peripherals/fm_port_ioctls.h
Applying io_quotes_use to linux/fmd/Peripherals/fm_ioctls.h
Applying io_quotes_use to linux/fmd/Peripherals/fm_test_ioctls.h
Applying io_quotes_use to linux/fmd/Peripherals/fm_pcd_ioctls.h
Applying io_quotes_use to linux/gigaset_dev.h
Applying io_quotes_use to linux/nbd.h
Applying io_quotes_use to linux/random.h
Applying io_quotes_use to linux/ppdev.h
Applying io_quotes_use to linux/uinput.h
Applying io_quotes_use to linux/ipmi.h
Applying io_quotes_use to linux/pktcdvd.h
Applying io_quotes_use to linux/input.h
Applying io_quotes_use to linux/aufs_type.h
Applying io_quotes_use to linux/fd.h
Applying io_quotes_def to linux/version.h
Applying io_quotes_use to linux/i2o-dev.h
Applying io_quotes_use to linux/rfkill.h
Applying io_quotes_use to linux/raid/md_u.h
Applying io_quotes_use to linux/ptp_clock.h
Applying io_quotes_use to linux/hsi/hsi_char.h
Applying io_quotes_use to linux/raw.h
Applying io_quotes_use to linux/suspend_ioctls.h
Applying io_quotes_def to linux/pci_regs.h
Applying machine_name to linux/a.out.h
Fixed: linux/a.out.h
Applying io_quotes_use to linux/media.h
Applying io_quotes_use to linux/agpgart.h
Applying glibc_stdint to stdint.h
Applying machine_name to X11/Xw32defs.h
Fixed: X11/Xw32defs.h
Applying io_quotes_def to sudo_plugin.h
Applying io_quotes_use to sudo_plugin.h
Applying io_quotes_def to gtk-2.0/gtk/gtkmountoperation.h
Applying pthread_incomplete_struct_argument to pthread.h
Applying machine_name to openssl/bn.h
Fixed: openssl/bn.h
Applying machine_name to openssl/e_os2.h
Applying io_quotes_use to rdma/ib_user_mad.h
Applying sun_malloc to malloc.h
Applying io_quotes_def to glib-2.0/gio/gdbusconnection.h
Applying io_quotes_def to glib-2.0/gio/gnotification.h
Applying io_quotes_def to glib-2.0/gio/gmountoperation.h
Applying io_quotes_def to glib-2.0/gio/gdbusmethodinvocation.h
Applying io_quotes_def to glib-2.0/gio/gtlsinteraction.h
Applying stdio_va_list_clients to krb5.h
Applying ctrl_quotes_def to dialog.h
Applying sysv68_string to string.h
Applying io_quotes_use to drm/radeon_drm.h
Applying io_quotes_use to drm/exynos_drm.h
Applying io_quotes_use to drm/i915_drm.h
Applying io_quotes_use to drm/nouveau_drm.h
Applying io_quotes_use to drm/sis_drm.h
Applying io_quotes_use to drm/via_drm.h
Applying io_quotes_use to drm/i810_drm.h
Applying io_quotes_use to drm/drm.h
Applying io_quotes_use to drm/savage_drm.h
Applying io_quotes_use to drm/tegra_drm.h
Applying io_quotes_use to drm/r128_drm.h
Applying io_quotes_use to drm/msm_drm.h
Applying io_quotes_use to drm/mga_drm.h
Cleaning up unneeded directories:
fixincludes is done
echo timestamp > stmp-fixinc
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
for file in .. ../../gcc/ginclude/float.h ../../gcc/ginclude/iso646.h ../../gcc/ginclude/stdarg.h ../../gcc/ginclude/stdbool.h ../../gcc/ginclude/stddef.h ../../gcc/ginclude/varargs.h ../../gcc/ginclude/stdfix.h ../../gcc/ginclude/stdnoreturn.h ../../gcc/ginclude/stdalign.h ../../gcc/ginclude/stdatomic.h ../../gcc/config/i386/cpuid.h ../../gcc/config/i386/mmintrin.h ../../gcc/config/i386/mm3dnow.h ../../gcc/config/i386/xmmintrin.h ../../gcc/config/i386/emmintrin.h ../../gcc/config/i386/pmmintrin.h ../../gcc/config/i386/tmmintrin.h ../../gcc/config/i386/ammintrin.h ../../gcc/config/i386/smmintrin.h ../../gcc/config/i386/nmmintrin.h ../../gcc/config/i386/bmmintrin.h ../../gcc/config/i386/fma4intrin.h ../../gcc/config/i386/wmmintrin.h ../../gcc/config/i386/immintrin.h ../../gcc/config/i386/x86intrin.h ../../gcc/config/i386/avxintrin.h ../../gcc/config/i386/xopintrin.h ../../gcc/config/i386/ia32intrin.h ../../gcc/config/i386/cross-stdarg.h ../../gcc/config/i386/lwpintrin.h ../../gcc/config/i386/popcntintrin.h ../../gcc/config/i386/lzcntintrin.h ../../gcc/config/i386/bmiintrin.h ../../gcc/config/i386/tbmintrin.h ../../gcc/config/i386/bmi2intrin.h ../../gcc/config/i386/avx2intrin.h ../../gcc/config/i386/avx512fintrin.h ../../gcc/config/i386/fmaintrin.h ../../gcc/config/i386/f16cintrin.h ../../gcc/config/i386/rtmintrin.h ../../gcc/config/i386/xtestintrin.h ../../gcc/config/i386/rdseedintrin.h ../../gcc/config/i386/prfchwintrin.h ../../gcc/config/i386/adxintrin.h ../../gcc/config/i386/fxsrintrin.h ../../gcc/config/i386/xsaveintrin.h ../../gcc/config/i386/xsaveoptintrin.h ../../gcc/config/i386/avx512cdintrin.h ../../gcc/config/i386/avx512erintrin.h ../../gcc/config/i386/avx512pfintrin.h ../../gcc/config/i386/shaintrin.h ../../gcc/config/i386/clflushoptintrin.h ../../gcc/config/i386/xsavecintrin.h ../../gcc/config/i386/xsavesintrin.h ../../gcc/config/i386/avx512dqintrin.h ../../gcc/config/i386/avx512bwintrin.h ../../gcc/config/i386/avx512vlintrin.h ../../gcc/config/i386/avx512vlbwintrin.h ../../gcc/config/i386/avx512vldqintrin.h ../../gcc/config/i386/avx512ifmaintrin.h ../../gcc/config/i386/avx512ifmavlintrin.h ../../gcc/config/i386/avx512vbmiintrin.h ../../gcc/config/i386/avx512vbmivlintrin.h ../../gcc/config/i386/clwbintrin.h ../../gcc/config/i386/pcommitintrin.h mm_malloc.h; do \
if [ X$file != X.. ]; then \
realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
echo timestamp > include/$realfile; \
rm -f include/$realfile; \
cp $file include; \
chmod a+r include/$realfile; \
fi; \
done
for file in .. ; do \
if [ X$file != X.. ]; then \
mv include/$file include/x_$file; \
echo "#include_next <$file>" >include/$file; \
cat include/x_$file >>include/$file; \
rm -f include/x_$file; \
chmod a+r include/$file; \
fi; \
done
for file in .. ; do \
if [ X$file != X.. ]; then \
echo "#include_next <$file>" >>include/$file; \
chmod a+r include/$file; \
fi; \
done
rm -f include/stdint.h
if [ wrap = wrap ]; then \
rm -f include/stdint-gcc.h; \
cp ../../gcc/ginclude/stdint-gcc.h include/stdint-gcc.h; \
chmod a+r include/stdint-gcc.h; \
cp ../../gcc/ginclude/stdint-wrap.h include/stdint.h; \
chmod a+r include/stdint.h; \
elif [ wrap = provide ]; then \
cp ../../gcc/ginclude/stdint-gcc.h include/stdint.h; \
chmod a+r include/stdint.h; \
fi
set -e; for ml in `cat fixinc_list`; do \
sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
fix_dir=include-fixed${multi_dir}; \
if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
cat ../../gcc/limitx.h ../../gcc/glimits.h ../../gcc/limity.h > tmp-xlimits.h; \
else \
cat ../../gcc/glimits.h > tmp-xlimits.h; \
fi; \
/bin/sh ../../gcc/../mkinstalldirs ${fix_dir}; \
chmod a+rx ${fix_dir} || true; \
/bin/sh ../../gcc/../move-if-change \
tmp-xlimits.h tmp-limits.h; \
rm -f ${fix_dir}/limits.h; \
cp -p tmp-limits.h ${fix_dir}/limits.h; \
chmod a+r ${fix_dir}/limits.h; \
done
rm -f include-fixed/README
cp ../../gcc/../fixincludes/README-fixinc include-fixed/README
chmod a+r include-fixed/README
echo timestamp > stmp-int-hdrs
rm gcc.pod
make[3]: Leaving directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/gcc'
mkdir -p -- x86_64-unknown-linux-gnu/libgcc
Checking multilib configuration for libgcc...
Configuring stage 1 in x86_64-unknown-linux-gnu/libgcc
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-lipo... lipo
checking for x86_64-unknown-linux-gnu-nm... /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/nm
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for x86_64-unknown-linux-gnu-strip... strip
checking whether ln -s works... yes
checking for x86_64-unknown-linux-gnu-gcc... /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include accepts -g... yes
checking for /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include option to accept ISO C89... none needed
checking how to run the C preprocessor... /tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -E
checking size of double... 8
checking size of long double... 16
checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdlib.h... yes
checking for ftw.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for memory.h... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether decimal floating point is supported... yes
checking whether fixed-point is supported... no
checking whether to use setjmp/longjmp exceptions... no
checking if the linker (/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/collect-ld) is GNU ld... yes
checking for thread model used by GCC... posix
checking whether assembler supports CFI directives... yes
checking for target glibc version... 2.19
checking for __attribute__((visibility("hidden")))... yes
checking whether the target assembler supports thread-local storage... yes
checking whether the thread-local storage support is from emutls... no
checking for init priority support... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating auto-target.h
config.status: linking ../../../libgcc/enable-execute-stack-empty.c to enable-execute-stack.c
config.status: linking ../../../libgcc/unwind-generic.h to unwind.h
config.status: linking ../../../libgcc/config/i386/linux-unwind.h to md-unwind-support.h
config.status: linking ../../../libgcc/config/i386/sfp-machine.h to sfp-machine.h
config.status: linking ../../../libgcc/gthr-posix.h to gthr-default.h
config.status: executing default commands
make[3]: Entering directory `/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/x86_64-unknown-linux-gnu/libgcc'
# If this is the top-level multilib, build all the other
DEFINES='' HEADERS='../../../libgcc/config/i386/elf-lib.h ../../../libgcc/config/i386/value-unwind.h' \
../../../libgcc/mkheader.sh > tmp-libgcc_tm.h
# multilibs.
/bin/sh ../../../libgcc/../move-if-change tmp-libgcc_tm.h libgcc_tm.h
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o morestack_s.o -MT morestack_s.o -MD -MP -MF morestack_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/morestack.S
sed -e 's/__PFX__/__/g' \
-e 's/__FIXPTPFX__/__/g' < ../../../libgcc/libgcc-std.ver.in > libgcc-std.ver
echo timestamp > libgcc_tm.stamp
dest=../.././gcc/include/tmp$$-unwind.h; \
cp unwind.h $dest; \
chmod a+r $dest; \
sh ../../../libgcc/../move-if-change $dest ../.././gcc/include/unwind.h
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF _lshrdi3.dep -DL_lshrdi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashldi3.o -MT _ashldi3.o -MD -MP -MF _ashldi3.dep -DL_ashldi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashrdi3.o -MT _ashrdi3.o -MD -MP -MF _ashrdi3.dep -DL_ashrdi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ucmpdi2.o -MT _ucmpdi2.o -MD -MP -MF _ucmpdi2.dep -DL_ucmpdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clear_cache.o -MT _clear_cache.o -MD -MP -MF _clear_cache.dep -DL_clear_cache -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep -DL_trampoline -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o __main.o -MT __main.o -MD -MP -MF __main.dep -DL__main -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep -DL_absvsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep -DL_absvdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvsi3.o -MT _addvsi3.o -MD -MP -MF _addvsi3.dep -DL_addvsi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addvdi3.o -MT _addvdi3.o -MD -MP -MF _addvdi3.dep -DL_addvdi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvsi3.o -MT _subvsi3.o -MD -MP -MF _subvsi3.dep -DL_subvsi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _subvdi3.o -MT _subvdi3.o -MD -MP -MF _subvdi3.dep -DL_subvdi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvsi3.o -MT _mulvsi3.o -MD -MP -MF _mulvsi3.dep -DL_mulvsi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulvdi3.o -MT _mulvdi3.o -MD -MP -MF _mulvdi3.dep -DL_mulvdi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvsi2.o -MT _negvsi2.o -MD -MP -MF _negvsi2.dep -DL_negvsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negvdi2.o -MT _negvdi2.o -MD -MP -MF _negvdi2.dep -DL_negvdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctors.o -MT _ctors.o -MD -MP -MF _ctors.dep -DL_ctors -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffssi2.o -MT _ffssi2.o -MD -MP -MF _ffssi2.dep -DL_ffssi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ffsdi2.o -MT _ffsdi2.o -MD -MP -MF _ffsdi2.dep -DL_ffsdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clz.o -MT _clz.o -MD -MP -MF _clz.dep -DL_clz -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzsi2.o -MT _clzsi2.o -MD -MP -MF _clzsi2.dep -DL_clzsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clzdi2.o -MT _clzdi2.o -MD -MP -MF _clzdi2.dep -DL_clzdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzsi2.o -MT _ctzsi2.o -MD -MP -MF _ctzsi2.dep -DL_ctzsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ctzdi2.o -MT _ctzdi2.o -MD -MP -MF _ctzdi2.dep -DL_ctzdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcount_tab.o -MT _popcount_tab.o -MD -MP -MF _popcount_tab.dep -DL_popcount_tab -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountsi2.o -MT _popcountsi2.o -MD -MP -MF _popcountsi2.dep -DL_popcountsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _popcountdi2.o -MT _popcountdi2.o -MD -MP -MF _popcountdi2.dep -DL_popcountdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritysi2.o -MT _paritysi2.o -MD -MP -MF _paritysi2.dep -DL_paritysi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _paritydi2.o -MT _paritydi2.o -MD -MP -MF _paritydi2.dep -DL_paritydi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powidf2.o -MT _powidf2.o -MD -MP -MF _powidf2.dep -DL_powidf2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _powixf2.o -MT _powixf2.o -MD -MP -MF _powixf2.dep -DL_powixf2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulsc3.o -MT _mulsc3.o -MD -MP -MF _mulsc3.dep -DL_mulsc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldc3.o -MT _muldc3.o -MD -MP -MF _muldc3.dep -DL_muldc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mulxc3.o -MT _mulxc3.o -MD -MP -MF _mulxc3.dep -DL_mulxc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divsc3.o -MT _divsc3.o -MD -MP -MF _divsc3.dep -DL_divsc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdc3.o -MT _divdc3.o -MD -MP -MF _divdc3.dep -DL_divdc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divxc3.o -MT _divxc3.o -MD -MP -MF _divxc3.dep -DL_divxc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapsi2.o -MT _bswapsi2.o -MD -MP -MF _bswapsi2.dep -DL_bswapsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _bswapdi2.o -MT _bswapdi2.o -MD -MP -MF _bswapdi2.dep -DL_bswapdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbsi2.o -MT _clrsbsi2.o -MD -MP -MF _clrsbsi2.dep -DL_clrsbsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _clrsbdi2.o -MT _clrsbdi2.o -MD -MP -MF _clrsbdi2.dep -DL_clrsbdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfsi.o -MT _fixunssfsi.o -MD -MP -MF _fixunssfsi.dep -DL_fixunssfsi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfsi.o -MT _fixunsdfsi.o -MD -MP -MF _fixunsdfsi.dep -DL_fixunsdfsi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfsi.o -MT _fixunsxfsi.o -MD -MP -MF _fixunsxfsi.dep -DL_fixunsxfsi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixsfdi.o -MT _fixsfdi.o -MD -MP -MF _fixsfdi.dep -DL_fixsfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixdfdi.o -MT _fixdfdi.o -MD -MP -MF _fixdfdi.dep -DL_fixdfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixxfdi.o -MT _fixxfdi.o -MD -MP -MF _fixxfdi.dep -DL_fixxfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfdi.o -MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfdi.o -MT _fixunsdfdi.o -MD -MP -MF _fixunsdfdi.dep -DL_fixunsdfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdisf.o -MT _floatdisf.o -MD -MP -MF _floatdisf.dep -DL_floatdisf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdidf.o -MT _floatdidf.o -MD -MP -MF _floatdidf.dep -DL_floatdidf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatdixf.o -MT _floatdixf.o -MD -MP -MF _floatdixf.dep -DL_floatdixf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundisf.o -MT _floatundisf.o -MD -MP -MF _floatundisf.dep -DL_floatundisf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundidf.o -MT _floatundidf.o -MD -MP -MF _floatundidf.dep -DL_floatundidf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _floatundixf.o -MT _floatundixf.o -MD -MP -MF _floatundixf.dep -DL_floatundixf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eprintf.o -MT _eprintf.o -MD -MP -MF _eprintf.dep -DL_eprintf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o __gcc_bcmp.o -MT __gcc_bcmp.o -MD -MP -MF __gcc_bcmp.dep -DL__gcc_bcmp -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _divdi3.o -MT _divdi3.o -MD -MP -MF _divdi3.dep -DL_divdi3 -c ../../../libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c ../../../libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivdi3.o -MT _udivdi3.o -MD -MP -MF _udivdi3.dep -DL_udivdi3 -c ../../../libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _umoddi3.o -MT _umoddi3.o -MD -MP -MF _umoddi3.dep -DL_umoddi3 -c ../../../libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udiv_w_sdiv.o -MT _udiv_w_sdiv.o -MD -MP -MF _udiv_w_sdiv.dep -DL_udiv_w_sdiv -c ../../../libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c ../../../libgcc/libgcc2.c \
-fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_globals.o -MT bid_decimal_globals.o -MD -MP -MF bid_decimal_globals.dep -c ../../../libgcc/config/libbid/bid_decimal_globals.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_data.o -MT bid_decimal_data.o -MD -MP -MF bid_decimal_data.dep -c ../../../libgcc/config/libbid/bid_decimal_data.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_binarydecimal.o -MT bid_binarydecimal.o -MD -MP -MF bid_binarydecimal.dep -c ../../../libgcc/config/libbid/bid_binarydecimal.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_convert_data.o -MT bid_convert_data.o -MD -MP -MF bid_convert_data.dep -c ../../../libgcc/config/libbid/bid_convert_data.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd32.o -MT _isinfd32.o -MD -MP -MF _isinfd32.dep -c ../../../libgcc/config/libbid/_isinfd32.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd64.o -MT _isinfd64.o -MD -MP -MF _isinfd64.dep -c ../../../libgcc/config/libbid/_isinfd64.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _isinfd128.o -MT _isinfd128.o -MD -MP -MF _isinfd128.dep -c ../../../libgcc/config/libbid/_isinfd128.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_noncomp.o -MT bid64_noncomp.o -MD -MP -MF bid64_noncomp.dep -c ../../../libgcc/config/libbid/bid64_noncomp.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_noncomp.o -MT bid128_noncomp.o -MD -MP -MF bid128_noncomp.dep -c ../../../libgcc/config/libbid/bid128_noncomp.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_fma.o -MT bid128_fma.o -MD -MP -MF bid128_fma.dep -c ../../../libgcc/config/libbid/bid128_fma.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_round.o -MT bid_round.o -MD -MP -MF bid_round.dep -c ../../../libgcc/config/libbid/bid_round.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid_from_int.o -MT bid_from_int.o -MD -MP -MF bid_from_int.dep -c ../../../libgcc/config/libbid/bid_from_int.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_add.o -MT bid64_add.o -MD -MP -MF bid64_add.dep -c ../../../libgcc/config/libbid/bid64_add.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_add.o -MT bid128_add.o -MD -MP -MF bid128_add.dep -c ../../../libgcc/config/libbid/bid128_add.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_div.o -MT bid64_div.o -MD -MP -MF bid64_div.dep -c ../../../libgcc/config/libbid/bid64_div.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_div.o -MT bid128_div.o -MD -MP -MF bid128_div.dep -c ../../../libgcc/config/libbid/bid128_div.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_mul.o -MT bid64_mul.o -MD -MP -MF bid64_mul.dep -c ../../../libgcc/config/libbid/bid64_mul.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_mul.o -MT bid128_mul.o -MD -MP -MF bid128_mul.dep -c ../../../libgcc/config/libbid/bid128_mul.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_compare.o -MT bid64_compare.o -MD -MP -MF bid64_compare.dep -c ../../../libgcc/config/libbid/bid64_compare.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_compare.o -MT bid128_compare.o -MD -MP -MF bid128_compare.dep -c ../../../libgcc/config/libbid/bid128_compare.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128.o -MT bid128.o -MD -MP -MF bid128.dep -c ../../../libgcc/config/libbid/bid128.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid64.o -MT bid32_to_bid64.o -MD -MP -MF bid32_to_bid64.dep -c ../../../libgcc/config/libbid/bid32_to_bid64.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid128.o -MT bid32_to_bid128.o -MD -MP -MF bid32_to_bid128.dep -c ../../../libgcc/config/libbid/bid32_to_bid128.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_bid128.o -MT bid64_to_bid128.o -MD -MP -MF bid64_to_bid128.dep -c ../../../libgcc/config/libbid/bid64_to_bid128.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int32.o -MT bid64_to_int32.o -MD -MP -MF bid64_to_int32.dep -c ../../../libgcc/config/libbid/bid64_to_int32.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int64.o -MT bid64_to_int64.o -MD -MP -MF bid64_to_int64.dep -c ../../../libgcc/config/libbid/bid64_to_int64.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint32.o -MT bid64_to_uint32.o -MD -MP -MF bid64_to_uint32.dep -c ../../../libgcc/config/libbid/bid64_to_uint32.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint64.o -MT bid64_to_uint64.o -MD -MP -MF bid64_to_uint64.dep -c ../../../libgcc/config/libbid/bid64_to_uint64.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int32.o -MT bid128_to_int32.o -MD -MP -MF bid128_to_int32.dep -c ../../../libgcc/config/libbid/bid128_to_int32.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int64.o -MT bid128_to_int64.o -MD -MP -MF bid128_to_int64.dep -c ../../../libgcc/config/libbid/bid128_to_int64.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint32.o -MT bid128_to_uint32.o -MD -MP -MF bid128_to_uint32.dep -c ../../../libgcc/config/libbid/bid128_to_uint32.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint64.o -MT bid128_to_uint64.o -MD -MP -MF bid128_to_uint64.dep -c ../../../libgcc/config/libbid/bid128_to_uint64.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _addsub_sd.o -MT _addsub_sd.o -MD -MP -MF _addsub_sd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_addsub_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _div_sd.o -MT _div_sd.o -MD -MP -MF _div_sd.dep -DFINE_GRAINED_LIBRARIES -DL_div_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_div_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _mul_sd.o -MT _mul_sd.o -MD -MP -MF _mul_sd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_mul_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _eq_sd.o -MT _eq_sd.o -MD -MP -MF _eq_sd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_eq_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ne_sd.o -MT _ne_sd.o -MD -MP -MF _ne_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_ne_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lt_sd.o -MT _lt_sd.o -MD -MP -MF _lt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_lt_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _gt_sd.o -MT _gt_sd.o -MD -MP -MF _gt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_gt_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _le_sd.o -MT _le_sd.o -MD -MP -MF _le_sd.dep -DFINE_GRAINED_LIBRARIES -DL_le_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_le_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ge_sd.o -MT _ge_sd.o -MD -MP -MF _ge_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_ge_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_si.o -MT _sd_to_si.o -MD -MP -MF _sd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_si -DWIDTH=32 -c ../../../libgcc/config/libbid/_sd_to_si.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_di.o -MT _sd_to_di.o -MD -MP -MF _sd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_di -DWIDTH=32 -c ../../../libgcc/config/libbid/_sd_to_di.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_usi.o -MT _sd_to_usi.o -MD -MP -MF _sd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_usi -DWIDTH=32 -c ../../../libgcc/config/libbid/_sd_to_usi.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_udi.o -MT _sd_to_udi.o -MD -MP -MF _sd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_udi -DWIDTH=32 -c ../../../libgcc/config/libbid/_sd_to_udi.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _si_to_sd.o -MT _si_to_sd.o -MD -MP -MF _si_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_si_to_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _di_to_sd.o -MT _di_to_sd.o -MD -MP -MF _di_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_di_to_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_sd.o -MT _usi_to_sd.o -MD -MP -MF _usi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_usi_to_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_sd.o -MT _udi_to_sd.o -MD -MP -MF _udi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_udi_to_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_sf.o -MT _sd_to_sf.o -MD -MP -MF _sd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_sf -DWIDTH=32 -c ../../../libgcc/config/libbid/_sd_to_sf.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_df.o -MT _sd_to_df.o -MD -MP -MF _sd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_df -DWIDTH=32 -c ../../../libgcc/config/libbid/_sd_to_df.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_xf.o -MT _sd_to_xf.o -MD -MP -MF _sd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_xf -DWIDTH=32 -c ../../../libgcc/config/libbid/_sd_to_xf.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_tf.o -MT _sd_to_tf.o -MD -MP -MF _sd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_tf -DWIDTH=32 -c ../../../libgcc/config/libbid/_sd_to_tf.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_sd.o -MT _sf_to_sd.o -MD -MP -MF _sf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_sf_to_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _df_to_sd.o -MT _df_to_sd.o -MD -MP -MF _df_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_df_to_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_sd.o -MT _xf_to_sd.o -MD -MP -MF _xf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_xf_to_sd.c
/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/xgcc -B/tmp/gcc20150622-5108-1qwsx8g/gcc-5.1.0/build/./gcc/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/bin/ -B/usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/include -isystem /usr/local/google/home/yuhuang/.linuxbrew/Cellar/gcc/5.1.0/x86_64-unknown-linux-gnu/sys-include -g -O2 -Os -w -pipe -march=core2 -O2 -g -O2 -Os -w -pipe -march=core2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -I../../../libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_sd.o -MT _tf_to_sd.o -MD -MP -MF _tf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_sd -DWIDTH=32 -c ../../../libgcc/config/libbid/_tf_to_sd.c
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment