Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Last login: Thu Aug 23 19:11:13 on ttys000
- Ethans-MacBook-Pro:~ coderboy14$ sudo echo GIVING SUDO PERMISSIONS WITHOUT PASSWORD
- Password:
- GIVING SUDO PERMISSIONS WITHOUT PASSWORD
- Ethans-MacBook-Pro:~ coderboy14$ brew install gmp
- Warning: gmp 6.1.2_2 is already installed and up-to-date
- To reinstall 6.1.2_2, run `brew reinstall gmp`
- Ethans-MacBook-Pro:~ coderboy14$ brew install mpfr
- Warning: mpfr 4.0.1 is already installed and up-to-date
- To reinstall 4.0.1, run `brew reinstall mpfr`
- Ethans-MacBook-Pro:~ coderboy14$ brew install libmpc
- Warning: libmpc 1.1.0 is already installed and up-to-date
- To reinstall 1.1.0, run `brew reinstall libmpc`
- Ethans-MacBook-Pro:~ coderboy14$ brew install gcc
- Warning: gcc 8.2.0 is already installed and up-to-date
- To reinstall 8.2.0, run `brew reinstall gcc`
- Ethans-MacBook-Pro:~ coderboy14$
- Ethans-MacBook-Pro:~ coderboy14$ sudo mkdir /tmp/src
- Ethans-MacBook-Pro:~ coderboy14$ sudo cd /tmp/src
- Ethans-MacBook-Pro:~ coderboy14$ sudo curl -O http://ftp.gnu.org/gnu/binutils/binutils-2.24.tar.gz # If the link 404's, look for a more recent version
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 29.3M 100 29.3M 0 0 1941k 0 0:00:15 0:00:15 --:--:-- 2223k
- Ethans-MacBook-Pro:~ coderboy14$ sudo tar xf binutils-2.24.tar.gz
- Ethans-MacBook-Pro:~ coderboy14$ sudo mkdir binutils-build
- Ethans-MacBook-Pro:~ coderboy14$ sudo cd binutils-build
- Ethans-MacBook-Pro:~ coderboy14$ sudo ../binutils-2.24/configure --target=$TARGET --enable-interwork --sudo enable-multilib --disable-nls --disable-werror --prefix=$PREFIX 2>&1 | tee configure.log
- sudo: ../binutils-2.24/configure: command not found
- Ethans-MacBook-Pro:~ coderboy14$ sudo make all install 2>&1 | tee make.log
- make: *** No rule to make target `all'. Stop.
- Ethans-MacBook-Pro:~ coderboy14$
- Ethans-MacBook-Pro:~ coderboy14$ cd /tmp/src
- Ethans-MacBook-Pro:src coderboy14$ sudo curl -O http://mirrors-usa.go-parts.com/gcc/releases/gcc-4.9.1/gcc-4.9.1.tar.bz2
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 85.6M 100 85.6M 0 0 3735k 0 0:00:23 0:00:23 --:--:-- 3788k
- Ethans-MacBook-Pro:src coderboy14$ sudo tar xf gcc-4.9.1.tar.bz2
- Ethans-MacBook-Pro:src coderboy14$ sudo mkdir gcc-build
- Ethans-MacBook-Pro:src coderboy14$ cd gcc-build
- Ethans-MacBook-Pro:gcc-build coderboy14$ sudo ../gcc-4.9.1/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --disable-libssp --enable-languages=c --without-headers
- checking build system type... x86_64-apple-darwin17.7.0
- checking host system type... x86_64-apple-darwin17.7.0
- checking target system type... x86_64-apple-darwin17.7.0
- 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... /usr/bin/sed
- checking for gawk... no
- checking for mawk... no
- checking for nawk... no
- checking for awk... awk
- checking for libatomic support... yes
- checking for libcilkrts support... yes
- checking for libitm support... yes
- checking for libsanitizer support... yes
- checking for libvtv support... no
- checking for gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking whether g++ accepts -static-libstdc++ -static-libgcc... no
- 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 version 0.10 of ISL... no
- checking for version 0.11 of ISL... no
- checking for version 0.12 of ISL... no
- *** This configuration is not supported in the following subdirectories:
- target-libvtv target-libgo gnattools target-libada target-libgfortran target-libffi target-libbacktrace target-zlib target-libjava target-libobjc target-libssp target-boehm-gc
- (Any other directories should still work fine.)
- rm: conftest.dSYM: is a directory
- 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... gm4
- 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... no
- checking for ld... (cached) /Library/Developer/CommandLineTools/usr/bin/ld
- checking for lipo... lipo
- checking for nm... nm
- checking for ranlib... ranlib
- checking for strip... strip
- checking for windres... no
- checking for windmc... no
- checking for objcopy... no
- checking for objdump... objdump
- checking for readelf... no
- checking for cc... cc
- checking for c++... c++
- checking for gcc... gcc
- checking for gcj... no
- checking for gfortran... gfortran
- 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... no
- checking for ld... no
- checking for ld... ld
- checking for lipo... no
- checking for lipo... lipo
- checking for nm... no
- checking for nm... nm
- checking for objdump... no
- checking for objdump... objdump
- checking for ranlib... no
- checking for ranlib... ranlib
- checking for readelf... no
- checking for readelf... no
- checking for strip... no
- checking for strip... strip
- checking for windres... no
- checking for windres... no
- checking for windmc... no
- checking for windmc... no
- 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... host tool
- 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 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
- Ethans-MacBook-Pro:gcc-build coderboy14$ sudo make all-gcc
- Configuring in ./intl
- configure: creating cache ./config.cache
- checking whether make sets $(MAKE)... yes
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether NLS is requested... no
- checking for msgfmt... no
- checking for gmsgfmt... :
- checking for xgettext... no
- checking for msgmerge... no
- checking for x86_64-apple-darwin17.7.0-gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking build system type... x86_64-apple-darwin17.7.0
- checking host system type... x86_64-apple-darwin17.7.0
- checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
- checking for library containing strerror... none required
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for off_t... yes
- checking for size_t... yes
- checking for working alloca.h... yes
- checking for alloca... yes
- checking for stdlib.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for getpagesize... yes
- checking for working mmap... yes
- checking whether we are using the GNU C Library 2.1 or newer... no
- checking whether integer division by zero raises SIGFPE... no
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unsigned long long... yes
- checking for inttypes.h... yes
- checking whether the inttypes.h PRIxNN macros are broken... no
- checking for ld used by GCC... /Library/Developer/CommandLineTools/usr/bin/ld
- checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
- checking for shared library run path origin... done
- checking argz.h usability... no
- checking argz.h presence... no
- checking for argz.h... no
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking locale.h usability... yes
- checking locale.h presence... yes
- checking for locale.h... yes
- checking nl_types.h usability... yes
- checking nl_types.h presence... yes
- checking for nl_types.h... yes
- checking malloc.h usability... no
- checking malloc.h presence... no
- checking for malloc.h... no
- checking stddef.h usability... yes
- checking stddef.h presence... 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 sys/param.h presence... yes
- checking for sys/param.h... yes
- checking for feof_unlocked... yes
- checking for fgets_unlocked... no
- checking for getc_unlocked... yes
- checking for getcwd... yes
- checking for getegid... yes
- checking for geteuid... yes
- checking for getgid... yes
- checking for getuid... yes
- checking for mempcpy... no
- checking for munmap... yes
- checking for putenv... yes
- checking for setenv... yes
- checking for setlocale... yes
- checking for stpcpy... yes
- checking for strcasecmp... yes
- checking for strdup... yes
- checking for strtoul... yes
- checking for tsearch... yes
- checking for __argz_count... no
- checking for __argz_stringify... no
- checking for __argz_next... no
- checking for __fsetlocking... no
- checking for iconv... yes
- checking how to link with libiconv... -liconv
- checking for iconv declaration... 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 LC_MESSAGES... yes
- checking for bison... bison
- checking version of bison... 2.3, ok
- checking whether NLS is requested... no
- checking whether to use NLS... no
- checking for aclocal... no
- checking for autoconf... no
- checking for autoheader... no
- configure: updating cache ./config.cache
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating config.intl
- config.status: creating config.h
- config.status: executing default-1 commands
- Configuring in ./gcc
- configure: creating cache ./config.cache
- checking build system type... x86_64-apple-darwin17.7.0
- checking host system type... x86_64-apple-darwin17.7.0
- checking target system type... x86_64-apple-darwin17.7.0
- checking LIBRARY_PATH variable... ok
- checking GCC_EXEC_PREFIX variable... ok
- 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-apple-darwin17.7.0-gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking for x86_64-apple-darwin17.7.0-gnatbind... no
- checking for gnatbind... no
- checking for x86_64-apple-darwin17.7.0-gnatmake... no
- checking for gnatmake... no
- checking whether compiler driver understands Ada... rm: conftest.dSYM: is a directory
- no
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... rm: conftest.dSYM: is a directory
- rm: conftest.dSYM: is a directory
- yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking 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__... yes
- checking how to run the C preprocessor... gcc -E
- checking for inline... 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 *... 8
- checking size of short... 2
- checking size of int... 4
- checking size of long... 8
- checking for long long... yes
- checking size of long long... 8
- checking for __int64... no
- checking for int8_t... yes
- checking for int16_t... yes
- checking for int32_t... yes
- checking for int64_t... yes
- checking for long long int... yes
- checking for intmax_t... yes
- checking for intptr_t... yes
- checking for uint8_t... yes
- checking for uint16_t... yes
- checking for uint32_t... yes
- checking for uint64_t... yes
- checking for unsigned long long int... yes
- checking for uintmax_t... yes
- checking for uintptr_t... yes
- checking whether gcc supports -W... yes
- checking whether gcc supports -Wall... yes
- checking whether gcc supports -Wnarrowing... yes
- checking whether gcc supports -Wwrite-strings... yes
- checking whether gcc supports -Wcast-qual... yes
- checking whether gcc supports -Wstrict-prototypes... yes
- checking whether gcc supports -Wmissing-prototypes... yes
- checking whether gcc supports -Wmissing-format-attribute... yes
- checking whether gcc supports -Wold-style-definition... yes
- checking whether gcc supports -Wc++-compat... yes
- checking whether gcc supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
- checking whether gcc supports -fno-exceptions... yes
- checking whether gcc supports -fno-rtti... yes
- checking whether gcc supports -fasynchronous-unwind-tables... yes
- checking valgrind.h usability... no
- checking valgrind.h presence... no
- checking for valgrind.h... no
- checking for multiarch configuration... auto
- configure: WARNING: decimal float is not supported for this target, ignored
- configure: WARNING: fixed-point is not supported for this target, ignored
- checking whether make sets $(MAKE)... yes
- checking for gawk... awk
- checking whether ln -s works... yes
- checking whether ln works... yes
- checking for x86_64-apple-darwin17.7.0-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
- checking for modern makeinfo... yes
- checking for recent Pod::Man... yes
- checking for flex... flex
- checking for bison... bison
- checking for nm... nm
- checking for ar... ar
- checking for ANSI C header files... (cached) yes
- 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 for sys/wait.h that is POSIX.1 compatible... yes
- checking whether termios.h defines TIOCGWINSZ... yes
- checking for limits.h... yes
- checking for stddef.h... yes
- checking for string.h... (cached) yes
- checking for strings.h... (cached) yes
- checking for stdlib.h... (cached) yes
- checking for time.h... yes
- checking for iconv.h... yes
- checking for fcntl.h... yes
- checking for unistd.h... (cached) yes
- checking for sys/file.h... yes
- checking for sys/time.h... yes
- checking for sys/mman.h... yes
- checking for sys/resource.h... yes
- checking for sys/param.h... yes
- checking for sys/times.h... yes
- checking for sys/stat.h... (cached) yes
- checking for direct.h... no
- checking for malloc.h... no
- checking for langinfo.h... yes
- checking for ldfcn.h... no
- checking for locale.h... yes
- 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... no
- checking how to run the C++ preprocessor... g++ -E
- checking for unordered_map... yes
- checking for tr1/unordered_map... no
- checking for ext/hash_map... yes
- checking dependency style of g++... gcc3
- checking for collect2 libraries... none required
- checking for library containing exc_resume... 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 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... no
- checking for fgetc_unlocked... no
- checking for fgets_unlocked... no
- checking for fileno_unlocked... yes
- checking for fprintf_unlocked... no
- checking for fputc_unlocked... no
- checking for fputs_unlocked... no
- checking for fread_unlocked... no
- checking for fwrite_unlocked... no
- 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... no
- 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... /Library/Developer/CommandLineTools/usr/bin/ld
- checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
- checking for shared library run path origin... done
- checking for iconv... yes
- checking how to link with libiconv... -liconv
- 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 strsignal is declared... yes
- checking whether strstr is declared... yes
- checking whether stpcpy is declared... yes
- checking whether strverscmp is declared... no
- 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... no
- checking whether getopt is declared... yes
- 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... no
- checking whether fgetc_unlocked is declared... no
- checking whether fgets_unlocked is declared... no
- checking whether fileno_unlocked is declared... yes
- checking whether fprintf_unlocked is declared... no
- checking whether fputc_unlocked is declared... no
- checking whether fputs_unlocked is declared... no
- checking whether fread_unlocked is declared... no
- checking whether fwrite_unlocked is declared... no
- 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-4.9.1/gcc/config/i386/i386.c' for machine-specific logic.
- Using `../../gcc-4.9.1/gcc/config/i386/i386.md' as machine description file.
- Using the following target machine macro files:
- ../../gcc-4.9.1/gcc/config/vxworks-dummy.h
- ../../gcc-4.9.1/gcc/config/i386/biarch64.h
- ../../gcc-4.9.1/gcc/config/i386/i386.h
- ../../gcc-4.9.1/gcc/config/darwin.h
- ../../gcc-4.9.1/gcc/config/darwin9.h
- ../../gcc-4.9.1/gcc/config/darwin10.h
- ../../gcc-4.9.1/gcc/config/i386/darwin.h
- ../../gcc-4.9.1/gcc/config/i386/darwin64.h
- ../../gcc-4.9.1/gcc/config/initfini-array.h
- Using host-darwin.o host-i386-darwin.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... /usr/bin/sed
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
- checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
- 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... 196608
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
- checking for x86_64-apple-darwin17.7.0-objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for x86_64-apple-darwin17.7.0-ar... (cached) ar
- checking for x86_64-apple-darwin17.7.0-strip... no
- checking for strip... strip
- checking for x86_64-apple-darwin17.7.0-ranlib... (cached) ranlib
- checking command to parse nm output from gcc object... ok
- checking for x86_64-apple-darwin17.7.0-dsymutil... no
- checking for dsymutil... dsymutil
- checking for x86_64-apple-darwin17.7.0-nmedit... no
- checking for nmedit... nmedit
- checking for x86_64-apple-darwin17.7.0-lipo... no
- checking for lipo... lipo
- checking for x86_64-apple-darwin17.7.0-otool... no
- checking for otool... otool
- checking for x86_64-apple-darwin17.7.0-otool64... no
- checking for otool64... no
- checking for -single_module linker flag... yes
- checking for -exported_symbols_list linker flag... yes
- checking for -force_load linker flag... no
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... yes
- checking for gcc option to produce PIC... -fno-common -DPIC
- checking if gcc PIC flag -fno-common -DPIC works... yes
- checking if gcc static flag -static works... no
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin17.7.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... g++ -E
- checking for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld
- checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
- checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
- checking for g++ option to produce PIC... -fno-common -DPIC
- checking if g++ PIC flag -fno-common -DPIC works... yes
- checking if g++ static flag -static works... no
- checking if g++ supports -c -o file.o... yes
- checking if g++ supports -c -o file.o... (cached) yes
- checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin17.7.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking for as... /usr/bin/as
- checking what assembler to use... /usr/bin/as
- checking whether we are using gold... no
- checking what linker to use... /Library/Developer/CommandLineTools/usr/bin/ld
- checking for nm... /usr/bin/nm
- checking what nm to use... /usr/bin/nm
- checking for objdump... /usr/bin/objdump
- checking what objdump to use... /usr/bin/objdump
- checking for readelf... no
- checking what readelf to use... not found
- checking assembler flags...
- checking assembler for .balign and .p2align... yes
- checking assembler for .p2align with maximum skip... yes
- checking assembler for .literal16... yes
- checking assembler for working .subsection -1... no
- checking assembler for .weak... no
- checking assembler for .weakref... no
- checking assembler for .nsubspa comdat... no
- checking assembler for .hidden... no
- checking linker for .hidden support... yes
- checking linker read-only and read-write section mixing... unknown
- checking for .preinit_array/.init_array/.fini_array support... no
- checking assembler for .sleb128 and .uleb128... no
- checking assembler for cfi directives... yes
- checking assembler for working cfi advance... no
- checking assembler for cfi personality directive... yes
- checking assembler for cfi sections directive... yes
- checking assembler for eh_frame optimization... no
- checking assembler for section merging support... no
- checking assembler for section merging support... (cached) no
- checking assembler for COMDAT group support (GNU as)... no
- checking assembler for COMDAT group support (GNU as, %type)... no
- checking assembler for line table discriminator support... yes
- checking assembler for thread-local storage support... no
- checking linker -Bstatic/-Bdynamic option... no
- checking linker --demangle support... no
- checking linker plugin support... 0
- checking assembler for filds and fists mnemonics... no
- checking assembler for fildq and fistpq mnemonics... no
- 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... no
- checking assembler for swap suffix... no
- checking assembler for different section symbol subtraction... no
- checking assembler for GOTOFF in data... no
- 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... no
- checking assembler for --gstabs option... no
- checking assembler for --debug-prefix-map option... no
- checking assembler for .lcomm with alignment... yes
- checking for target glibc version... 0.0
- checking assembler for gnu_unique_object... no
- checking assembler for tolerance to line number 0... yes
- checking linker PT_GNU_EH_FRAME support... no
- checking linker CIEv3 in .eh_frame support... no
- checking linker position independent executable support... no
- checking linker EH-compatible garbage collection of sections... no
- checking linker EH garbage collection of sections bug... no
- checking linker --as-needed support... no
- checking linker mapfile support for clearing hardware capabilities... yes
- checking linker --build-id support... no
- checking linker *_sol2 emulation support... no
- checking linker --sysroot support... no
- checking __stack_chk_fail in target C library... checking for __stack_chk_fail... yes
- yes
- checking sys/sdt.h in the target C library... yes
- 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-apple-darwin17.7.0.
- checking for exported symbols... yes
- checking for library containing dlopen... none required
- 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: linking ../../gcc-4.9.1/gcc/config/sol2-clearcapv2.map to clearcap.map
- config.status: executing depdir commands
- mkdir .deps
- config.status: executing gccdepdir commands
- mkdir build
- mkdir build/.deps
- mkdir ada/.deps
- mkdir c
- mkdir c/.deps
- mkdir cp
- mkdir cp/.deps
- mkdir fortran
- mkdir fortran/.deps
- mkdir go
- mkdir go/.deps
- mkdir java
- mkdir java/.deps
- mkdir lto
- mkdir lto/.deps
- mkdir objc
- mkdir objc/.deps
- mkdir objcp
- mkdir objcp/.deps
- mkdir c-family
- mkdir c-family/.deps
- mkdir common
- mkdir common/.deps
- config.status: executing default commands
- Configuring in ./libiberty
- configure: creating cache ./config.cache
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for makeinfo... makeinfo
- checking for perl... perl
- checking build system type... x86_64-apple-darwin17.7.0
- checking host system type... x86_64-apple-darwin17.7.0
- checking for x86_64-apple-darwin17.7.0-ar... ar
- checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
- checking whether to install libiberty headers and static library... no
- configure: target_header_dir =
- checking for x86_64-apple-darwin17.7.0-gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for special C compiler options needed for large files... no
- checking for _FILE_OFFSET_BITS value needed for large files... no
- checking how to run the C preprocessor... gcc -E
- checking whether gcc supports -W... yes
- checking whether gcc supports -Wall... yes
- checking whether gcc supports -Wwrite-strings... yes
- checking whether gcc supports -Wc++-compat... yes
- checking whether gcc supports -Wstrict-prototypes... yes
- checking whether gcc supports -pedantic ... yes
- checking whether gcc and cc understand -c and -o together... yes
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking whether byte ordering is bigendian... no
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for sys/file.h... yes
- checking for sys/param.h... yes
- checking for limits.h... yes
- checking for stdlib.h... (cached) yes
- checking for malloc.h... no
- checking for string.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for strings.h... (cached) yes
- checking for sys/time.h... yes
- checking for time.h... yes
- checking for sys/resource.h... yes
- checking for sys/stat.h... (cached) yes
- checking for sys/mman.h... yes
- checking for fcntl.h... yes
- checking for alloca.h... yes
- checking for sys/pstat.h... no
- checking for sys/sysmp.h... no
- checking for sys/sysinfo.h... no
- checking for machine/hal_sysinfo.h... no
- checking for sys/table.h... no
- checking for sys/sysctl.h... yes
- checking for sys/systemcfg.h... no
- checking for stdint.h... (cached) yes
- checking for stdio_ext.h... no
- checking for process.h... no
- checking for sys/prctl.h... no
- checking for sys/wait.h that is POSIX.1 compatible... yes
- checking whether time.h and sys/time.h may both be included... yes
- checking whether errno must be declared... no
- checking size of int... 4
- checking for a 64-bit type... uint64_t
- checking for intptr_t... yes
- checking for uintptr_t... yes
- checking for ssize_t... yes
- checking for pid_t... yes
- checking for library containing strerror... none required
- checking for asprintf... yes
- checking for atexit... yes
- checking for basename... yes
- checking for bcmp... yes
- checking for bcopy... yes
- checking for bsearch... yes
- checking for bzero... yes
- checking for calloc... yes
- checking for clock... yes
- checking for ffs... yes
- checking for getcwd... yes
- checking for getpagesize... yes
- checking for gettimeofday... yes
- checking for index... yes
- checking for insque... yes
- checking for memchr... yes
- checking for memcmp... yes
- checking for memcpy... yes
- checking for memmem... yes
- checking for memmove... yes
- checking for mempcpy... no
- checking for memset... yes
- checking for mkstemps... yes
- checking for putenv... yes
- checking for random... yes
- checking for rename... yes
- checking for rindex... yes
- checking for setenv... yes
- checking for snprintf... yes
- checking for sigsetmask... yes
- checking for stpcpy... yes
- checking for stpncpy... yes
- checking for strcasecmp... yes
- checking for strchr... yes
- checking for strdup... yes
- checking for strncasecmp... yes
- checking for strndup... yes
- checking for strnlen... yes
- checking for strrchr... yes
- checking for strstr... yes
- checking for strtod... yes
- checking for strtol... yes
- checking for strtoul... yes
- checking for strverscmp... no
- checking for tmpnam... yes
- checking for vasprintf... yes
- checking for vfprintf... yes
- checking for vprintf... yes
- checking for vsnprintf... yes
- checking for vsprintf... yes
- checking for waitpid... yes
- checking for setproctitle... no
- checking whether alloca needs Cray hooks... no
- checking stack direction for C alloca... -1
- 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 _doprnt... no
- checking for sys_errlist... yes
- checking for sys_nerr... yes
- checking for sys_siglist... yes
- checking for external symbol _system_configuration... no
- checking for __fsetlocking... no
- checking for canonicalize_file_name... no
- checking for dup3... no
- checking for getrlimit... yes
- checking for getrusage... yes
- checking for getsysinfo... no
- checking for gettimeofday... (cached) yes
- checking for on_exit... no
- checking for psignal... yes
- checking for pstat_getdynamic... no
- checking for pstat_getstatic... no
- checking for realpath... yes
- checking for setrlimit... yes
- checking for sbrk... yes
- checking for spawnve... no
- checking for spawnvpe... no
- checking for strerror... yes
- checking for strsignal... yes
- checking for sysconf... yes
- checking for sysctl... yes
- checking for sysmp... no
- checking for table... no
- checking for times... yes
- checking for wait3... yes
- checking for wait4... yes
- checking whether basename is declared... no
- checking whether ffs is declared... yes
- checking whether asprintf is declared... yes
- checking whether vasprintf is declared... yes
- checking whether snprintf is declared... yes
- checking whether vsnprintf is declared... yes
- checking whether calloc is declared... yes
- checking whether getenv is declared... yes
- checking whether getopt is declared... yes
- checking whether malloc is declared... yes
- checking whether realloc is declared... yes
- checking whether sbrk is declared... yes
- checking whether strverscmp is declared... no
- checking whether canonicalize_file_name must be declared... yes
- checking for stdlib.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for getpagesize... (cached) yes
- checking for working mmap... yes
- checking for working strncmp... yes
- configure: updating cache ./config.cache
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating testsuite/Makefile
- config.status: creating config.h
- config.status: executing default commands
- if [ x"" != x ] && [ ! -d pic ]; then \
- mkdir pic; \
- else true; fi
- touch stamp-picdir
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/regex.c -o pic/regex.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/regex.c -o regex.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cplus-dem.c -o cplus-dem.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cp-demangle.c -o cp-demangle.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/md5.c -o pic/md5.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/md5.c -o md5.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/sha1.c -o pic/sha1.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/sha1.c -o sha1.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/alloca.c -o pic/alloca.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/alloca.c -o alloca.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/argv.c -o pic/argv.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/argv.c -o argv.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/choose-temp.c -o pic/choose-temp.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/choose-temp.c -o choose-temp.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/concat.c -o pic/concat.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/concat.c -o concat.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cp-demint.c -o pic/cp-demint.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cp-demint.c -o cp-demint.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/crc32.c -o pic/crc32.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/crc32.c -o crc32.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/dwarfnames.c -o dwarfnames.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/dyn-string.c -o pic/dyn-string.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/dyn-string.c -o dyn-string.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fdmatch.c -o pic/fdmatch.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fdmatch.c -o fdmatch.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fibheap.c -o pic/fibheap.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fibheap.c -o fibheap.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/filename_cmp.c -o filename_cmp.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/floatformat.c -o pic/floatformat.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/floatformat.c -o floatformat.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fnmatch.c -o pic/fnmatch.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fnmatch.c -o fnmatch.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fopen_unlocked.c -o fopen_unlocked.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getopt.c -o pic/getopt.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getopt.c -o getopt.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getopt1.c -o pic/getopt1.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getopt1.c -o getopt1.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getpwd.c -o pic/getpwd.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getpwd.c -o getpwd.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getruntime.c -o pic/getruntime.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getruntime.c -o getruntime.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/hashtab.c -o pic/hashtab.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/hashtab.c -o hashtab.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/hex.c -o pic/hex.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/hex.c -o hex.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/lbasename.c -o pic/lbasename.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/lbasename.c -o lbasename.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/lrealpath.c -o pic/lrealpath.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/lrealpath.c -o lrealpath.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/make-relative-prefix.c -o make-relative-prefix.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/make-temp-file.c -o make-temp-file.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/objalloc.c -o pic/objalloc.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/objalloc.c -o objalloc.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/obstack.c -o pic/obstack.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/obstack.c -o obstack.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/partition.c -o pic/partition.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/partition.c -o partition.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pexecute.c -o pic/pexecute.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pexecute.c -o pexecute.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/physmem.c -o pic/physmem.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/physmem.c -o physmem.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-common.c -o pic/pex-common.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-common.c -o pex-common.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-one.c -o pic/pex-one.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-one.c -o pex-one.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-unix.c -o pic/pex-unix.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-unix.c -o pex-unix.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/safe-ctype.c -o safe-ctype.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object.c -o pic/simple-object.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object.c -o simple-object.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-coff.c -o simple-object-coff.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-elf.c -o simple-object-elf.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:330:12: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- + offsetof (struct external_filehdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:332:39: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:335:29: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- + fetch_16 (hdrbuf + offsetof (struct extern...
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:342:12: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- + offsetof (struct external_filehdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:344:39: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:347:29: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- + fetch_16 (hdrbuf + offsetof (struct extern...
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:475:32: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- scnptr = fetch_64 (scnhdr + offsetof (struct external_scnhdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:477:30: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- size = fetch_64 (scnhdr + offsetof (struct external_scnhdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:482:32: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:484:30: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- size = fetch_32 (scnhdr + offsetof (struct external_scnhdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:598:21: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_64 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr),
- ^ ~~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:600:21: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms),
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:603:21: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags),
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:608:21: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr),
- ^ ~~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:610:21: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms),
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:613:21: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags),
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:663:21: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_size),
- ^ ~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:665:21: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_scnptr),
- ^ ~~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:670:21: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_size),
- ^ ~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:672:21: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_scnptr),
- ^ ~~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:683:19: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_flags), flags);
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:685:19: warning: using extended
- field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_flags), flags);
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- 22 warnings generated.
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/sort.c -o pic/sort.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/sort.c -o sort.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/spaces.c -o pic/spaces.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/spaces.c -o spaces.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/splay-tree.c -o pic/splay-tree.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/splay-tree.c -o splay-tree.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/stack-limit.c -o pic/stack-limit.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/stack-limit.c -o stack-limit.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strerror.c -o pic/strerror.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strerror.c -o strerror.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strsignal.c -o pic/strsignal.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strsignal.c -o strsignal.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/timeval-utils.c -o timeval-utils.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xatexit.c -o pic/xatexit.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xatexit.c -o xatexit.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xexit.c -o pic/xexit.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xexit.c -o xexit.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xmalloc.c -o pic/xmalloc.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xmalloc.c -o xmalloc.o
- ../../gcc-4.9.1/libiberty/xmalloc.c:112:28: warning: 'sbrk' is deprecated
- [-Wdeprecated-declarations]
- first_break = (char *) sbrk (0);
- ^
- /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
- here
- __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
- ^
- /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
- #define __deprecated __attribute__((deprecated))
- ^
- ../../gcc-4.9.1/libiberty/xmalloc.c:124:26: warning: 'sbrk' is deprecated
- [-Wdeprecated-declarations]
- allocated = (char *) sbrk (0) - first_break;
- ^
- /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
- here
- __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
- ^
- /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
- #define __deprecated __attribute__((deprecated))
- ^
- ../../gcc-4.9.1/libiberty/xmalloc.c:126:26: warning: 'sbrk' is deprecated
- [-Wdeprecated-declarations]
- allocated = (char *) sbrk (0) - (char *) &environ;
- ^
- /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
- here
- __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
- ^
- /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
- #define __deprecated __attribute__((deprecated))
- ^
- 3 warnings generated.
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xmemdup.c -o pic/xmemdup.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xmemdup.c -o xmemdup.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrdup.c -o pic/xstrdup.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrdup.c -o xstrdup.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrerror.c -o pic/xstrerror.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrerror.c -o xstrerror.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrndup.c -o pic/xstrndup.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrndup.c -o xstrndup.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/mempcpy.c -o pic/mempcpy.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/mempcpy.c -o mempcpy.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strverscmp.c -o pic/strverscmp.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strverscmp.c -o strverscmp.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/setproctitle.c -o pic/setproctitle.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/setproctitle.c -o setproctitle.o
- rm -f ./libiberty.a pic/./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 ./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 ./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 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ./setproctitle.o
- ranlib ./libiberty.a
- 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 ./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 ./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 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \
- ranlib ./libiberty.a; \
- cd ..; \
- else true; fi
- 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 ./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 ./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 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
- make[2]: Nothing to be done for `all'.
- make[1]: Nothing to be done for `all'.
- mkdir build-x86_64-apple-darwin17.7.0
- mkdir build-x86_64-apple-darwin17.7.0/libiberty
- Configuring in build-x86_64-apple-darwin17.7.0/libiberty
- configure: creating cache ../config.cache
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for makeinfo... makeinfo
- checking for perl... perl
- checking build system type... x86_64-apple-darwin17.7.0
- checking host system type... x86_64-apple-darwin17.7.0
- checking for x86_64-apple-darwin17.7.0-ar... ar
- checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
- checking whether to install libiberty headers and static library... no
- configure: target_header_dir =
- checking for x86_64-apple-darwin17.7.0-gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for special C compiler options needed for large files... no
- checking for _FILE_OFFSET_BITS value needed for large files... no
- checking how to run the C preprocessor... gcc -E
- checking whether gcc supports -W... yes
- checking whether gcc supports -Wall... yes
- checking whether gcc supports -Wwrite-strings... yes
- checking whether gcc supports -Wc++-compat... yes
- checking whether gcc supports -Wstrict-prototypes... yes
- checking whether gcc supports -pedantic ... yes
- checking whether gcc and cc understand -c and -o together... yes
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking whether byte ordering is bigendian... no
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for sys/file.h... yes
- checking for sys/param.h... yes
- checking for limits.h... yes
- checking for stdlib.h... (cached) yes
- checking for malloc.h... no
- checking for string.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for strings.h... (cached) yes
- checking for sys/time.h... yes
- checking for time.h... yes
- checking for sys/resource.h... yes
- checking for sys/stat.h... (cached) yes
- checking for sys/mman.h... yes
- checking for fcntl.h... yes
- checking for alloca.h... yes
- checking for sys/pstat.h... no
- checking for sys/sysmp.h... no
- checking for sys/sysinfo.h... no
- checking for machine/hal_sysinfo.h... no
- checking for sys/table.h... no
- checking for sys/sysctl.h... yes
- checking for sys/systemcfg.h... no
- checking for stdint.h... (cached) yes
- checking for stdio_ext.h... no
- checking for process.h... no
- checking for sys/prctl.h... no
- checking for sys/wait.h that is POSIX.1 compatible... yes
- checking whether time.h and sys/time.h may both be included... yes
- checking whether errno must be declared... no
- checking size of int... 4
- checking for a 64-bit type... uint64_t
- checking for intptr_t... yes
- checking for uintptr_t... yes
- checking for ssize_t... yes
- checking for pid_t... yes
- checking for library containing strerror... none required
- checking for asprintf... yes
- checking for atexit... yes
- checking for basename... yes
- checking for bcmp... yes
- checking for bcopy... yes
- checking for bsearch... yes
- checking for bzero... yes
- checking for calloc... yes
- checking for clock... yes
- checking for ffs... yes
- checking for getcwd... yes
- checking for getpagesize... yes
- checking for gettimeofday... yes
- checking for index... yes
- checking for insque... yes
- checking for memchr... yes
- checking for memcmp... yes
- checking for memcpy... yes
- checking for memmem... yes
- checking for memmove... yes
- checking for mempcpy... no
- checking for memset... yes
- checking for mkstemps... yes
- checking for putenv... yes
- checking for random... yes
- checking for rename... yes
- checking for rindex... yes
- checking for setenv... yes
- checking for snprintf... yes
- checking for sigsetmask... yes
- checking for stpcpy... yes
- checking for stpncpy... yes
- checking for strcasecmp... yes
- checking for strchr... yes
- checking for strdup... yes
- checking for strncasecmp... yes
- checking for strndup... yes
- checking for strnlen... yes
- checking for strrchr... yes
- checking for strstr... yes
- checking for strtod... yes
- checking for strtol... yes
- checking for strtoul... yes
- checking for strverscmp... no
- checking for tmpnam... yes
- checking for vasprintf... yes
- checking for vfprintf... yes
- checking for vprintf... yes
- checking for vsnprintf... yes
- checking for vsprintf... yes
- checking for waitpid... yes
- checking for setproctitle... no
- checking whether alloca needs Cray hooks... no
- checking stack direction for C alloca... -1
- 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 _doprnt... no
- checking for sys_errlist... yes
- checking for sys_nerr... yes
- checking for sys_siglist... yes
- checking for external symbol _system_configuration... no
- checking for __fsetlocking... no
- checking for canonicalize_file_name... no
- checking for dup3... no
- checking for getrlimit... yes
- checking for getrusage... yes
- checking for getsysinfo... no
- checking for gettimeofday... (cached) yes
- checking for on_exit... no
- checking for psignal... yes
- checking for pstat_getdynamic... no
- checking for pstat_getstatic... no
- checking for realpath... yes
- checking for setrlimit... yes
- checking for sbrk... yes
- checking for spawnve... no
- checking for spawnvpe... no
- checking for strerror... yes
- checking for strsignal... yes
- checking for sysconf... yes
- checking for sysctl... yes
- checking for sysmp... no
- checking for table... no
- checking for times... yes
- checking for wait3... yes
- checking for wait4... yes
- checking whether basename is declared... no
- checking whether ffs is declared... yes
- checking whether asprintf is declared... yes
- checking whether vasprintf is declared... yes
- checking whether snprintf is declared... yes
- checking whether vsnprintf is declared... yes
- checking whether calloc is declared... yes
- checking whether getenv is declared... yes
- checking whether getopt is declared... yes
- checking whether malloc is declared... yes
- checking whether realloc is declared... yes
- checking whether sbrk is declared... yes
- checking whether strverscmp is declared... no
- checking whether canonicalize_file_name must be declared... yes
- checking for stdlib.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for getpagesize... (cached) yes
- checking for working mmap... yes
- checking for working strncmp... yes
- configure: updating cache ../config.cache
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating testsuite/Makefile
- config.status: creating config.h
- config.status: executing default commands
- if [ x"" != x ] && [ ! -d pic ]; then \
- mkdir pic; \
- else true; fi
- touch stamp-picdir
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/regex.c -o pic/regex.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/regex.c -o regex.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cplus-dem.c -o cplus-dem.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cp-demangle.c -o cp-demangle.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/md5.c -o pic/md5.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/md5.c -o md5.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/sha1.c -o pic/sha1.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/sha1.c -o sha1.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/alloca.c -o pic/alloca.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/alloca.c -o alloca.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/argv.c -o pic/argv.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/argv.c -o argv.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/choose-temp.c -o pic/choose-temp.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/choose-temp.c -o choose-temp.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/concat.c -o pic/concat.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/concat.c -o concat.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cp-demint.c -o pic/cp-demint.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cp-demint.c -o cp-demint.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/crc32.c -o pic/crc32.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/crc32.c -o crc32.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/dwarfnames.c -o dwarfnames.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/dyn-string.c -o pic/dyn-string.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/dyn-string.c -o dyn-string.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fdmatch.c -o pic/fdmatch.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fdmatch.c -o fdmatch.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fibheap.c -o pic/fibheap.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fibheap.c -o fibheap.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/filename_cmp.c -o filename_cmp.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/floatformat.c -o pic/floatformat.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/floatformat.c -o floatformat.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fnmatch.c -o pic/fnmatch.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fnmatch.c -o fnmatch.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fopen_unlocked.c -o fopen_unlocked.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getopt.c -o pic/getopt.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getopt.c -o getopt.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getopt1.c -o pic/getopt1.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getopt1.c -o getopt1.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getpwd.c -o pic/getpwd.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getpwd.c -o getpwd.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getruntime.c -o pic/getruntime.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getruntime.c -o getruntime.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/hashtab.c -o pic/hashtab.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/hashtab.c -o hashtab.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/hex.c -o pic/hex.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/hex.c -o hex.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/lbasename.c -o pic/lbasename.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/lbasename.c -o lbasename.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/lrealpath.c -o pic/lrealpath.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/lrealpath.c -o lrealpath.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/make-relative-prefix.c -o make-relative-prefix.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/make-temp-file.c -o make-temp-file.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/objalloc.c -o pic/objalloc.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/objalloc.c -o objalloc.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/obstack.c -o pic/obstack.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/obstack.c -o obstack.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/partition.c -o pic/partition.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/partition.c -o partition.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pexecute.c -o pic/pexecute.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pexecute.c -o pexecute.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/physmem.c -o pic/physmem.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/physmem.c -o physmem.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-common.c -o pic/pex-common.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-common.c -o pex-common.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-one.c -o pic/pex-one.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-one.c -o pex-one.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-unix.c -o pic/pex-unix.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-unix.c -o pex-unix.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/safe-ctype.c -o safe-ctype.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object.c -o pic/simple-object.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object.c -o simple-object.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-coff.c -o simple-object-coff.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-elf.c -o simple-object-elf.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:330:12: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- + offsetof (struct external_filehdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:332:39: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:335:29: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- + fetch_16 (hdrbuf + offsetof (struct extern...
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:342:12: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- + offsetof (struct external_filehdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:344:39: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:347:29: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- + fetch_16 (hdrbuf + offsetof (struct extern...
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:475:32: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- scnptr = fetch_64 (scnhdr + offsetof (struct external_scnhdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:477:30: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- size = fetch_64 (scnhdr + offsetof (struct external_scnhdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:482:32: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:484:30: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- size = fetch_32 (scnhdr + offsetof (struct external_scnhdr,
- ^
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:598:21: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_64 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr),
- ^ ~~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:600:21: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms),
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:603:21: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags),
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:608:21: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr),
- ^ ~~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:610:21: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms),
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:613:21: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags),
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:663:21: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_size),
- ^ ~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:665:21: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_scnptr),
- ^ ~~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:670:21: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_size),
- ^ ~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:672:21: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_scnptr),
- ^ ~~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:683:19: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_flags), flags);
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:685:19: warning: using
- extended field designator is an extension [-Wextended-offsetof]
- set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_flags), flags);
- ^ ~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- 22 warnings generated.
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/sort.c -o pic/sort.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/sort.c -o sort.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/spaces.c -o pic/spaces.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/spaces.c -o spaces.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/splay-tree.c -o pic/splay-tree.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/splay-tree.c -o splay-tree.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/stack-limit.c -o pic/stack-limit.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/stack-limit.c -o stack-limit.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strerror.c -o pic/strerror.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strerror.c -o strerror.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strsignal.c -o pic/strsignal.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strsignal.c -o strsignal.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/timeval-utils.c -o timeval-utils.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xatexit.c -o pic/xatexit.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xatexit.c -o xatexit.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xexit.c -o pic/xexit.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xexit.c -o xexit.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xmalloc.c -o pic/xmalloc.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xmalloc.c -o xmalloc.o
- ../../../gcc-4.9.1/libiberty/xmalloc.c:112:28: warning: 'sbrk' is deprecated
- [-Wdeprecated-declarations]
- first_break = (char *) sbrk (0);
- ^
- /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
- here
- __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
- ^
- /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
- #define __deprecated __attribute__((deprecated))
- ^
- ../../../gcc-4.9.1/libiberty/xmalloc.c:124:26: warning: 'sbrk' is deprecated
- [-Wdeprecated-declarations]
- allocated = (char *) sbrk (0) - first_break;
- ^
- /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
- here
- __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
- ^
- /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
- #define __deprecated __attribute__((deprecated))
- ^
- ../../../gcc-4.9.1/libiberty/xmalloc.c:126:26: warning: 'sbrk' is deprecated
- [-Wdeprecated-declarations]
- allocated = (char *) sbrk (0) - (char *) &environ;
- ^
- /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
- here
- __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
- ^
- /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
- #define __deprecated __attribute__((deprecated))
- ^
- 3 warnings generated.
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xmemdup.c -o pic/xmemdup.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xmemdup.c -o xmemdup.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrdup.c -o pic/xstrdup.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrdup.c -o xstrdup.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrerror.c -o pic/xstrerror.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrerror.c -o xstrerror.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrndup.c -o pic/xstrndup.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrndup.c -o xstrndup.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/mempcpy.c -o pic/mempcpy.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/mempcpy.c -o mempcpy.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strverscmp.c -o pic/strverscmp.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strverscmp.c -o strverscmp.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/setproctitle.c -o pic/setproctitle.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/setproctitle.c -o setproctitle.o
- rm -f ./libiberty.a pic/./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 ./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 ./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 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ./setproctitle.o
- ranlib ./libiberty.a
- 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 ./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 ./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 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \
- ranlib ./libiberty.a; \
- cd ..; \
- else true; fi
- 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 ./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 ./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 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
- make[2]: Nothing to be done for `all'.
- mkdir build-x86_64-apple-darwin17.7.0/fixincludes
- Configuring in build-x86_64-apple-darwin17.7.0/fixincludes
- configure: loading cache ../config.cache
- checking build system type... (cached) x86_64-apple-darwin17.7.0
- checking host system type... (cached) x86_64-apple-darwin17.7.0
- checking target system type... x86_64-apple-darwin17.7.0
- checking for x86_64-apple-darwin17.7.0-gcc... (cached) gcc
- 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... (cached) o
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking how to run the C preprocessor... (cached) gcc -E
- checking for grep that handles long lines and -e... (cached) /usr/bin/grep
- checking for egrep... (cached) /usr/bin/grep -E
- checking for ANSI C header files... (cached) yes
- checking for sys/types.h... (cached) yes
- checking for sys/stat.h... (cached) yes
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking for memory.h... (cached) yes
- checking for strings.h... (cached) yes
- checking for inttypes.h... (cached) yes
- checking for stdint.h... (cached) yes
- checking for unistd.h... (cached) 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__... yes
- checking for a sed that does not truncate output... /usr/bin/sed
- checking whether gcc supports -W... (cached) yes
- checking whether gcc supports -Wall... (cached) yes
- checking whether gcc supports -Wwrite-strings... (cached) yes
- checking whether gcc supports -Wstrict-prototypes... (cached) yes
- checking whether gcc supports -Wmissing-prototypes... yes
- checking whether gcc supports -Wold-style-definition... yes
- checking whether gcc supports -Wmissing-format-attribute... yes
- checking whether gcc supports -Woverlength-strings... yes
- checking whether gcc supports -pedantic -Wlong-long... yes
- checking for ANSI C header files... (cached) yes
- checking stddef.h usability... 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 unistd.h... (cached) yes
- checking for fcntl.h... (cached) yes
- checking for sys/file.h... (cached) yes
- checking for sys/stat.h... (cached) yes
- checking for clearerr_unlocked... yes
- checking for feof_unlocked... yes
- checking for ferror_unlocked... yes
- checking for fflush_unlocked... no
- checking for fgetc_unlocked... no
- checking for fgets_unlocked... no
- checking for fileno_unlocked... yes
- checking for fprintf_unlocked... no
- checking for fputc_unlocked... no
- checking for fputs_unlocked... no
- checking for fread_unlocked... no
- checking for fwrite_unlocked... no
- checking for getchar_unlocked... yes
- checking for getc_unlocked... yes
- checking for putchar_unlocked... yes
- checking for putc_unlocked... yes
- checking whether abort is declared... yes
- checking whether asprintf is declared... (cached) yes
- checking whether basename is declared... (cached) no
- checking whether errno is declared... no
- checking whether vasprintf is declared... (cached) 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... no
- checking whether fgetc_unlocked is declared... no
- checking whether fgets_unlocked is declared... no
- checking whether fileno_unlocked is declared... yes
- checking whether fprintf_unlocked is declared... no
- checking whether fputc_unlocked is declared... no
- checking whether fputs_unlocked is declared... no
- checking whether fread_unlocked is declared... no
- checking whether fwrite_unlocked is declared... no
- 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 an ANSI C-conforming const... (cached) yes
- checking for sys/mman.h... (cached) yes
- checking for mmap... yes
- checking whether read-only mmap of a plain file works... yes
- checking whether mmap from /dev/zero works... no
- checking for MAP_ANON(YMOUS)... yes
- checking whether mmap with MAP_ANON(YMOUS) works... yes
- checking 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
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/fixincl.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/fixtests.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/fixfixes.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/server.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/procopen.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/fixlib.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/fixopts.c
- gcc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
- echo timestamp > full-stamp
- srcdir="../../../gcc-4.9.1/fixincludes" /bin/sh ../../../gcc-4.9.1/fixincludes/mkfixinc.sh x86_64-apple-darwin17.7.0
- sed -e 's/@gcc_version@/4.9.1/' < mkheaders.almost > mkheadersT
- mv -f mkheadersT mkheaders
- Configuring in ./zlib
- configure: creating cache ./config.cache
- checking build system type... x86_64-apple-darwin17.7.0
- checking host system type... x86_64-apple-darwin17.7.0
- checking target system type... x86_64-apple-darwin17.7.0
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... ../../gcc-4.9.1/zlib/../install-sh -c -d
- checking for gawk... awk
- checking whether make sets $(MAKE)... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for x86_64-apple-darwin17.7.0-gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
- checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
- checking for BSD- or MS-compatible name lister (nm)... nm
- checking the name lister (nm) interface... rm: conftest.dSYM: is a directory
- BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 196608
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
- checking for x86_64-apple-darwin17.7.0-objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for x86_64-apple-darwin17.7.0-ar... ar
- checking for x86_64-apple-darwin17.7.0-strip... no
- checking for strip... strip
- checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
- checking command to parse nm output from gcc object... rm: conftest.dSYM: is a directory
- ok
- checking for x86_64-apple-darwin17.7.0-dsymutil... no
- checking for dsymutil... dsymutil
- checking for x86_64-apple-darwin17.7.0-nmedit... no
- checking for nmedit... nmedit
- checking for x86_64-apple-darwin17.7.0-lipo... no
- checking for lipo... lipo
- checking for x86_64-apple-darwin17.7.0-otool... no
- checking for otool... otool
- checking for x86_64-apple-darwin17.7.0-otool64... no
- checking for otool64... no
- checking for -single_module linker flag... yes
- checking for -exported_symbols_list linker flag... yes
- checking for -force_load linker flag... no
- checking how to run the C preprocessor... gcc -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... yes
- checking for gcc option to produce PIC... -fno-common -DPIC
- checking if gcc PIC flag -fno-common -DPIC works... yes
- checking if gcc static flag -static works... no
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin17.7.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C preprocessor... gcc -E
- checking for stdlib.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for getpagesize... yes
- checking for working mmap... yes
- checking for memcpy... yes
- checking for strerror... yes
- checking for unistd.h... (cached) yes
- configure: updating cache ./config.cache
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: executing default-1 commands
- config.status: executing depfiles commands
- config.status: executing libtool commands
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../gcc-4.9.1/zlib/'`adler32.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../gcc-4.9.1/zlib/'`compress.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../gcc-4.9.1/zlib/'`crc32.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../gcc-4.9.1/zlib/'`deflate.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../gcc-4.9.1/zlib/'`gzread.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../gcc-4.9.1/zlib/'`gzclose.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../gcc-4.9.1/zlib/'`gzwrite.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../gcc-4.9.1/zlib/'`gzlib.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../gcc-4.9.1/zlib/'`infback.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../gcc-4.9.1/zlib/'`inffast.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../gcc-4.9.1/zlib/'`inflate.c
- ../../gcc-4.9.1/zlib/inflate.c:1491:61: warning: shifting a negative signed
- value is undefined [-Wshift-negative-value]
- if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;
- ~~~ ^
- 1 warning generated.
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../gcc-4.9.1/zlib/'`inftrees.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../gcc-4.9.1/zlib/'`trees.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../gcc-4.9.1/zlib/'`uncompr.c
- gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../gcc-4.9.1/zlib/'`zutil.c
- rm -f libz.a
- ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
- ranlib libz.a
- true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-Wl,-no_pie " "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Library/Developer/CommandLineTools/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=" "infodir=/share/info" "libdir=/lib" "prefix=" "tooldir=/x86_64-apple-darwin17.7.0" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/Library/Developer/CommandLineTools/usr/bin/ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Library/Developer/CommandLineTools/usr/bin/make
- Configuring in ./libbacktrace
- configure: creating cache ./config.cache
- checking build system type... x86_64-apple-darwin17.7.0
- checking host system type... x86_64-apple-darwin17.7.0
- checking target system type... x86_64-apple-darwin17.7.0
- checking for x86_64-apple-darwin17.7.0-gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... rm: conftest.dSYM: is a directory
- rm: conftest.dSYM: is a directory
- yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking 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__... yes
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... ../../gcc-4.9.1/libbacktrace/../install-sh -c -d
- checking for gawk... awk
- checking whether make sets $(MAKE)... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for x86_64-apple-darwin17.7.0-gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
- checking for gawk... (cached) awk
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
- checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
- 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... 196608
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
- checking for x86_64-apple-darwin17.7.0-objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for x86_64-apple-darwin17.7.0-ar... ar
- checking for x86_64-apple-darwin17.7.0-strip... no
- checking for strip... strip
- checking for x86_64-apple-darwin17.7.0-ranlib... (cached) ranlib
- checking command to parse nm output from gcc object... ok
- checking for x86_64-apple-darwin17.7.0-dsymutil... no
- checking for dsymutil... dsymutil
- checking for x86_64-apple-darwin17.7.0-nmedit... no
- checking for nmedit... nmedit
- checking for x86_64-apple-darwin17.7.0-lipo... no
- checking for lipo... lipo
- checking for x86_64-apple-darwin17.7.0-otool... no
- checking for otool... otool
- checking for x86_64-apple-darwin17.7.0-otool64... no
- checking for otool64... no
- checking for -single_module linker flag... yes
- checking for -exported_symbols_list linker flag... yes
- checking for -force_load linker flag... no
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... yes
- checking for gcc option to produce PIC... -fno-common -DPIC
- checking if gcc PIC flag -fno-common -DPIC works... yes
- checking if gcc static flag -static works... no
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin17.7.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking unwind.h usability... yes
- checking unwind.h presence... yes
- checking for unwind.h... yes
- checking for _Unwind_Backtrace... yes
- checking for -funwind-tables option... yes
- checking for -frandom-seed=string option... yes
- checking whether gcc supports -W... yes
- checking whether gcc supports -Wall... yes
- checking whether gcc supports -Wwrite-strings... yes
- checking whether gcc supports -Wstrict-prototypes... yes
- checking whether gcc supports -Wmissing-prototypes... yes
- checking whether gcc supports -Wold-style-definition... yes
- checking whether gcc supports -Wmissing-format-attribute... yes
- checking whether gcc supports -Wcast-qual... yes
- checking for _Unwind_GetIPInfo... yes
- checking __sync extensions... yes
- checking __atomic extensions... yes
- checking output filetype...
- configure: WARNING: could not determine output file type
- looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
- checking for uintptr_t... yes
- checking for int_least32_t... yes
- checking for int_fast32_t... yes
- checking for uint64_t... yes
- checking what to include in gstdint.h... stdint.h (already complete)
- checking sys/mman.h usability... yes
- checking sys/mman.h presence... yes
- checking for sys/mman.h... yes
- checking for mmap... yes
- checking link.h usability... no
- checking link.h presence... no
- checking for link.h... no
- checking for fcntl... yes
- checking whether strnlen is declared... yes
- checking for getexecname... no
- checking whether tests can run... yes
- configure: updating cache ./config.cache
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating backtrace-supported.h
- config.status: creating config.h
- config.status: executing libtool commands
- config.status: executing gstdint.h commands
- Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
- config.status: executing default commands
- /Library/Developer/CommandLineTools/usr/bin/make all-am
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o atomic.lo ../../gcc-4.9.1/libbacktrace/atomic.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/atomic.c -o atomic.o
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o dwarf.lo ../../gcc-4.9.1/libbacktrace/dwarf.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/dwarf.c -o dwarf.o
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o fileline.lo ../../gcc-4.9.1/libbacktrace/fileline.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/fileline.c -o fileline.o
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o posix.lo ../../gcc-4.9.1/libbacktrace/posix.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/posix.c -o posix.o
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o print.lo ../../gcc-4.9.1/libbacktrace/print.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/print.c -o print.o
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o sort.lo ../../gcc-4.9.1/libbacktrace/sort.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/sort.c -o sort.o
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o state.lo ../../gcc-4.9.1/libbacktrace/state.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/state.c -o state.o
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o backtrace.lo ../../gcc-4.9.1/libbacktrace/backtrace.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/backtrace.c -o backtrace.o
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o simple.lo ../../gcc-4.9.1/libbacktrace/simple.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/simple.c -o simple.o
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=unknown.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o unknown.lo ../../gcc-4.9.1/libbacktrace/unknown.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=unknown.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/unknown.c -o unknown.o
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o mmapio.lo ../../gcc-4.9.1/libbacktrace/mmapio.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/mmapio.c -o mmapio.o
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o mmap.lo ../../gcc-4.9.1/libbacktrace/mmap.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/mmap.c -o mmap.o
- /bin/sh ./libtool --tag=CC --mode=link gcc -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -Wl,-no_pie -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo unknown.lo mmapio.lo mmap.lo
- libtool: link: ar cru .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o unknown.o mmapio.o mmap.o
- /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libbacktrace.a(atomic.o) has no symbols
- libtool: link: ranlib .libs/libbacktrace.a
- /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libbacktrace.a(atomic.o) has no symbols
- libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
- true DO=all multi-do # /Library/Developer/CommandLineTools/usr/bin/make
- Configuring in ./libcpp
- configure: creating cache ./config.cache
- checking build system type... x86_64-apple-darwin17.7.0
- checking host system type... x86_64-apple-darwin17.7.0
- checking target system type... x86_64-apple-darwin17.7.0
- checking whether make sets $(MAKE)... yes
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for x86_64-apple-darwin17.7.0-gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... rm: conftest.dSYM: is a directory
- rm: conftest.dSYM: is a directory
- yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking 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__... yes
- checking for special C compiler options needed for large files... no
- checking for _FILE_OFFSET_BITS value needed for large files... no
- checking for aclocal... no
- checking for autoconf... no
- checking for autoheader... no
- checking whether gcc supports -W... yes
- checking whether gcc supports -Wall... yes
- checking whether gcc supports -Wnarrowing... yes
- checking whether gcc supports -Wwrite-strings... yes
- checking whether gcc supports -Wmissing-format-attribute... yes
- checking whether gcc supports -Wstrict-prototypes... yes
- checking whether gcc supports -Wmissing-prototypes... yes
- checking whether gcc supports -Wold-style-definition... yes
- checking whether gcc supports -Wc++-compat... yes
- checking whether gcc supports -pedantic -Wlong-long... yes
- checking whether gcc supports -fno-exceptions... yes
- checking whether gcc supports -fno-rtti... yes
- checking dependency style of g++... 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 locale.h presence... yes
- checking for locale.h... yes
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking stddef.h usability... 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
- checking sys/file.h usability... yes
- checking sys/file.h presence... yes
- checking for sys/file.h... yes
- checking for unistd.h... (cached) yes
- checking whether byte ordering is bigendian... no
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for obstacks... no
- checking for off_t... yes
- checking for size_t... yes
- checking for ssize_t... yes
- checking for uintptr_t... yes
- checking for ptrdiff_t... yes
- checking whether struct tm is in sys/time.h or time.h... time.h
- checking size of int... 4
- checking size of long... 8
- checking for clearerr_unlocked... yes
- checking for feof_unlocked... yes
- checking for ferror_unlocked... yes
- checking for fflush_unlocked... no
- checking for fgetc_unlocked... no
- checking for fgets_unlocked... no
- checking for fileno_unlocked... yes
- checking for fprintf_unlocked... no
- checking for fputc_unlocked... no
- checking for fputs_unlocked... no
- checking for fread_unlocked... no
- checking for fwrite_unlocked... no
- checking for getchar_unlocked... yes
- checking for getc_unlocked... yes
- checking for putchar_unlocked... yes
- checking for putc_unlocked... yes
- checking whether abort is declared... yes
- checking whether asprintf is declared... yes
- checking whether basename is declared... no
- checking whether errno is declared... no
- checking whether getopt is declared... yes
- checking whether vasprintf 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... no
- checking whether fgetc_unlocked is declared... no
- checking whether fgets_unlocked is declared... no
- checking whether fileno_unlocked is declared... yes
- checking whether fprintf_unlocked is declared... no
- checking whether fputc_unlocked is declared... no
- checking whether fputs_unlocked is declared... no
- checking whether fread_unlocked is declared... no
- checking whether fwrite_unlocked is declared... no
- 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 working alloca.h... yes
- checking for alloca... yes
- checking for ANSI C header files... (cached) yes
- checking for nl_langinfo and CODESET... yes
- checking whether NLS is requested... no
- checking for uchar...
- checking for ld used by GCC... /Library/Developer/CommandLineTools/usr/bin/ld
- checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
- checking for shared library run path origin... done
- checking for iconv... yes
- checking how to link with libiconv... -liconv
- checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
- configure: updating cache ./config.cache
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating config.h
- config.status: executing depdir commands
- mkdir .deps
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../gcc-4.9.1/libcpp/charset.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/charset.c:21:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/charset.c:23:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- 3 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../gcc-4.9.1/libcpp/directives.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/directives.c:22:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/directives.c:24:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- 3 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../gcc-4.9.1/libcpp/directives-only.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/directives-only.c:20:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/directives-only.c:22:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- 3 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../gcc-4.9.1/libcpp/errors.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/errors.c:26:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/errors.c:28:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- 3 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../gcc-4.9.1/libcpp/expr.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/expr.c:20:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/expr.c:22:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- ../../gcc-4.9.1/libcpp/expr.c:672:11: warning: format string is not a string
- literal (potentially insecure) [-Wformat-security]
- 0, message);
- ^~~~~~~
- ../../gcc-4.9.1/libcpp/expr.c:672:11: note: treat the string as an argument to
- avoid this
- 0, message);
- ^
- "%s",
- ../../gcc-4.9.1/libcpp/expr.c:675:32: warning: format string is not a string
- literal (potentially insecure) [-Wformat-security]
- virtual_location, 0, message);
- ^~~~~~~
- ../../gcc-4.9.1/libcpp/expr.c:675:32: note: treat the string as an argument to
- avoid this
- virtual_location, 0, message);
- ^
- "%s",
- 5 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../gcc-4.9.1/libcpp/files.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/files.c:24:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/files.c:26:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- ../../gcc-4.9.1/libcpp/files.c:675:30: warning: shifting a negative signed value
- is undefined [-Wshift-negative-value]
- if (file->st.st_size > INTTYPE_MAXIMUM (ssize_t))
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- ../../gcc-4.9.1/libcpp/system.h:234:44: note: expanded from macro
- 'INTTYPE_MAXIMUM'
- #define INTTYPE_MAXIMUM(t) ((t) (~ (t) 0 - INTTYPE_MINIMUM (t)))
- ^~~~~~~~~~~~~~~~~~~
- ../../gcc-4.9.1/libcpp/system.h:233:40: note: expanded from macro
- 'INTTYPE_MINIMUM'
- ? ~ (t) 0 << (sizeof(t) * CHAR_BIT - 1) : (t) 0))
- ~~~~~~~ ^
- 4 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../gcc-4.9.1/libcpp/identifiers.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/identifiers.c:26:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/identifiers.c:28:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- 3 warnings generated.
- echo "#define LOCALEDIR \"/share/locale\"" > localedir.new
- ../../gcc-4.9.1/libcpp/../move-if-change localedir.new localedir.h
- echo timestamp > localedir.hs
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../gcc-4.9.1/libcpp/init.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/init.c:22:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/init.c:24:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- ../../gcc-4.9.1/libcpp/init.c:42:5: warning: macro expansion producing 'defined'
- has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- ../../gcc-4.9.1/libcpp/init.c:63:3: warning: array subscript is of type 'char'
- [-Wchar-subscripts]
- s('=', '#') s(')', ']') s('!', '|')
- ^ ~~~
- ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
- #define s(p, v) x[p] = v;
- ^~
- ../../gcc-4.9.1/libcpp/init.c:63:15: warning: array subscript is of type 'char'
- [-Wchar-subscripts]
- s('=', '#') s(')', ']') s('!', '|')
- ^ ~~~
- ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
- #define s(p, v) x[p] = v;
- ^~
- ../../gcc-4.9.1/libcpp/init.c:63:27: warning: array subscript is of type 'char'
- [-Wchar-subscripts]
- s('=', '#') s(')', ']') s('!', '|')
- ^ ~~~
- ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
- #define s(p, v) x[p] = v;
- ^~
- ../../gcc-4.9.1/libcpp/init.c:64:3: warning: array subscript is of type 'char'
- [-Wchar-subscripts]
- s('(', '[') s('\'', '^') s('>', '}')
- ^ ~~~
- ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
- #define s(p, v) x[p] = v;
- ^~
- ../../gcc-4.9.1/libcpp/init.c:64:15: warning: array subscript is of type 'char'
- [-Wchar-subscripts]
- s('(', '[') s('\'', '^') s('>', '}')
- ^ ~~~~
- ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
- #define s(p, v) x[p] = v;
- ^~
- ../../gcc-4.9.1/libcpp/init.c:64:28: warning: array subscript is of type 'char'
- [-Wchar-subscripts]
- s('(', '[') s('\'', '^') s('>', '}')
- ^ ~~~
- ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
- #define s(p, v) x[p] = v;
- ^~
- ../../gcc-4.9.1/libcpp/init.c:65:3: warning: array subscript is of type 'char'
- [-Wchar-subscripts]
- s('/', '\\') s('<', '{') s('-', '~')
- ^ ~~~
- ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
- #define s(p, v) x[p] = v;
- ^~
- ../../gcc-4.9.1/libcpp/init.c:65:16: warning: array subscript is of type 'char'
- [-Wchar-subscripts]
- s('/', '\\') s('<', '{') s('-', '~')
- ^ ~~~
- ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
- #define s(p, v) x[p] = v;
- ^~
- ../../gcc-4.9.1/libcpp/init.c:65:28: warning: array subscript is of type 'char'
- [-Wchar-subscripts]
- s('/', '\\') s('<', '{') s('-', '~')
- ^ ~~~
- ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
- #define s(p, v) x[p] = v;
- ^~
- 13 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../gcc-4.9.1/libcpp/lex.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/lex.c:23:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/lex.c:25:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- 3 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../gcc-4.9.1/libcpp/line-map.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/line-map.c:23:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/line-map.c:26:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- 3 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../gcc-4.9.1/libcpp/macro.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/macro.c:26:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/macro.c:28:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- ../../gcc-4.9.1/libcpp/macro.c:2969:40: warning: format string is not a string
- literal (potentially insecure) [-Wformat-security]
- cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
- ^~~~~~~~~~~~~~~~~~
- ../../gcc-4.9.1/libcpp/macro.c:2969:40: note: treat the string as an argument to
- avoid this
- cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
- ^
- "%s",
- ../../gcc-4.9.1/libcpp/macro.c:2982:40: warning: format string is not a string
- literal (potentially insecure) [-Wformat-security]
- cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
- ^~~~~~~~~~~~~~~~~~
- ../../gcc-4.9.1/libcpp/macro.c:2982:40: note: treat the string as an argument to
- avoid this
- cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
- ^
- "%s",
- 5 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../gcc-4.9.1/libcpp/mkdeps.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/mkdeps.c:24:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- 2 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../gcc-4.9.1/libcpp/pch.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/pch.c:19:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/pch.c:21:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- 3 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../gcc-4.9.1/libcpp/symtab.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/symtab.c:23:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- 2 warnings generated.
- g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../gcc-4.9.1/libcpp/traditional.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/libcpp/traditional.c:20:
- ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define true 1
- ^
- ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
- definition [-Wkeyword-macro]
- #define false 0
- ^
- In file included from ../../gcc-4.9.1/libcpp/traditional.c:22:
- ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
- 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_INITIALIZERS
- ^
- ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
- 'HAVE_DESIGNATED_INITIALIZERS'
- (!defined(__cplusplus) \
- ^
- 3 warnings generated.
- 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
- Configuring in ./libdecnumber
- configure: creating cache ./config.cache
- checking whether make sets $(MAKE)... yes
- checking for x86_64-apple-darwin17.7.0-gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
- checking for aclocal... no
- checking for autoconf... no
- checking for autoheader... no
- checking whether gcc supports -W... yes
- checking whether gcc supports -Wall... yes
- checking whether gcc supports -Wwrite-strings... yes
- checking whether gcc supports -Wstrict-prototypes... yes
- checking whether gcc supports -Wmissing-prototypes... yes
- checking whether gcc supports -Wold-style-definition... yes
- checking whether gcc supports -Wmissing-format-attribute... yes
- checking whether gcc supports -Wcast-qual... yes
- checking whether gcc supports -pedantic -Wlong-long... yes
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... rm: conftest.dSYM: is a directory
- rm: conftest.dSYM: is a directory
- yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking ctype.h usability... yes
- checking ctype.h presence... yes
- checking for ctype.h... yes
- checking stddef.h usability... yes
- checking stddef.h presence... yes
- checking for stddef.h... yes
- checking for string.h... (cached) yes
- checking stdio.h usability... yes
- checking stdio.h presence... yes
- checking for stdio.h... yes
- looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
- checking for uintptr_t... yes
- checking for int_least32_t... yes
- checking for int_fast32_t... yes
- checking for uint64_t... yes
- checking what to include in gstdint.h... stdint.h (already complete)
- checking for an ANSI C-conforming const... yes
- checking for off_t... yes
- checking size of int... 4
- checking size of long... 8
- checking for ANSI C header files... (cached) yes
- checking build system type... x86_64-apple-darwin17.7.0
- checking host system type... x86_64-apple-darwin17.7.0
- checking target system type... x86_64-apple-darwin17.7.0
- checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
- dpd
- checking whether byte ordering is bigendian... no
- configure: updating cache ./config.cache
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating config.h
- config.status: executing gstdint.h commands
- Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
- source='../../gcc-4.9.1/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I../../gcc-4.9.1/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.9.1/libdecnumber -I. -c ../../gcc-4.9.1/libdecnumber/decNumber.c
- source='../../gcc-4.9.1/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I../../gcc-4.9.1/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.9.1/libdecnumber -I. -c ../../gcc-4.9.1/libdecnumber/decContext.c
- source='../../gcc-4.9.1/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc -I../../gcc-4.9.1/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.9.1/libdecnumber -I. -c ../../gcc-4.9.1/libdecnumber/dpd/decimal32.c
- source='../../gcc-4.9.1/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc -I../../gcc-4.9.1/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.9.1/libdecnumber -I. -c ../../gcc-4.9.1/libdecnumber/dpd/decimal64.c
- source='../../gcc-4.9.1/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc -I../../gcc-4.9.1/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.9.1/libdecnumber -I. -c ../../gcc-4.9.1/libdecnumber/dpd/decimal128.c
- rm -f libdecnumber.a
- ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o
- ranlib libdecnumber.a
- Configuring in ./fixincludes
- configure: creating cache ./config.cache
- checking build system type... x86_64-apple-darwin17.7.0
- checking host system type... x86_64-apple-darwin17.7.0
- checking target system type... x86_64-apple-darwin17.7.0
- checking for x86_64-apple-darwin17.7.0-gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... rm: conftest.dSYM: is a directory
- rm: conftest.dSYM: is a directory
- yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking 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__... yes
- checking for a sed that does not truncate output... /usr/bin/sed
- checking whether gcc supports -W... yes
- checking whether gcc supports -Wall... yes
- checking whether gcc supports -Wwrite-strings... yes
- checking whether gcc supports -Wstrict-prototypes... yes
- checking whether gcc supports -Wmissing-prototypes... yes
- checking whether gcc supports -Wold-style-definition... yes
- checking whether gcc supports -Wmissing-format-attribute... yes
- checking whether gcc supports -Woverlength-strings... yes
- checking whether gcc supports -pedantic -Wlong-long... yes
- checking for ANSI C header files... (cached) yes
- checking stddef.h usability... 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 unistd.h... (cached) yes
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking sys/file.h usability... yes
- checking sys/file.h presence... yes
- checking for sys/file.h... yes
- checking for sys/stat.h... (cached) yes
- checking for clearerr_unlocked... yes
- checking for feof_unlocked... yes
- checking for ferror_unlocked... yes
- checking for fflush_unlocked... no
- checking for fgetc_unlocked... no
- checking for fgets_unlocked... no
- checking for fileno_unlocked... yes
- checking for fprintf_unlocked... no
- checking for fputc_unlocked... no
- checking for fputs_unlocked... no
- checking for fread_unlocked... no
- checking for fwrite_unlocked... no
- checking for getchar_unlocked... yes
- checking for getc_unlocked... yes
- checking for putchar_unlocked... yes
- checking for putc_unlocked... yes
- checking whether abort is declared... yes
- checking whether asprintf is declared... yes
- checking whether basename is declared... no
- checking whether errno is declared... no
- checking whether vasprintf 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... no
- checking whether fgetc_unlocked is declared... no
- checking whether fgets_unlocked is declared... no
- checking whether fileno_unlocked is declared... yes
- checking whether fprintf_unlocked is declared... no
- checking whether fputc_unlocked is declared... no
- checking whether fputs_unlocked is declared... no
- checking whether fread_unlocked is declared... no
- checking whether fwrite_unlocked is declared... no
- 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 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... yes
- checking whether read-only mmap of a plain file works... yes
- checking whether mmap from /dev/zero works... no
- checking for MAP_ANON(YMOUS)... yes
- checking whether mmap with MAP_ANON(YMOUS) works... yes
- checking 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
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/fixincl.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/fixtests.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/fixfixes.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/server.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/procopen.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/fixlib.c
- gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/fixopts.c
- gcc -g -O2 -Wl,-no_pie -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
- echo timestamp > full-stamp
- srcdir="../../gcc-4.9.1/fixincludes" /bin/sh ../../gcc-4.9.1/fixincludes/mkfixinc.sh x86_64-apple-darwin17.7.0
- sed -e 's/@gcc_version@/4.9.1/' < mkheaders.almost > mkheadersT
- mv -f mkheadersT mkheaders
- TARGET_CPU_DEFAULT="" \
- HEADERS="auto-host.h ansidecl.h" DEFINES="" \
- /bin/sh ../../gcc-4.9.1/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/darwin.h config/darwin9.h config/darwin10.h config/i386/darwin.h config/i386/darwin64.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3" \
- /bin/sh ../../gcc-4.9.1/gcc/mkconfig.sh tm.h
- TARGET_CPU_DEFAULT="" \
- HEADERS="config/i386/i386-protos.h config/darwin-protos.h tm-preds.h" DEFINES="" \
- /bin/sh ../../gcc-4.9.1/gcc/mkconfig.sh tm_p.h
- TARGET_CPU_DEFAULT="" \
- HEADERS="auto-host.h ansidecl.h" DEFINES="" \
- /bin/sh ../../gcc-4.9.1/gcc/mkconfig.sh bconfig.h
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/genmddeps.o ../../gcc-4.9.1/gcc/genmddeps.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/read-md.o ../../gcc-4.9.1/gcc/read-md.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/errors.o ../../gcc-4.9.1/gcc/errors.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genmddeps \
- build/genmddeps.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
- build/genmddeps ../../gcc-4.9.1/gcc/config/i386/i386.md > tmp-mddeps
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-mddeps mddeps.mk
- echo timestamp > s-mddeps
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/genmodes.o ../../gcc-4.9.1/gcc/genmodes.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genmodes \
- build/genmodes.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
- build/genmodes -h > tmp-modes.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-modes.h insn-modes.h
- echo timestamp > s-modes-h
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/gengtype.o ../../gcc-4.9.1/gcc/gengtype.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/gengtype-lex.o ../../gcc-4.9.1/gcc/gengtype-lex.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/gengtype-parse.o ../../gcc-4.9.1/gcc/gengtype-parse.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/gengtype-state.o ../../gcc-4.9.1/gcc/gengtype-state.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -DBASEVER="\"4.9.1\"" -DDATESTAMP="\"\"" \
- -DREVISION="\"\"" \
- -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" \
- -DBUGURL="\"<http://gcc.gnu.org/bugs.html>\"" -o build/version.o ../../gcc-4.9.1/gcc/version.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -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-apple-darwin17.7.0/libiberty/libiberty.a
- awk -f ../../gcc-4.9.1/gcc/opt-gather.awk ../../gcc-4.9.1/gcc/ada/gcc-interface/lang.opt ../../gcc-4.9.1/gcc/fortran/lang.opt ../../gcc-4.9.1/gcc/go/lang.opt ../../gcc-4.9.1/gcc/java/lang.opt ../../gcc-4.9.1/gcc/lto/lang.opt ../../gcc-4.9.1/gcc/c-family/c.opt ../../gcc-4.9.1/gcc/common.opt ../../gcc-4.9.1/gcc/config/fused-madd.opt ../../gcc-4.9.1/gcc/config/i386/i386.opt ../../gcc-4.9.1/gcc/config/darwin.opt > tmp-optionlist
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-optionlist optionlist
- echo timestamp > s-options
- awk -f ../../gcc-4.9.1/gcc/opt-functions.awk -f ../../gcc-4.9.1/gcc/opt-read.awk \
- -f ../../gcc-4.9.1/gcc/opth-gen.awk \
- < optionlist > tmp-options.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-options.h options.h
- echo timestamp > s-options-h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-gi.list gtyp-input.list
- echo timestamp > s-gtyp-input
- build/gengtype \
- -S ../../gcc-4.9.1/gcc -I gtyp-input.list -w tmp-gtype.state
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-gtype.state gtype.state
- build/gengtype \
- -r gtype.state
- echo timestamp > s-gtype
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/genconstants.o ../../gcc-4.9.1/gcc/genconstants.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genconstants \
- build/genconstants.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
- build/genconstants ../../gcc-4.9.1/gcc/config/i386/i386.md \
- > tmp-constants.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-constants.h insn-constants.h
- echo timestamp > s-constants
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/genpreds.o ../../gcc-4.9.1/gcc/genpreds.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/gengenrtl.o ../../gcc-4.9.1/gcc/gengenrtl.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/gengenrtl \
- build/gengenrtl.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
- build/gengenrtl > tmp-genrtl.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-genrtl.h genrtl.h
- echo timestamp > s-genrtl-h
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/rtl.o ../../gcc-4.9.1/gcc/rtl.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/read-rtl.o ../../gcc-4.9.1/gcc/read-rtl.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/ggc-none.o ../../gcc-4.9.1/gcc/ggc-none.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- echo "#define BUILDING_GCC_MAJOR `echo 4.9.1 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
- echo "#define BUILDING_GCC_MINOR `echo 4.9.1 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
- echo "#define BUILDING_GCC_PATCHLEVEL `echo 4.9.1 | 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
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/vec.o ../../gcc-4.9.1/gcc/vec.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- build/genmodes -m > tmp-min-modes.c
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
- echo timestamp > s-modes-m
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/min-insn-modes.o min-insn-modes.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/gensupport.o ../../gcc-4.9.1/gcc/gensupport.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/print-rtl.o ../../gcc-4.9.1/gcc/print-rtl.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -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-apple-darwin17.7.0/libiberty/libiberty.a
- build/genpreds -h ../../gcc-4.9.1/gcc/config/i386/i386.md > tmp-preds.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-preds.h tm-preds.h
- echo timestamp > s-preds-h
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/genflags.o ../../gcc-4.9.1/gcc/genflags.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -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-apple-darwin17.7.0/libiberty/libiberty.a
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/genconditions.o ../../gcc-4.9.1/gcc/genconditions.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- ../../gcc-4.9.1/gcc/genconditions.c:116:58: warning: cast from 'void **' to
- 'const struct c_test **' must have all intermediate pointers const
- qualified to be safe [-Wcast-qual]
- const struct c_test *test = * (const struct c_test **) slot;
- ^
- 1 warning generated.
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -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-apple-darwin17.7.0/libiberty/libiberty.a
- build/genconditions ../../gcc-4.9.1/gcc/config/i386/i386.md > tmp-condmd.c
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-condmd.c build/gencondmd.c
- echo timestamp > s-conditions
- build/genpreds -c ../../gcc-4.9.1/gcc/config/i386/i386.md > tmp-constrs.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-constrs.h tm-constrs.h
- echo timestamp > s-constrs-h
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/gencondmd.o build/gencondmd.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from build/gencondmd.c:33:
- ../../gcc-4.9.1/gcc/recog.h:338:5: warning: macro expansion producing 'defined'
- has undefined behavior [-Wexpansion-to-defined]
- #if HAVE_DESIGNATED_UNION_INITIALIZERS
- ^
- ../../gcc-4.9.1/gcc/system.h:554:9: note: expanded from macro
- 'HAVE_DESIGNATED_UNION_INITIALIZERS'
- && (!defined(__cplusplus) || (GCC_VERSION >= 4007)))
- ^
- In file included from build/gencondmd.c:34:
- ../../gcc-4.9.1/gcc/output.h:131:6: warning: '__format__' attribute argument not
- supported: asm_fprintf [-Wignored-attributes]
- ATTRIBUTE_ASM_FPRINTF(2, 3);
- ^
- ../../gcc-4.9.1/gcc/output.h:121:53: note: expanded from macro
- 'ATTRIBUTE_ASM_FPRINTF'
- #define ATTRIBUTE_ASM_FPRINTF(m, n) __attribute__ ((__format__ (__asm_fp...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:60: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:60: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:47: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:47: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:23: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:23: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4427:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4427:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:45: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode =...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:45: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode =...
- ^
- ../../gcc-4.9.1/gcc/config/i386/mmx.md:658:41: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/mmx.md:658:41: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3567:30: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (V4SFmode == V4SFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3567:30: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (V4SFmode == V4SFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:88: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(MINUS, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:88: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(MINUS, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:16720:16: warning: self-comparison
- always evaluates to true [-Wtautological-compare]
- && ((HImode == HImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:16720:16: warning: self-comparison
- always evaluates to true [-Wtautological-compare]
- && ((HImode == HImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4506:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4506:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:55: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (V8DFmode == V16SFmode || V8DFmode == V8DFmode))))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:55: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (V8DFmode == V16SFmode || V8DFmode == V8DFmode))))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:32: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:32: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: warning: use of logical '&&' with
- constant operand [-Wconstant-logical-operand]
- (1 && 1)
- ^ ~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: note: use '&' for a bitwise
- operation
- (1 && 1)
- ^~
- &
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: note: remove constant to silence
- this warning
- (1 && 1)
- ~^~~~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: warning: use of logical '&&' with
- constant operand [-Wconstant-logical-operand]
- (1 && 1)
- ^ ~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: note: use '&' for a bitwise
- operation
- (1 && 1)
- ^~
- &
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: note: remove constant to silence
- this warning
- (1 && 1)
- ~^~~~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:31: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (V16SFmode == V16SFmode || V16SFmode == V8DFmode))))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:31: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (V16SFmode == V16SFmode || V16SFmode == V8DFmode))))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:32: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:32: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:17316:14: warning: self-comparison
- always evaluates to true [-Wtautological-compare]
- || SImode == SImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:17316:14: warning: self-comparison
- always evaluates to true [-Wtautological-compare]
- || SImode == SImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:36: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:36: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: warning: use of logical '&&' with
- constant operand [-Wconstant-logical-operand]
- (1 && 1) &&
- ^ ~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: use '&' for a bitwise
- operation
- (1 && 1) &&
- ^~
- &
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: remove constant to silence
- this warning
- (1 && 1) &&
- ~^~~~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: warning: use of logical '&&' with
- constant operand [-Wconstant-logical-operand]
- (1 && 1) &&
- ^ ~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: use '&' for a bitwise
- operation
- (1 && 1) &&
- ^~
- &
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: remove constant to silence
- this warning
- (1 && 1) &&
- ~^~~~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:110: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:110: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:32: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:32: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:56: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:56: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:87: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(MULT, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:87: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(MULT, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:4319:65: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:4319:65: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:17015:15: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && (QImode != QImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:17015:15: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && (QImode != QImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:119: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:119: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:17330:44: warning: self-comparison
- always evaluates to true [-Wtautological-compare]
- && (!TARGET_PARTIAL_REG_STALL || SImode == SImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:17330:44: warning: self-comparison
- always evaluates to true [-Wtautological-compare]
- && (!TARGET_PARTIAL_REG_STALL || SImode == SImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:14156:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- (TARGET_AVX512F && (V8DImode != V8DImode || TARGET_64BIT)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:14156:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- (TARGET_AVX512F && (V8DImode != V8DImode || TARGET_64BIT)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3591:33: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE2 && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3591:33: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE2 && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:97: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(MINUS, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode |...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:97: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(MINUS, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode |...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:4319:56: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:4319:56: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4469:29: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4469:29: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:16955:15: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && (QImode != QImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:16955:15: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && (QImode != QImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:87: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(PLUS, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:87: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(PLUS, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && ((DImode != DImode) || TARGET_64BIT)
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && ((DImode != DImode) || TARGET_64BIT)
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4506:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4506:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:65: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:65: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4455:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4455:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:14272:33: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- ( reload_completed && (V4DFmode != V4DFmode || !TARGET_AVX2)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:14272:33: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- ( reload_completed && (V4DFmode != V4DFmode || !TARGET_AVX2)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:18: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:18: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:56: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:56: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && HImode != HImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && HImode != HImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:47: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:47: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:47: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:47: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:55: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:55: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:23: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:23: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:41: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8D...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:41: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8D...
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:7375:19: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- || (DImode == DImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:7375:19: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- || (DImode == DImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:111: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:111: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:8768:30: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- || (TARGET_SSE && (TFmode == TFmode))) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:8768:30: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- || (TARGET_SSE && (TFmode == TFmode))) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:23: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:23: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:120: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:120: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && HImode != HImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && HImode != HImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/mmx.md:666:42: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ((TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/mmx.md:666:42: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ((TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:56: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:56: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:96: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(PLUS, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode || ...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:96: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(PLUS, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode || ...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:110: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:110: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:32: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:32: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:14156:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- (TARGET_AVX512F && (V8DImode != V8DImode || TARGET_64BIT))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:14156:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- (TARGET_AVX512F && (V8DImode != V8DImode || TARGET_64BIT))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3591:42: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE2 && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3591:42: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE2 && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8...
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:16246:10: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- ((DFmode != DFmode || TARGET_64BIT)
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:16246:10: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- ((DFmode != DFmode || TARGET_64BIT)
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3610:27: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE2 && (V4SFmode == V4SFmode || TARGET_AVX2))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3610:27: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_SSE2 && (V4SFmode == V4SFmode || TARGET_AVX2))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && ((DImode != DImode) || TARGET_64BIT)
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && ((DImode != DImode) || TARGET_64BIT)
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: warning: use of logical '&&' with
- constant operand [-Wconstant-logical-operand]
- (1 && 1) &&
- ^ ~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: use '&' for a bitwise
- operation
- (1 && 1) &&
- ^~
- &
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: remove constant to silence
- this warning
- (1 && 1) &&
- ~^~~~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: warning: use of logical '&&' with
- constant operand [-Wconstant-logical-operand]
- (1 && 1) &&
- ^ ~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: use '&' for a bitwise
- operation
- (1 && 1) &&
- ^~
- &
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: remove constant to silence
- this warning
- (1 && 1) &&
- ~^~~~
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:119: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:119: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:96: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(MULT, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode || ...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:96: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...(MULT, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode || ...
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:56: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:56: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:8797:31: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- || (TARGET_SSE && (TFmode == TFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:8797:31: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- || (TARGET_SSE && (TFmode == TFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:8757:30: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- || (TARGET_SSE && (TFmode == TFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:8757:30: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- || (TARGET_SSE && (TFmode == TFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:27: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ((64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:27: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ((64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && HImode != HImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && HImode != HImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:42: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:42: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:16704:16: warning: self-comparison
- always evaluates to true [-Wtautological-compare]
- && ((HImode == HImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:16704:16: warning: self-comparison
- always evaluates to true [-Wtautological-compare]
- && ((HImode == HImode
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && ((DImode != DImode) || TARGET_64BIT)
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
- always evaluates to false [-Wtautological-compare]
- && ((DImode != DImode) || TARGET_64BIT)
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:51: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ((64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:51: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ((64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:31: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:31: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- (TARGET_AVX512F && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/mmx.md:666:42: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ((TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/mmx.md:666:42: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ((TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:69: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:69: warning: self-comparison always
- evaluates to true [-Wtautological-compare]
- ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4427:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- ../../gcc-4.9.1/gcc/config/i386/i386.md:4427:30: warning: self-comparison always
- evaluates to false [-Wtautological-compare]
- && (TARGET_64BIT || DImode != DImode))
- ^
- 158 warnings generated.
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/gencondmd \
- build/gencondmd.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
- build/gencondmd > tmp-cond.md
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-cond.md insn-conditions.md
- echo timestamp > s-condmd
- build/genflags ../../gcc-4.9.1/gcc/config/i386/i386.md \
- insn-conditions.md > tmp-flags.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-flags.h insn-flags.h
- echo timestamp > s-flags
- if test yes = yes \
- || test -n ""; then \
- /bin/sh ../../gcc-4.9.1/gcc/genmultilib \
- "m32" \
- "i386" \
- "" \
- "" \
- "" \
- "" \
- "" \
- "" \
- "" \
- "" \
- "yes" \
- > tmp-mlib.h; \
- else \
- /bin/sh ../../gcc-4.9.1/gcc/genmultilib '' '' '' '' '' '' '' '' \
- "" '' no \
- > tmp-mlib.h; \
- fi
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-mlib.h multilib.h
- echo timestamp > s-mlib
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/genattr.o ../../gcc-4.9.1/gcc/genattr.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -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-apple-darwin17.7.0/libiberty/libiberty.a
- build/genattr ../../gcc-4.9.1/gcc/config/i386/i386.md \
- insn-conditions.md > tmp-attr.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-attr.h insn-attr.h
- echo timestamp > s-attr
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/genattr-common.o ../../gcc-4.9.1/gcc/genattr-common.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -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-apple-darwin17.7.0/libiberty/libiberty.a
- build/genattr-common ../../gcc-4.9.1/gcc/config/i386/i386.md \
- insn-conditions.md > tmp-attr-common.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-attr-common.h insn-attr-common.h
- echo timestamp > s-attr-common
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/gencodes.o ../../gcc-4.9.1/gcc/gencodes.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -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-apple-darwin17.7.0/libiberty/libiberty.a
- build/gencodes ../../gcc-4.9.1/gcc/config/i386/i386.md \
- insn-conditions.md > tmp-codes.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-codes.h insn-codes.h
- echo timestamp > s-codes
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/genconfig.o ../../gcc-4.9.1/gcc/genconfig.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -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-apple-darwin17.7.0/libiberty/libiberty.a
- build/genconfig ../../gcc-4.9.1/gcc/config/i386/i386.md \
- insn-conditions.md > tmp-config.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-config.h insn-config.h
- echo timestamp > s-config
- lsf="../../gcc-4.9.1/gcc/cp/lang-specs.h"; for f in $lsf; do \
- echo "#include \"$f\""; \
- done | sed 's|../../gcc-4.9.1/gcc/||' > tmp-specs.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-specs.h specs.h
- echo timestamp > s-specs
- rm -f tmp-all-tree.def
- echo '#include "tree.def"' > tmp-all-tree.def
- echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
- echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
- ltf="../../gcc-4.9.1/gcc/ada/gcc-interface/ada-tree.def ../../gcc-4.9.1/gcc/cp/cp-tree.def ../../gcc-4.9.1/gcc/java/java-tree.def ../../gcc-4.9.1/gcc/objc/objc-tree.def"; for f in $ltf; do \
- echo "#include \"$f\""; \
- done | sed 's|../../gcc-4.9.1/gcc/||' >> tmp-all-tree.def
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-all-tree.def all-tree.def
- echo timestamp > s-alltree
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/gencheck.o ../../gcc-4.9.1/gcc/gencheck.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/gencheck \
- build/gencheck.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
- build/gencheck > tmp-check.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-check.h tree-check.h
- echo timestamp > s-check
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/gcov-iov.o ../../gcc-4.9.1/gcc/gcov-iov.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie \
- build/gcov-iov.o -o build/gcov-iov
- build/gcov-iov '4.9.1' '' \
- > tmp-gcov-iov.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
- echo timestamp > s-iov
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/genhooks.o ../../gcc-4.9.1/gcc/genhooks.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
- ../../gcc-4.9.1/gcc/target.def:902:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (asm_out)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
- ../../gcc-4.9.1/gcc/target.def:1522:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (sched)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
- ../../gcc-4.9.1/gcc/target.def:1552:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (simd_clone)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
- ../../gcc-4.9.1/gcc/target.def:1770:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (vectorize)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
- ../../gcc-4.9.1/gcc/target.def:2913:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (addr_space)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
- ../../gcc-4.9.1/gcc/target.def:4254:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (calls)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
- ../../gcc-4.9.1/gcc/target.def:4769:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (c)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
- ../../gcc-4.9.1/gcc/target.def:4922:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (cxx)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
- ../../gcc-4.9.1/gcc/target.def:5011:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (emutls)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
- ../../gcc-4.9.1/gcc/target.def:5117:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (target_option)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
- ../../gcc-4.9.1/gcc/target.def:5349:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (C90_EMPTY_HACK)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:36:
- ../../gcc-4.9.1/gcc/c-family/c-target.def:116:1: warning: empty macro arguments
- are a C99 feature [-Wc99-extensions]
- HOOK_VECTOR_END (C90_EMPTY_HACK)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/genhooks.c:37:
- ../../gcc-4.9.1/gcc/common/common-target.def:105:1: warning: empty macro
- arguments are a C99 feature [-Wc99-extensions]
- HOOK_VECTOR_END (C90_EMPTY_HACK)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- 13 warnings generated.
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genhooks \
- build/genhooks.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
- build/genhooks "Target Hook" \
- > tmp-target-hooks-def.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-target-hooks-def.h \
- target-hooks-def.h
- echo timestamp > s-target-hooks-def-h
- g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
- -o build/genopinit.o ../../gcc-4.9.1/gcc/genopinit.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -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-apple-darwin17.7.0/libiberty/libiberty.a
- build/genopinit ../../gcc-4.9.1/gcc/config/i386/i386.md \
- insn-conditions.md -htmp-opinit.h -ctmp-opinit.c
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-opinit.h insn-opinit.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-opinit.c insn-opinit.c
- echo timestamp > s-opinit
- build/genhooks "Common Target Hook" \
- > tmp-common-target-hooks-def.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-common-target-hooks-def.h \
- common/common-target-hooks-def.h
- echo timestamp > s-common-target-hooks-def-h
- awk -f ../../gcc-4.9.1/gcc/gen-pass-instances.awk \
- ../../gcc-4.9.1/gcc/passes.def > pass-instances.def
- build/genhooks "C Target Hook" \
- > tmp-c-target-hooks-def.h
- /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-c-target-hooks-def.h \
- c-family/c-target-hooks-def.h
- echo timestamp > s-c-target-hooks-def-h
- g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-lang.o -MT c/c-lang.o -MMD -MP -MF c/.deps/c-lang.TPo ../../gcc-4.9.1/gcc/c/c-lang.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c-family -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c-family/stub-objc.o -MT c-family/stub-objc.o -MMD -MP -MF c-family/.deps/stub-objc.TPo ../../gcc-4.9.1/gcc/c-family/stub-objc.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/. -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o attribs.o -MT attribs.o -MMD -MP -MF ./.deps/attribs.TPo ../../gcc-4.9.1/gcc/attribs.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:902:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (asm_out)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1522:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (sched)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1552:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (simd_clone)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1770:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (vectorize)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:2913:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (addr_space)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4254:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (calls)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4769:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (c)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4922:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (cxx)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5011:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (emutls)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5117:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (target_option)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5349:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (C90_EMPTY_HACK)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/attribs.c:24:
- In file included from ../../gcc-4.9.1/gcc/tree.h:23:
- In file included from ../../gcc-4.9.1/gcc/tree-core.h:27:
- ../../gcc-4.9.1/gcc/vec.h:1047:10: warning: offset of on non-POD type
- 'vec_embedded' (aka 'vec<scoped_attributes, va_heap, vl_embed>')
- [-Winvalid-offsetof]
- return offsetof (vec_embedded, m_vecdata) + alloc * sizeof (T);
- ^ ~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
- expanded from macro 'offsetof'
- #define offsetof(t, d) __builtin_offsetof(t, d)
- ^ ~
- ../../gcc-4.9.1/gcc/vec.h:307:44: note: in instantiation of member function
- 'vec<scoped_attributes, va_heap, vl_embed>::embedded_size' requested here
- size_t size = vec<T, va_heap, vl_embed>::embedded_size (alloc);
- ^
- ../../gcc-4.9.1/gcc/vec.h:1427:12: note: in instantiation of function template
- specialization 'va_heap::reserve<scoped_attributes>' requested here
- va_heap::reserve (m_vec, nelems, exact PASS_MEM_STAT);
- ^
- ../../gcc-4.9.1/gcc/vec.h:1447:10: note: in instantiation of member function
- 'vec<scoped_attributes, va_heap, vl_ptr>::reserve' requested here
- return reserve (nelems, true PASS_MEM_STAT);
- ^
- ../../gcc-4.9.1/gcc/vec.h:1462:5: note: in instantiation of member function
- 'vec<scoped_attributes, va_heap, vl_ptr>::reserve_exact' requested here
- reserve_exact (nelems PASS_MEM_STAT);
- ^
- ../../gcc-4.9.1/gcc/attribs.c:141:19: note: in instantiation of member function
- 'vec<scoped_attributes, va_heap, vl_ptr>::create' requested here
- attributes_table.create (64);
- ^
- 12 warnings generated.
- g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-errors.o -MT c/c-errors.o -MMD -MP -MF c/.deps/c-errors.TPo ../../gcc-4.9.1/gcc/c/c-errors.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-decl.o -MT c/c-decl.o -MMD -MP -MF c/.deps/c-decl.TPo ../../gcc-4.9.1/gcc/c/c-decl.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:902:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (asm_out)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1522:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (sched)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1552:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (simd_clone)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1770:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (vectorize)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:2913:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (addr_space)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4254:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (calls)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4769:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (c)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4922:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (cxx)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5011:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (emutls)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5117:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (target_option)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5349:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (C90_EMPTY_HACK)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:10542:
- ./gt-c-c-decl.h:93:7: warning: switch condition has boolean value
- [-Wswitch-bool]
- switch (TREE_CODE ((*x).decl) == LABEL_DECL)
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./gt-c-c-decl.h:148:7: warning: switch condition has boolean value
- [-Wswitch-bool]
- switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE)
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./gt-c-c-decl.h:735:7: warning: switch condition has boolean value
- [-Wswitch-bool]
- switch (TREE_CODE ((*x).decl) == LABEL_DECL)
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./gt-c-c-decl.h:790:7: warning: switch condition has boolean value
- [-Wswitch-bool]
- switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE)
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./gt-c-c-decl.h:1372:3: warning: switch condition has boolean value
- [-Wswitch-bool]
- switch (TREE_CODE ((*x).decl) == LABEL_DECL)
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./gt-c-c-decl.h:1438:3: warning: switch condition has boolean value
- [-Wswitch-bool]
- switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE)
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 17 warnings generated.
- g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-typeck.o -MT c/c-typeck.o -MMD -MP -MF c/.deps/c-typeck.TPo ../../gcc-4.9.1/gcc/c/c-typeck.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:902:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (asm_out)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1522:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (sched)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1552:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (simd_clone)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1770:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (vectorize)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:2913:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (addr_space)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4254:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (calls)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4769:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (c)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4922:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (cxx)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5011:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (emutls)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5117:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (target_option)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5349:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (C90_EMPTY_HACK)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- 11 warnings generated.
- g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-convert.o -MT c/c-convert.o -MMD -MP -MF c/.deps/c-convert.TPo ../../gcc-4.9.1/gcc/c/c-convert.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:902:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (asm_out)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1522:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (sched)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1552:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (simd_clone)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:1770:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (vectorize)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:2913:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (addr_space)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4254:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (calls)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4769:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (c)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:4922:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (cxx)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5011:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (emutls)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5117:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (target_option)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
- In file included from ../../gcc-4.9.1/gcc/target.h:175:
- ../../gcc-4.9.1/gcc/target.def:5349:1: warning: empty macro arguments are a C99
- feature [-Wc99-extensions]
- HOOK_VECTOR_END (C90_EMPTY_HACK)
- ^
- ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
- 'HOOK_VECTOR_END'
- #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
- ^
- 11 warnings generated.
- g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-aux-info.o -MT c/c-aux-info.o -MMD -MP -MF c/.deps/c-aux-info.TPo ../../gcc-4.9.1/gcc/c/c-aux-info.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo ../../gcc-4.9.1/gcc/c/c-objc-common.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/gcc/c/c-objc-common.c:33:
- In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/new:89:
- /Library/Developer/CommandLineTools/usr/include/c++/v1/exception:180:5: error:
- no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply
- 'fancy_abort'?
- _VSTD::abort();
- ^~~~~~~
- /Library/Developer/CommandLineTools/usr/include/c++/v1/__config:441:15: note:
- expanded from macro '_VSTD'
- #define _VSTD std::_LIBCPP_NAMESPACE
- ^
- ../../gcc-4.9.1/gcc/system.h:685:13: note: 'fancy_abort' declared here
- extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
- ^
- 1 error generated.
- make[1]: *** [c/c-objc-common.o] Error 1
- make: *** [all-gcc] Error 2
- Ethans-MacBook-Pro:gcc-build coderboy14$ sudo make all-target-libgcc
- Checking multilib configuration for libgcc...
- mkdir x86_64-apple-darwin17.7.0/libgcc
- Configuring in x86_64-apple-darwin17.7.0/libgcc
- configure: creating cache ./config.cache
- checking build system type... x86_64-apple-darwin17.7.0
- checking host system type... x86_64-apple-darwin17.7.0
- checking for --enable-version-specific-runtime-libs... no
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for gawk... awk
- /private/tmp/src/gcc-4.9.1/libgcc/configure: line 2566: /private/tmp/src/gcc-build/./gcc/xgcc: No such file or directory
- checking for x86_64-apple-darwin17.7.0-ar... ar
- checking for x86_64-apple-darwin17.7.0-lipo... lipo
- checking for x86_64-apple-darwin17.7.0-nm... /private/tmp/src/gcc-build/./gcc/nm
- checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
- checking for x86_64-apple-darwin17.7.0-strip... strip
- checking whether ln -s works... yes
- checking for x86_64-apple-darwin17.7.0-gcc... /private/tmp/src/gcc-build/./gcc/xgcc -B/private/tmp/src/gcc-build/./gcc/ -B/x86_64-apple-darwin17.7.0/bin/ -B/x86_64-apple-darwin17.7.0/lib/ -isystem /x86_64-apple-darwin17.7.0/include -isystem /x86_64-apple-darwin17.7.0/sys-include
- checking for suffix of object files... configure: error: in `/private/tmp/src/gcc-build/x86_64-apple-darwin17.7.0/libgcc':
- configure: error: cannot compute suffix of object files: cannot compile
- See `config.log' for more details.
- make: *** [configure-target-libgcc] Error 1
- Ethans-MacBook-Pro:gcc-build coderboy14$ sudo make install-gcc
- /bin/sh ../gcc-4.9.1/mkinstalldirs
- rm -rf /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools
- /bin/sh ../../gcc-4.9.1/fixincludes/../mkinstalldirs /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools
- mkdir /libexec
- mkdir /libexec/gcc
- mkdir /libexec/gcc/x86_64-apple-darwin17.7.0
- mkdir /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1
- mkdir /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools
- /bin/sh ../../gcc-4.9.1/fixincludes/../mkinstalldirs /lib/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/include
- mkdir /lib
- mkdir /lib/gcc
- mkdir /lib/gcc/x86_64-apple-darwin17.7.0
- mkdir /lib/gcc/x86_64-apple-darwin17.7.0/4.9.1
- mkdir /lib/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools
- mkdir /lib/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/include
- /usr/bin/install -c -m 644 ../../gcc-4.9.1/fixincludes/README-fixinc \
- /lib/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/include/README
- /usr/bin/install -c fixinc.sh /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/fixinc.sh
- /usr/bin/install -c fixincl /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/fixincl
- /usr/bin/install -c mkheaders /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/mkheaders
- g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo ../../gcc-4.9.1/gcc/c/c-objc-common.c
- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
- In file included from ../../gcc-4.9.1/gcc/c/c-objc-common.c:33:
- In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/new:89:
- /Library/Developer/CommandLineTools/usr/include/c++/v1/exception:180:5: error:
- no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply
- 'fancy_abort'?
- _VSTD::abort();
- ^~~~~~~
- /Library/Developer/CommandLineTools/usr/include/c++/v1/__config:441:15: note:
- expanded from macro '_VSTD'
- #define _VSTD std::_LIBCPP_NAMESPACE
- ^
- ../../gcc-4.9.1/gcc/system.h:685:13: note: 'fancy_abort' declared here
- extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
- ^
- 1 error generated.
- make[1]: *** [c/c-objc-common.o] Error 1
- make: *** [install-gcc] Error 2
- Ethans-MacBook-Pro:gcc-build coderboy14$ sudo make install-target-libgcc
- /bin/sh ../gcc-4.9.1/mkinstalldirs
- make[1]: *** No rule to make target `install'. Stop.
- make: *** [install-target-libgcc] Error 2
- Ethans-MacBook-Pro:gcc-build coderboy14$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement